summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24kprobes: unused header files removedwuqiang.matt
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)
2023-09-08ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-09-07tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-09-01tracing/filters: Fix coding style issuesValentin Schneider
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Levi Yun
2023-09-01tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-01tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds