aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi
2020-10-15tracing: Fix some typos in commentsQiujun Huang
2020-10-15tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu
2020-10-15tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2020-10-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee
2020-10-08ftrace: ftrace_global_list is renamed to ftrace_ops_listWei Yang
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang
2020-10-08ftrace: Simplify the dyn_ftrace->flags macroWei Yang
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)
2020-10-08selftests/ftrace: Add test case for synthetic event dynamic stringsTom Zanussi
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Save normal string variablesTom Zanussi
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi
2020-10-02ftrace: Fix some typos in commentQiujun Huang
2020-09-28x86: Use tracepoint_enabled() for msr tracepoints instead of open coding itSteven Rostedt (VMware)
2020-09-25mm/page_ref: Convert the open coded tracepoint enabled to the new helperSteven Rostedt (VMware)
2020-09-25tracepoints: Add helper to test if tracepoint is enabled in a headerSteven Rostedt (VMware)
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu
2020-09-21Documentation: tracing: Add the startup timing of boot-time tracingMasami Hiramatsu
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu
2020-09-21tracing: Define event fields early stageMasami Hiramatsu
2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu
2020-09-21selftests/ftrace: Add %return suffix testsMasami Hiramatsu
2020-09-21Documentation: tracing: boot: Add an example of tracing function-callsMasami Hiramatsu
2020-09-21Documentation: tracing: Add %return suffix descriptionMasami Hiramatsu
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21Documentation: tracing: Add tracing_on option to boot-time tracerMasami Hiramatsu
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso
2020-09-21tracing: remove a pointless assignmentDan Carpenter
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-09-18tracing: toplevel d_entry already initializedWei Yang
2020-09-18tools/bootconfig: Add --init option for bconf2ftrace.shMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generates bootconfig from ftraceMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generate ftrace shell-command from bootconfigMasami Hiramatsu
2020-09-18tools/bootconfig: Make all functions staticMasami Hiramatsu
2020-09-18tools/bootconfig: Add list optionMasami Hiramatsu