summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
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
2021-06-28tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim
2021-06-25trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira
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-18tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
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