summaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-08-172-35/+15
|\
| * tracing: Apply trace filters on all output channelsPingfan Liu2021-08-162-35/+15
* | Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-163-1/+62
|\ \ | |/
| * tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-121-0/+2
| * tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-121-0/+5
| * trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira2021-08-121-1/+5
| * trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+19
| * trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+31
* | bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-2/+3
* | bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-4/+4
|/
* tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)2021-08-051-1/+1
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-041-1/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-041-0/+4
* tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-07-301-1/+3
* ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
* ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2
* tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)2021-07-231-5/+3
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-232-6/+20
* tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-231-1/+1
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-221-4/+24
* Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-171-3/+3
|\
| * tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-151-3/+3
* | Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-092-2/+8
|\ \ | |/
| * ftrace: Use list_move instead of list_del/list_addBaokun Li2021-07-081-2/+1
| * tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-071-0/+7
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-0314-221/+2957
|\ \ | |/
| * tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-011-16/+47
| * tracing: Simplify & fix saved_tgids logicPaul Burton2021-06-301-25/+13
| * tracing: Change variable type as bool for clean-upAustin Kim2021-06-301-12/+12
| * trace/timerlat: Fix indentation on timerlat_main()Daniel Bristot de Oliveira2021-06-291-3/+3
| * trace/osnoise: Make 'noise' variable s64 in run_osnoise()Daniel Bristot de Oliveira2021-06-291-2/+3
| * tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-06-291-1/+2
| * trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira2021-06-281-1/+1
| * trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira2021-06-281-1/+1
| * trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira2021-06-281-9/+11
| * tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)2021-06-281-1/+4
| * trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira2021-06-251-30/+135
| * trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira2021-06-251-0/+65
| * trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira2021-06-251-6/+13
| * trace: Add timerlat tracerDaniel Bristot de Oliveira2021-06-255-31/+688
| * trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-256-4/+1521
| * tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2021-06-252-5/+4
| * trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira2021-06-251-3/+12
| * trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira2021-06-251-121/+24
| * trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2021-06-252-0/+103
| * trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2021-06-251-36/+150
| * trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira2021-06-241-8/+5
| * trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2021-06-241-12/+167
| * trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira2021-06-241-1/+1
| * tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)2021-06-171-2/+2