summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-262-0/+64
|\
| * tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2023-10-202-0/+64
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-3/+3
|\|
| * fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-171-3/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-173-7/+21
|\ \ | |/ |/|
| * bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov2023-10-131-2/+2
| * bpf: Count missed stats in trace_call_bpfJiri Olsa2023-09-261-0/+3
| * bpf: Add missed value to kprobe perf link infoJiri Olsa2023-09-262-5/+14
| * bpf: Add missed value to kprobe_multi link infoJiri Olsa2023-09-261-0/+1
| * bpf: Count stats for kprobe_multi programsJiri Olsa2023-09-261-0/+1
* | tracing/user_events: Align set_bit() address for all archsBeau Belgrave2023-09-301-7/+51
* | tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-09-301-0/+1
* | ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)2023-09-301-0/+3
* | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-241-13/+15
|\ \ | |/ |/|
| * ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian2023-09-221-13/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-161-1/+19
|\ \ | |/ |/|
| * bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa2023-09-151-1/+3
| * bpf: Add override check to kprobe multi link attachJiri Olsa2023-09-091-0/+16
* | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-136-30/+88
|\ \ | |/ |/|
| * eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan2023-09-121-4/+9
| * tracing/synthetic: Print out u64 values properlyTero Kristo2023-09-121-1/+1
| * tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-091-13/+0
| * tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-091-2/+2
| * ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-09-091-0/+5
| * ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-09-071-0/+2
| * tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+22
| * tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-071-5/+10
| * tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-073-2/+33
* | Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-0210-164/+582
|\ \ | |/ |/|
| * tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)2023-08-231-14/+44
| * tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)2023-08-232-3/+89
| * tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2023-08-232-102/+86
| * tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)2023-08-233-28/+216
| * tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)2023-08-232-0/+73
| * tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)2023-08-234-40/+72
| * tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-236-48/+73
| * tracing/eprobe: Iterate trace_eprobe directlyChuang Wang2023-08-231-9/+9
* | tracing/filters: Fix coding style issuesValentin Schneider2023-09-021-2/+4
* | tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider2023-09-021-2/+6
* | tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider2023-09-021-0/+1
* | tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider2023-09-021-2/+8
* | tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-021-2/+2
* | ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie2023-09-021-3/+1
* | ftrace: Use within_module to check rec->ip within specified module.Levi Yun2023-09-021-4/+2
* | tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-021-5/+12
* | tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-021-1/+1
* | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-028-148/+389
|\ \
| * | tracing/user_events: Optimize safe list traversalsEric Vaughn2023-08-221-7/+8