summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2021-06-29tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)-1/+2
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love-10/+3
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+2
2021-06-28trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira-1/+1
2021-06-28trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira-1/+1
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira-9/+11
2021-06-28tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)-1/+4
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim-0/+2
2021-06-25trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira-30/+135
2021-06-25trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira-0/+65
2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira-6/+13
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira-31/+688
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira-4/+1521
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)-5/+4
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira-3/+12
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira-121/+24
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira-0/+103
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira-36/+150
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira-12/+167
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira-1/+1
2021-06-18tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)-3/+3
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)-9/+0
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)-2/+0
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)-2/+2
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)-11/+29
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)-1/+35
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)-1/+3
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu-2/+25
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo-0/+1
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang-1/+2
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King-1/+1
2021-06-10ring-buffer: Use fallthrough pseudo-keywordWei Ming Chen-1/+1
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong-1/+1
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan-1/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)-1/+7
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann-20/+12
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)-4/+27
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-1/+4
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)-1/+4
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-260/+1122
2021-04-30tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)-14/+30
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-337/+34
2021-04-28tracing: Map all PIDs to command linesSteven Rostedt (VMware)-26/+15
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest-24/+10
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest-1/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-334/+39
2021-04-20Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+7
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)-3/+7