summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-08-191-1/+5
* tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)2021-08-191-1/+2
* tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)2021-08-191-2/+6
* tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)2021-08-181-5/+1
* tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)2021-08-181-8/+1
* tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-0/+4
* tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)2021-08-181-2/+2
* tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-6/+11
* tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury2021-02-021-1/+1
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-2/+2
* tracing/uprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-1/+14
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-5/+4
* tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan2020-08-031-1/+0
* tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-091-1/+1
* bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-1/+1
|\
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-2/+7
|\ \
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-2/+7
| |/
* | tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu2020-01-221-22/+7
* | tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu2020-01-141-44/+80
|/
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+11
* tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-251-2/+3
* tracing/probe: Reject exactly same probe eventMasami Hiramatsu2019-09-191-8/+44
* tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-311-0/+3
* tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu2019-08-311-1/+30
* tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu2019-08-311-18/+42
* tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu2019-08-311-2/+2
* tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu2019-08-311-42/+123
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-110/+70
|\
| * tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-161-7/+8
| * tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-161-11/+11
| * tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-161-9/+9
| * tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-161-29/+13
| * tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-161-19/+3
| * tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-161-22/+5
| * tracing/uprobe: Set print format when parsing commandMasami Hiramatsu2019-07-161-18/+7
| * tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-251-0/+7
| * tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-251-0/+12
* | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-241-5/+10
|\ \
| * | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| * | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| |/
* / perf/core: Allow non-privileged uprobe for user processesSong Liu2019-06-031-1/+1
|/
* tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-081-2/+11
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-021-13/+31
* Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-151-5/+3
|\
| * tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-141-1/+2
| * tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-141-4/+1
* | tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-01-171-0/+7
* | tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-01-171-1/+1
|/