aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodesJim Cromie1-15/+110
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie2-0/+233
2022-09-07doc-dyndbg: edit dynamic-debug-howto for brevity, audienceJim Cromie1-118/+117
2022-09-07doc-dyndbg: describe "class CLASS_NAME" query supportJim Cromie1-0/+11
2022-09-07dyndbg: validate class FOO by checking with moduleJim Cromie1-8/+68
2022-09-07dyndbg: add ddebug_attach_module_classesJim Cromie1-1/+31
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie4-0/+14
2022-09-07dyndbg: add DECLARE_DYNDBG_CLASSMAP macroJim Cromie1-0/+55
2022-09-07dyndbg: add __pr_debug_cls for testingJim Cromie1-0/+7
2022-09-07dyndbg: add class_id to pr_debug callsitesJim Cromie1-16/+55
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie4-25/+50
2022-09-07dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie1-16/+17
2022-09-07dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2-38/+0
2022-09-07dyndbg: add test_dynamic_debug moduleJim Cromie4-0/+83
2022-09-07dyndbg: let query-modname override actual module nameJim Cromie1-4/+7
2022-09-07dyndbg: use ESCAPE_SPACE for cat controlJim Cromie1-1/+1
2022-09-07dyndbg: reverse module.callsite walk in cat controlJim Cromie1-6/+6
2022-09-07dyndbg: reverse module walk in cat controlJim Cromie1-1/+1
2022-09-07dyndbg: show both old and new in change-infoJim Cromie1-5/+6
2022-09-07dyndbg: fix module.dyndbg handlingJim Cromie1-1/+1
2022-09-07dyndbg: fix static_branch manipulationJim Cromie1-2/+3
2022-09-01devres: Slightly optimize alloc_dr()Christophe JAILLET1-1/+3
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris1-1/+1
2022-09-01class: use IS_ERR_OR_NULL() helper in class_unregister()Yang Yingliang1-1/+1
2022-09-01driver_core: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo2-0/+21
2022-09-01kernfs: Implement kernfs_show()Tejun Heo2-1/+38
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo1-10/+17
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo2-14/+8
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo1-12/+12
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo3-21/+48
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo1-14/+11
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo1-4/+5
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo1-43/+13
2022-09-01devres: remove devm_ioremap_npChristoph Hellwig3-18/+0
2022-08-21Linux 6.0-rc2v6.0-rc2Linus Torvalds1-1/+1
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn1-1/+1
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers10-89/+7
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König1-9/+11
2022-08-21Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang1-2/+7
2022-08-21scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh1-0/+1
2022-08-21kbuild: fix the modules order between drivers and libsMasahiro Yamada1-4/+2