summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-284-15/+49
* tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)2023-11-281-1/+1
* tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-201-1/+1
* tracing/kprobes: Fix the description of variable length argumentsYujie Liu2023-11-021-2/+2
* tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko2023-11-021-4/+20
* tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2023-10-252-0/+64
* tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-10-251-0/+1
* fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-251-3/+3
* tracing/user_events: Align set_bit() address for all archsBeau Belgrave2023-10-061-7/+51
* bpf: Add override check to kprobe multi link attachJiri Olsa2023-10-061-0/+16
* ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)2023-10-061-0/+3
* ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian2023-10-061-13/+15
* ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-10-061-0/+5
* ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-10-061-0/+2
* tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+22
* tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+2
* tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-233-2/+33
* tracing/synthetic: Print out u64 values properlyTero Kristo2023-09-231-1/+1
* tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)2023-09-231-1/+2
* tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-231-5/+10
* bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-09-191-11/+0
* tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-131-5/+12
* tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-131-1/+1
* bpf: Clear the probe_addr for uprobeYafang Shao2023-09-132-2/+3
* tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-061-2/+2
* 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
|\
| * tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-143-12/+14
| * Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-07-143-26/+9
| * tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-141-5/+7