summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider2023-08-221-11/+81
| * | tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider2023-08-221-2/+95
| * | tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider2023-08-221-25/+39
| * | eventfs: Move tracing/events to eventfsAjay Kaher2023-07-312-33/+34
| * | tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)2023-07-301-7/+8
| * | tracing: Set actual size after ring buffer resizeZheng Yejian2023-07-301-8/+11
| * | tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)2023-07-301-11/+22
| * | tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)2023-07-301-19/+3
| * | ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak2023-07-301-14/+6
| * | tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)2023-07-304-22/+24
* | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-295-42/+411
|\ \ \
| * | | bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa2023-08-211-3/+30
| * | | bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-211-0/+33
| * | | bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-211-4/+41
| * | | bpf: Add multi uprobe linkJiri Olsa2023-08-211-0/+233
| * | | bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-073-7/+16
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-032-15/+8
| |\ \ \
| | * | | bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-08-021-11/+0
| | * | | tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta2023-08-011-4/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-037-31/+37
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-274-7/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-206-29/+24
| |\ \ \ \
| * \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-133-14/+51
| |\ \ \ \ \
| | * | | | | bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-111-3/+7
| | * | | | | bpf: Expose symbol's respective addressYafang Shao2023-07-111-12/+4
| | * | | | | bpf: Clear the probe_addr for uprobeYafang Shao2023-07-112-2/+3
| | * | | | | bpf: Protect probed address based on kptr_restrict settingYafang Shao2023-07-111-1/+4
| | * | | | | bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-111-0/+37
* | | | | | | tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2023-08-212-7/+50
* | | | | | | tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-173-2/+12
* | | | | | | tracing/synthetic: Allocate one additional element for sizeSven Schnelle2023-08-161-1/+2
* | | | | | | tracing/synthetic: Skip first entry for stack tracesSven Schnelle2023-08-161-13/+4
* | | | | | | tracing/synthetic: Use union instead of castsSven Schnelle2023-08-162-50/+45
* | | | | | | tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian2023-08-161-0/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-031-5/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-5/+12
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | bpf: Disable preemption in bpf_event_outputJiri Olsa2023-07-251-1/+5
| | * | | | bpf: Disable preemption in bpf_perf_event_outputJiri Olsa2023-07-251-4/+7
| | | |_|/ | | |/| |
* | | | | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-301-4/+4
|\ \ \ \ \
| * | | | | tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)2023-07-261-4/+4
| |/ / / /
* | | | | tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-07-281-10/+4
* | | | | tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui2023-07-281-0/+1
* | | | | tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui2023-07-281-0/+2
* | | | | tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui2023-07-281-0/+1
* | | | | ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui2023-07-281-2/+1
* | | | | ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-07-281-10/+12
|/ / / /
* | | | tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
* | | | ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
* | | | tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
|/ / /
* | | Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-166-29/+24
|\ \ \ | |/ / |/| |