aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa1-0/+1
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-2/+2
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu1-1/+5
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)1-1/+2
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)1-2/+6
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)1-5/+1
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)1-8/+1
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-0/+4
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)1-2/+2
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-6/+11
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-2/+2
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu1-1/+14
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang1-5/+4
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan1-1/+0
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker1-1/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov1-2/+9
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu1-22/+7
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu1-44/+80
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-1/+1
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-2/+7
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+11
2019-09-25tracing/probe: Fix same probe event argument matchingSrikar Dronamraju1-2/+3
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu1-8/+44
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-0/+3
2019-08-31tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu1-1/+30
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu1-18/+42
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu1-2/+2
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu1-42/+123
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-110/+70
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu1-7/+8
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu1-11/+11
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu1-9/+9
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu1-29/+13
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu1-19/+3
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu1-22/+5
2019-07-16tracing/uprobe: Set print format when parsing commandMasami Hiramatsu1-18/+7
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar1-5/+10
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata1-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata1-3/+10
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-0/+7
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-0/+12
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu1-2/+11
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu1-13/+31
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+3
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu1-1/+2
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu1-4/+1