aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-09tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers1-0/+2
2024-10-09tracing/perf: disable preemption in syscall probeMathieu Desnoyers1-0/+12
2024-10-09tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers1-0/+12
2024-10-09ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt1-3/+6
2024-10-08tracing: Remove definition of trace_*_rcuidle()Steven Rostedt1-20/+6
2024-10-08tracepoints: Use new static branch APIJosh Poimboeuf2-3/+3
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian9-74/+20
2024-10-08tracing/branch-profiler: Replace deprecated strncpy with strscpyJustin Stitt1-4/+2
2024-10-08ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Li Chen1-7/+3
2024-10-05function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()Oleg Nesterov1-1/+1
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng9-58/+248
2024-10-04rv: Fix a typoAndrew Kreimer1-1/+1
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt1-2/+13
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt3-33/+51
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt4-25/+59
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt2-26/+61
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)1-0/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-7/+0
2024-09-26Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-52/+151
2024-09-25tracing/fprobe: Support raw tracepoints on future loaded modulesMasami Hiramatsu (Google)1-50/+101
2024-09-25tracing/fprobe: Support raw tracepoint events on modulesMasami Hiramatsu (Google)1-8/+38
2024-09-25uprobes: turn trace_uprobe's nhit counter to be per-CPU oneAndrii Nakryiko1-3/+21
2024-09-22Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-152/+1223
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-102/+18
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-41/+41
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-09-11bpf: Use fake pt_regs when doing bpf syscall tracepoint tracingYonghong Song1-4/+8
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko1-2/+3
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko1-4/+0
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-05bpf: Fix uprobe multi pid filter checkJiri Olsa1-1/+1
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt1-7/+6
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt1-6/+13
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt1-3/+15
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra2-2/+9
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko2-8/+4
2024-09-05bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov1-3/+6
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar10-42/+58
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt2-5/+36
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt3-17/+35
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt1-11/+35
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt1-1/+30
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort1-13/+20