summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-11-17ftrace: do CPU checking after preemption disabled王贇
2021-11-17tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-11-17tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-11-17ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-20tracing: Fix missing osnoise tracer on max_latencyJackie Liu
2021-09-30blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-09-26tracing/boot: Fix to loop on only subkeysMasami Hiramatsu
2021-09-22tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu
2021-09-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-09-18tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Qiang.Zhang
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-16Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-23tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)
2021-07-22tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-17Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-07-15tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-09Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-07-08ftrace: Use list_move instead of list_del/list_addBaokun Li
2021-07-07tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-30tracing: Change variable type as bool for clean-upAustin Kim
2021-06-29trace/timerlat: Fix indentation on timerlat_main()Daniel Bristot de Oliveira
2021-06-29trace/osnoise: Make 'noise' variable s64 in run_osnoise()Daniel Bristot de Oliveira
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-28trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira
2021-06-28trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira