- bd78acc kernel/trace: extract common part in process_fetch_insn by Song Chen · 2 years, 2 months ago
- 196b638 kernel/trace: Introduce trace_probe_print_args and use it in *probes by Song Chen · 2 years, 2 months ago
- d4505aa tracing/probes: Reject symbol/symstr type for uprobe by Masami Hiramatsu (Google) · 2 years, 3 months ago
- 965a9d7 Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 2 years, 7 months ago
- 95c104c tracing: Auto generate event name when creating a group of events by Linyu Yuan · 2 years, 8 months ago
- 0076cad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 2 years, 8 months ago
- 0d8730f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago
- aca80dd uprobe: gate bpf call behind BPF_EVENTS by Delyan Kratunov · 2 years, 8 months ago
- 12c3e0c tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create() by Gautam Menghani · 2 years, 8 months ago
- 8c7dcb8 bpf: implement sleepable uprobes by chaining gps by Delyan Kratunov · 2 years, 8 months ago
- 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
- 8c72242 tracing/uprobes: Check the return value of kstrdup() for tu->filename by Xiaoke Wang · 3 years, 2 months ago
- aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 2 months ago
- e161c6b tracing: Iterate trace_[ku]probe objects directly by Jiri Olsa · 3 years, 3 months ago
- b7d5eb2 tracing/uprobes: Use trace_event_buffer_reserve() helper by Steven Rostedt (VMware) · 3 years, 3 months ago
- 1880ed7 tracing/uprobe: Fix uprobe_perf_open probes iteration by Jiri Olsa · 3 years, 3 months ago
- 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 6 months ago
- 8e24206 tracing/probes: Reject events which have the same name of existing one by Masami Hiramatsu · 3 years, 6 months ago
- 8565a45 tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs by Steven Rostedt (VMware) · 3 years, 6 months ago
- 007517a tracing/probe: Change traceprobe_set_print_fmt() to take a type by Steven Rostedt (VMware) · 3 years, 6 months ago
- 845cbf3 tracing/probes: Use struct_size() instead of defining custom macros by Steven Rostedt (VMware) · 3 years, 6 months ago
- fcd9db5 tracing/probe: Have traceprobe_parse_probe_arg() take a const arg by Steven Rostedt (VMware) · 3 years, 6 months ago
- 1d18538 tracing: Have dynamic events have a ref counter by Steven Rostedt (VMware) · 3 years, 6 months ago
- 8b0e6c7 tracing: Add DYNAMIC flag for dynamic events by Steven Rostedt (VMware) · 3 years, 6 months ago
- d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years, 1 month ago
- 39bcdd6 tracing: Fix spelling of controlling in uprobes by Bhaskar Chowdhury · 4 years, 1 month ago
- 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years, 1 month ago
- 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 5 months ago
- 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 7 months ago
- 231621d tracing/uprobe: Remove dead code in trace_uprobe_register() by Peng Fan · 4 years, 7 months ago
- 22d5bd6 tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes by Jean-Philippe Brucker · 4 years, 9 months ago
- 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 5 years ago
- e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
- 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
- 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
- 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
- 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
- f8d7ab2 tracing/probe: Fix same probe event argument matching by Srikar Dronamraju · 5 years ago
- fe60b0c tracing/probe: Reject exactly same probe event by Masami Hiramatsu · 5 years ago
- a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
- ab10d69 tracing/uprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
- 41af3cf tracing/uprobe: Add multi-probe per uprobe event support by Masami Hiramatsu · 6 years ago
- 3019913 tracing/dynevent: Pass extra arguments to match operation by Masami Hiramatsu · 6 years ago
- 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
- 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
- e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
- b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
- 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
- b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
- 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
- 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
- b4d4b96 tracing/uprobe: Set print format when parsing command by Masami Hiramatsu · 6 years ago
- b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
- a415834 tracing/uprobe: Fix obsolete comment on trace_uprobe_create() by Eiichi Tsukata · 6 years ago
- f01098c tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() by Eiichi Tsukata · 6 years ago
- 9fd2e48 perf/core: Allow non-privileged uprobe for user processes by Song Liu · 6 years ago
- e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
- 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
- 4dd537a tracing: uprobes: Re-enable $comm support for uprobe events by Masami Hiramatsu · 6 years ago
- ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
- aa2e3ac Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
- a039480 tracing/probe: Verify alloc_trace_*probe() result by Masami Hiramatsu · 6 years ago
- 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
- 0722069 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
- ea6eb5e tracing: uprobes: Fix typo in pr_fmt string by Andreas Ziegler · 6 years ago
- 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
- 0597c49 tracing/uprobes: Use dyn_event framework for uprobe events by Masami Hiramatsu · 6 years ago
- d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
- 547cd9e tracing/uprobes: Add busy check when cleanup all uprobes by Masami Hiramatsu · 6 years ago
- f3f5893 tracing/uprobes: Fix to return -EFAULT if copy_from_user failed by Masami Hiramatsu · 6 years ago
- a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
- 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
- 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
- 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
- f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
- 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
- eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
- 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
- a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
- ccea872 trace_uprobe/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 7 years ago
- 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 7 years ago
- bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 7 years ago
- 016f8ff uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 7 years ago
- 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
- 0c92c7a tracing: Fix bad use of igrab in trace_uprobe.c by Song Liu · 7 years ago
- 174e719 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- affb028 Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
- a64b2c0 trace_uprobe: Simplify probes_seq_show() by Ravi Bangoria · 7 years ago
- 18d45b1 trace_uprobe: Use %lx to display offset by Ravi Bangoria · 7 years ago
- f0a2aa5 tracing/uprobe: Add support for overlayfs by Howard McLauchlan · 7 years ago
- 50268a3 tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
- 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
- 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
- 0e4d819 trace_uprobe: Display correct offset in uprobe_events by Ravi Bangoria · 7 years ago
- 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
- e87c6bc38 bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
- 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
- 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago