summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa-4/+41
2023-08-21bpf: Add multi uprobe linkJiri Olsa-0/+233
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian-7/+50
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian-2/+12
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle-50/+45
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian-0/+6
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa-7/+16
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-15/+8
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+37
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-5/+12
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-5/+12
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann-11/+0
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta-4/+8
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher-33/+34
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)-7/+8
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian-8/+11
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)-11/+22
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)-19/+3
2023-07-30ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak-14/+6
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)-22/+24
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian-10/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui-0/+1
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui-0/+2
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui-0/+1
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui-2/+1
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian-10/+12
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+17
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)-4/+4
2023-07-25bpf: Disable preemption in bpf_event_outputJiri Olsa-1/+5
2023-07-25bpf: Disable preemption in bpf_perf_event_outputJiri Olsa-4/+7
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella-1/+2
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin-2/+15
2023-07-23tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing-4/+0
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+24
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-29/+24
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)-12/+14
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-14/+51
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+81
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)-26/+9
2023-07-14tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)-5/+7
2023-07-14tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)-0/+2
2023-07-14tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)-2/+2
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)-0/+6
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian-0/+1
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella-3/+5
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)-2/+19
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian-14/+31