summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King
2021-06-10ring-buffer: Use fallthrough pseudo-keywordWei Ming Chen
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-04-30tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-20Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-15ftrace: Reuse the output of the function tracer for func_repeatsSteven Rostedt (VMware)
2021-04-15tracing: Add "func_no_repeats" option for function tracingYordan Karadzhov (VMware)
2021-04-15tracing: Unify the logic for function tracing optionsYordan Karadzhov (VMware)
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)
2021-04-15tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)
2021-04-15tracing: Define static void trace_print_time()Yordan Karadzhov (VMware)
2021-04-13Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-13tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds