aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)4-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)6-48/+73
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang1-9/+9
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn1-7/+8
2023-08-22tracing: Remove unused function declarationsYue Haibing1-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider1-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider1-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider1-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider1-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider1-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider1-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider1-25/+39
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa1-3/+30
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa1-0/+33
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa1-4/+41
2023-08-21bpf: Add multi uprobe linkJiri Olsa1-0/+233
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian3-2/+12
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle1-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle1-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle2-50/+45
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian1-0/+6
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa3-7/+16
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-15/+8
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-31/+37
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-5/+12
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-5/+12
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann1-11/+0
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta1-4/+8
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher2-33/+34
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)1-7/+8
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian1-8/+11
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)1-11/+22
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)1-19/+3
2023-07-30ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak1-14/+6
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)4-22/+24
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui1-0/+1
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui1-0/+2
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui1-0/+1
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui1-2/+1
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+17
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)1-4/+4
2023-07-25bpf: Disable preemption in bpf_event_outputJiri Olsa1-1/+5
2023-07-25bpf: Disable preemption in bpf_perf_event_outputJiri Olsa1-4/+7
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin2-2/+15