summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)-6/+10
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter-1/+1
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel-0/+64
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein-1/+1
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt-68/+50
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-7/+21
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)-3/+3
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov-2/+2
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall-4/+1
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)-1/+1
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)-103/+221
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave-14/+22
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak-4/+4
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian-33/+45
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)-0/+3
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa-0/+3
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa-5/+14
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa-0/+1
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa-0/+1
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-13/+15
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian-13/+15
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+19
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa-1/+3
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-30/+88
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan-4/+9
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo-1/+1
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)-13/+0
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)-2/+2
2023-09-08ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)-0/+5
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa-0/+16
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian-0/+2
2023-09-07tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)-1/+2
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)-1/+22
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)-1/+2
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)-5/+10
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)-2/+33
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-164/+582
2023-09-01tracing/filters: Fix coding style issuesValentin Schneider-2/+4
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider-2/+6
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider-0/+1
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider-2/+8
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster-2/+2
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie-3/+1
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Levi Yun-4/+2
2023-09-01tracing: Fix race issue between cpu buffer write and swapZheng Yejian-5/+12
2023-09-01tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk-1/+1