summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-039-182/+352
|\
| * tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)2023-11-011-1/+1
| * tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-014-4/+48
| * seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-10/+1
| * tracing/histograms: Simplify last_cmd_set()Christophe JAILLET2023-10-231-9/+2
| * tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-202-6/+10
| * tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2023-10-201-1/+1
| * tracing: Make system_callback() function staticSteven Rostedt (Google)2023-10-051-1/+1
| * eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2023-10-051-1/+1
| * eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2023-10-043-103/+221
| * tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2023-10-031-14/+22
| * ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak2023-10-031-4/+4
| * tracing: Expand all ring buffers individuallyZheng Yejian2023-10-033-33/+45
* | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-013-73/+50
|\ \
| * | kprobes: unused header files removedwuqiang.matt2023-10-241-2/+0
| * | kprobes: kretprobe scalability improvementwuqiang.matt2023-10-182-68/+50
| * | tracing/eprobe: drop unneeded breaksJulia Lawall2023-10-101-4/+1
| |/
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-313-7/+21
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-262-0/+64
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-3/+3
| |\ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-163-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-251-0/+3
| | * | | bpf: Add missed value to kprobe perf link infoJiri Olsa2023-09-252-5/+14
| | * | | bpf: Add missed value to kprobe_multi link infoJiri Olsa2023-09-251-0/+1
| | * | | bpf: Count stats for kprobe_multi programsJiri Olsa2023-09-251-0/+1
* | | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-1/+1
|\ \ \ \ \
| * | | | | fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-1/+1
* | | | | | tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko2023-10-281-4/+20
* | | | | | tracing/kprobes: Fix the description of variable length argumentsYujie Liu2023-10-271-2/+2
| |_|_|_|/ |/| | | |
* | | | | tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2023-10-202-0/+64
| |_|_|/ |/| | |
* | | | fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-171-3/+3
| |/ / |/| |
* | | 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-081-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-111-1/+1
| * tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-081-13/+0
| * tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-081-2/+2
| * ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-09-081-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