aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
d> 2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi2-1/+3 2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5 2020-09-28x86: Use tracepoint_enabled() for msr tracepoints instead of open coding itSteven Rostedt (VMware)1-11/+9 2020-09-25mm/page_ref: Convert the open coded tracepoint enabled to the new helperSteven Rostedt (VMware)1-21/+21 2020-09-25tracepoints: Add helper to test if tracepoint is enabled in a headerSteven Rostedt (VMware)2-0/+61 2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu3-15/+19 2020-09-21Documentation: tracing: Add the startup timing of boot-time tracingMasami Hiramatsu1-0/+14 2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu3-10/+22 2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu3-19/+63 2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8 2020-09-21tracing: Define event fields early stageMasami Hiramatsu1-37/+55 2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu1-1/+1 2020-09-21selftests/ftrace: Add %return suffix testsMasami Hiramatsu3-0/+33 2020-09-21Documentation: tracing: boot: Add an example of tracing function-callsMasami Hiramatsu1-0/+20 2020-09-21Documentation: tracing: Add %return suffix descriptionMasami Hiramatsu2-0/+4 2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15 2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19 2020-09-21Documentation: tracing: Add tracing_on option to boot-time tracerMasami Hiramatsu1-0/+4 2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10 2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4 2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0 2020-09-21kprobes: Use module_name() macroJarkko Sakkinen1-3/+4 2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1 2020-09-21tracing: Delete repeated words in commentsRandy Dunlap5-5/+5 2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang11-61/+57 2020-09-18tracing: toplevel d_entry already initializedWei Yang1-7/+2 2020-09-18tools/bootconfig: Add --init option for bconf2ftrace.shMasami Hiramatsu2-1/+120