- f032c53 tracing/kprobes: Fix the order of argument descriptions by Yujie Liu · 1 year, 4 months ago
- ce51e61 tracing: fprobe-event: Fix to check tracepoint event and return by Masami Hiramatsu (Google) · 1 year, 4 months ago
- 89cdf9d Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 4 months ago
- 31e5f93 Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 4 months ago
- 391145b bpf: Add __bpf_kfunc_{start,end}_defs macros by Dave Marchevsky · 1 year, 4 months ago
- 4f7969b tracing: Have the user copy of synthetic event address use correct context by Steven Rostedt (Google) · 1 year, 4 months ago
- bb32500 tracing: Have trace_event_file have ref counters by Steven Rostedt (Google) · 1 year, 4 months ago
- 05bf73a Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 4 months ago
- 89ed67e Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 4 months ago
- 3b3f874 Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 4 months ago
- dcc4e57 seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str() by Kees Cook · 1 year, 4 months ago
- 926fe78 tracing/kprobes: Fix symbol counting logic by looking at modules as well by Andrii Nakryiko · 1 year, 4 months ago
- e0f8318 tracing/kprobes: Fix the description of variable length arguments by Yujie Liu · 1 year, 4 months ago
- ec4c20c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 4 months ago
- 4758560 kprobes: unused header files removed by wuqiang.matt · 1 year, 4 months ago
- 545db7e2 tracing/histograms: Simplify last_cmd_set() by Christophe JAILLET · 1 year, 4 months ago
- d0ed46b tracing: Move readpos from seq_buf to trace_seq by Matthew Wilcox (Oracle) · 1 year, 4 months ago
- 5264a2f tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir() by Dan Carpenter · 1 year, 4 months ago
- b022f0c tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols by Francis Laniel · 1 year, 4 months ago
- 041c346 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 08582d6 fs: create helper file_user_path() for user displayed mapped file path by Amir Goldstein · 1 year, 5 months ago
- 4bbd934 kprobes: kretprobe scalability improvement by wuqiang.matt · 1 year, 5 months ago
- a3c2dd9 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 5 months ago
- 700b2b4 fprobe: Fix to ensure the number of active retprobes is not zero by Masami Hiramatsu (Google) · 1 year, 5 months ago
- ba8ea72 bpf: Change syscall_nr type to int in struct syscall_tp_t by Artem Savkov · 1 year, 5 months ago
- f843249 tracing/eprobe: drop unneeded breaks by Julia Lawall · 1 year, 5 months ago
- 5ddd8ba tracing: Make system_callback() function static by Steven Rostedt (Google) · 1 year, 5 months ago
- 2819f23a eventfs: Use eventfs_remove_events_dir() by Steven Rostedt (Google) · 1 year, 5 months ago
- 5790b1f eventfs: Remove eventfs_file and just use eventfs_inode by Steven Rostedt (Google) · 1 year, 5 months ago
- 5dbd04e tracing/user_events: Allow events to persist for perfmon_capable users by Beau Belgrave · 1 year, 6 months ago
- bdf4fb6 ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pages by Uros Bizjak · 1 year, 6 months ago
- a1f157c tracing: Expand all ring buffers individually by Zheng Yejian · 1 year, 6 months ago
- 2de9ee9 tracing/user_events: Align set_bit() address for all archs by Beau Belgrave · 1 year, 5 months ago
- 23cce5f tracing: relax trace_event_eval_update() execution with cond_resched() by Clément Léger · 1 year, 5 months ago
- 1e0cb39 ring-buffer: Update "shortest_full" in polling by Steven Rostedt (Google) · 1 year, 5 months ago
- dd86578 bpf: Count missed stats in trace_call_bpf by Jiri Olsa · 1 year, 5 months ago
- 3acf8ac bpf: Add missed value to kprobe perf link info by Jiri Olsa · 1 year, 5 months ago
- e2b2cd5 bpf: Add missed value to kprobe_multi link info by Jiri Olsa · 1 year, 5 months ago
- f915fcb bpf: Count stats for kprobe_multi programs by Jiri Olsa · 1 year, 5 months ago
- 5edc6bb Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 5 months ago
- 45d99ea ring-buffer: Fix bytes info in per_cpu buffer stats by Zheng Yejian · 1 year, 5 months ago
- 1612cc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 1 year, 6 months ago
- 57eb5e1 bpf: Fix uprobe_multi get_pid_task error path by Jiri Olsa · 1 year, 6 months ago
- 99214f6 Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 6 months ago
- c8414da eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec() by Jinjie Ruan · 1 year, 6 months ago
- 62663b8 tracing/synthetic: Print out u64 values properly by Tero Kristo · 1 year, 6 months ago
- 6fdac58 tracing: Remove unused trace_event_file dir field by Steven Rostedt (Google) · 1 year, 6 months ago
- 1ef26d8 tracing: Use the new eventfs descriptor for print trigger by Steven Rostedt (Google) · 1 year, 6 months ago
- 95a404b ring-buffer: Do not attempt to read past "commit" by Steven Rostedt (Google) · 1 year, 6 months ago
- 41bc46c bpf: Add override check to kprobe multi link attach by Jiri Olsa · 1 year, 6 months ago
- f6bd2c9 ring-buffer: Avoid softlockup in ring_buffer_resize() by Zheng Yejian · 1 year, 6 months ago
- e5c624f tracing: Have event inject files inc the trace array ref count by Steven Rostedt (Google) · 1 year, 6 months ago
- 7e2cfbd tracing: Have option files inc the trace array ref count by Steven Rostedt (Google) · 1 year, 6 months ago
- 9b37feb tracing: Have current_trace inc the trace array ref count by Steven Rostedt (Google) · 1 year, 6 months ago
- 7d660c9 tracing: Have tracing_max_latency inc the trace array ref count by Steven Rostedt (Google) · 1 year, 6 months ago
- f5ca233 tracing: Increase trace array ref count on enable and filter files by Steven Rostedt (Google) · 1 year, 6 months ago
- b70100f Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 6 months ago
- cbb557b tracing/filters: Fix coding style issues by Valentin Schneider · 1 year, 6 months ago
- 2900bcb tracing/filters: Change parse_pred() cpulist ternary into an if block by Valentin Schneider · 1 year, 6 months ago
- 1caf7ad tracing/filters: Fix double-free of struct filter_pred.mask by Valentin Schneider · 1 year, 6 months ago
- 9af4058 tracing/filters: Fix error-handling of cpulist parsing buffer by Valentin Schneider · 1 year, 6 months ago
- 3d07fa1 tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY by Brian Foster · 1 year, 6 months ago
- 2a30dbc ftrace: Use LIST_HEAD to initialize clear_hash by Ruan Jinjie · 1 year, 7 months ago
- 1351148 ftrace: Use within_module to check rec->ip within specified module. by Levi Yun · 1 year, 7 months ago
- 3163f63 tracing: Fix race issue between cpu buffer write and swap by Zheng Yejian · 1 year, 6 months ago
- 2cf0dee tracing: Remove extra space at the end of hwlat_detector/mode by Mikhail Kobuk · 1 year, 6 months ago
- 34232fc Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 6 months ago
- bd6c11b Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 6 months ago
- 08c9306 tracing/fprobe-event: Assume fprobe is a return event by $retval by Masami Hiramatsu (Google) · 1 year, 6 months ago
- 27973e5 tracing/probes: Add string type check with BTF by Masami Hiramatsu (Google) · 1 year, 6 months ago
- d157d76 tracing/probes: Support BTF field access from $retval by Masami Hiramatsu (Google) · 1 year, 6 months ago
- c440adf tracing/probes: Support BTF based data structure field access by Masami Hiramatsu (Google) · 1 year, 6 months ago
- 302db0f tracing/probes: Add a function to search a member of a struct/union by Masami Hiramatsu (Google) · 1 year, 6 months ago
- ebeed8d tracing/probes: Move finding func-proto API and getting func-param API to trace_btf by Masami Hiramatsu (Google) · 1 year, 6 months ago
- b1d1e90 tracing/probes: Support BTF argument on module functions by Masami Hiramatsu (Google) · 1 year, 6 months ago
- f8bbf8b tracing/eprobe: Iterate trace_eprobe directly by Chuang Wang · 1 year, 6 months ago
- a943188 tracing/user_events: Optimize safe list traversals by Eric Vaughn · 1 year, 7 months ago
- efde97a tracing: Remove unused function declarations by Yue Haibing · 1 year, 7 months ago
- 38c6f68 tracing/filters: Further optimise scalar vs cpumask comparison by Valentin Schneider · 1 year, 8 months ago
- 1cffbe6 tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a single CPU by Valentin Schneider · 1 year, 8 months ago
- ca77dd8 tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU by Valentin Schneider · 1 year, 8 months ago
- fe4fa4e tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU by Valentin Schneider · 1 year, 8 months ago
- 347d24f tracing/filters: Enable filtering the CPU common field by a cpumask by Valentin Schneider · 1 year, 8 months ago
- 3cbec9d tracing/filters: Enable filtering a scalar field by a cpumask by Valentin Schneider · 1 year, 8 months ago
- 39f7c41 tracing/filters: Enable filtering a cpumask field by another cpumask by Valentin Schneider · 1 year, 8 months ago
- cfb58e2 tracing/filters: Dynamically allocate filter_pred.regex by Valentin Schneider · 1 year, 8 months ago
- 686328d bpf: Add bpf_get_func_ip helper support for uprobe link by Jiri Olsa · 1 year, 7 months ago
- b733eea bpf: Add pid filter support for uprobe_multi link by Jiri Olsa · 1 year, 7 months ago
- 0b779b6 bpf: Add cookies support for uprobe_multi link by Jiri Olsa · 1 year, 7 months ago
- 89ae89f bpf: Add multi uprobe link by Jiri Olsa · 1 year, 7 months ago
- c2489bb tracing: Introduce pipe_cpumask to avoid race on trace_pipes by Zheng Yejian · 1 year, 7 months ago
- eecb91b tracing: Fix memleak due to race between current_tracer and trace by Zheng Yejian · 1 year, 7 months ago
- c4d6b54 tracing/synthetic: Allocate one additional element for size by Sven Schnelle · 1 year, 7 months ago
- 887f92e tracing/synthetic: Skip first entry for stack traces by Sven Schnelle · 1 year, 7 months ago
- ddeea49 tracing/synthetic: Use union instead of casts by Sven Schnelle · 1 year, 7 months ago
- b71645d tracing: Fix cpu buffers unavailable due to 'record_disabled' missed by Zheng Yejian · 1 year, 7 months ago
- a3c485a bpf: Add support for bpf_get_func_ip helper for uprobe program by Jiri Olsa · 1 year, 7 months ago
- d07b7b3 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 7 months ago
- 35b1b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
- 999f663 Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 7 months ago