summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu1-2/+12
2021-09-08tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Qiang.Zhang1-3/+3
2021-09-07tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter1-2/+3
2021-09-03tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner3-10/+28
2021-08-24tracing/doc: Fix table format in histogram codeSteven Rostedt (VMware)1-9/+9
2021-08-21selftests/ftrace: Add selftest for testing duplicate eprobes and kprobesSteven Rostedt (VMware)1-0/+38
2021-08-21selftests/ftrace: Add selftest for testing eprobe events on synthetic eventsSteven Rostedt (VMware)1-0/+53
2021-08-21selftests/ftrace: Add test case to test adding and removing of event probeSteven Rostedt (VMware)1-0/+40
2021-08-21selftests/ftrace: Fix requirement check of README fileSteven Rostedt (VMware)1-1/+1
2021-08-20selftests/ftrace: Add clear_dynamic_events() to test casesSteven Rostedt (VMware)1-0/+22
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)9-13/+962
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu4-2/+36
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)3-5/+7
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)4-11/+31
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)2-10/+2
2021-08-18tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)1-0/+3
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)4-36/+31
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)9-24/+124
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)5-6/+11
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior3-26/+26
2021-08-16MAINTAINERS: Add an entry for os noise/latencySteven Rostedt (VMware)1-0/+14
2021-08-16tracepoint: Fix kerneldoc commentszhaoxiao1-2/+2
2021-08-16bootconfig/tracing/ktest: Update ktest example for boot-time tracingMasami Hiramatsu2-6/+16
2021-08-16tools/bootconfig: Use per-group/all enable option in ftrace2bconf scriptMasami Hiramatsu1-6/+18
2021-08-16tools/bootconfig: Add histogram syntax support to bconf2ftrace.shMasami Hiramatsu2-2/+90
2021-08-16tools/bootconfig: Support per-group/all event enabling optionMasami Hiramatsu1-0/+13
2021-08-16Documentation: tracing: Add histogram syntax to boot-time tracingMasami Hiramatsu1-5/+80
2021-08-16tracing/boot: Show correct histogram error commandMasami Hiramatsu1-4/+10
2021-08-16tracing/boot: Support multiple histograms for each eventMasami Hiramatsu1-9/+32
2021-08-16tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu1-8/+35
2021-08-16tracing/boot: Add per-event histogram action optionsMasami Hiramatsu1-0/+231
2021-08-16tracing: Fix a typo in tracepoint.hHuang Shijie1-1/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada27-64/+21
2021-08-16tracing: Simplify the Kconfig dependency of FTRACEMasahiro Yamada1-5/+1
2021-08-16tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)1-4/+42
2021-08-16tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)1-18/+14
2021-08-16tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2-6/+87
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)1-7/+58
2021-08-16tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu1-6/+9
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu2-35/+15
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-12init: Suppress wrong warning for bootconfig cmdline parameterMasami Hiramatsu1-2/+7
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn1-0/+5
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira1-1/+5
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira1-0/+19
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira1-0/+31
2021-08-06tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers1-14/+67
2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers1-20/+82
2021-08-05tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers1-1/+1
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)1-1/+1