aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08tracing: Disable "other" permission bits in the tracefs filesGravatar Steven Rostedt (VMware) 1-2/+2
2021-08-19tracing/probes: Reject events which have the same name of existing oneGravatar Masami Hiramatsu 1-1/+5
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+2
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeGravatar Steven Rostedt (VMware) 1-2/+6
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosGravatar Steven Rostedt (VMware) 1-5/+1
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argGravatar Steven Rostedt (VMware) 1-8/+1
2021-08-18tracing: Have dynamic events have a ref counterGravatar Steven Rostedt (VMware) 1-0/+4
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsGravatar Steven Rostedt (VMware) 1-2/+2
2021-02-09tracing/dynevent: Delegate parsing to create functionGravatar Masami Hiramatsu 1-6/+11
2021-02-02tracing: Fix spelling of controlling in uprobesGravatar Bhaskar Chowdhury 1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-2/+2
2020-09-21tracing/uprobes: Support perf-style return probeGravatar Masami Hiramatsu 1-1/+14
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Gravatar Wei Yang 1-5/+4
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Gravatar Peng Fan 1-1/+0
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesGravatar Jean-Philippe Brucker 1-1/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeGravatar Alexei Starovoitov 1-2/+9
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+7
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeGravatar Masami Hiramatsu 1-22/+7
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeGravatar Masami Hiramatsu 1-44/+80
2020-01-13tracing: Make struct ring_buffer less ambiguousGravatar Steven Rostedt (VMware) 1-1/+1
2019-11-27ftrace: Rework event_create_dir()Gravatar Peter Zijlstra 1-2/+7
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsGravatar Steven Rostedt (VMware) 1-0/+11
2019-09-25tracing/probe: Fix same probe event argument matchingGravatar Srikar Dronamraju 1-2/+3
2019-09-19tracing/probe: Reject exactly same probe eventGravatar Masami Hiramatsu 1-8/+44
2019-08-31tracing/probe: Add immediate string parameter supportGravatar Masami Hiramatsu 1-0/+3
2019-08-31tracing/uprobe: Add per-probe delete from eventGravatar Masami Hiramatsu 1-1/+30
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportGravatar Masami Hiramatsu 1-18/+42
2019-08-31tracing/dynevent: Pass extra arguments to match operationGravatar Masami Hiramatsu 1-2/+2
2019-08-31tracing/probe: Split trace_event related data from trace_probeGravatar Masami Hiramatsu 1-42/+123
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-110/+70
2019-07-16tracing/probe: Add trace_event_call accesses APIsGravatar Masami Hiramatsu 1-7/+8
2019-07-16tracing/probe: Add probe event name and group name accesses APIsGravatar Masami Hiramatsu 1-11/+11
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeGravatar Masami Hiramatsu 1-9/+9
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeGravatar Masami Hiramatsu 1-29/+13
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeGravatar Masami Hiramatsu 1-19/+3
2019-07-16tracing/probe: Add trace_probe init and free functionsGravatar Masami Hiramatsu 1-22/+5
2019-07-16tracing/uprobe: Set print format when parsing commandGravatar Masami Hiramatsu 1-18/+7
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchGravatar Ingo Molnar 1-5/+10
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Gravatar Eiichi Tsukata 1-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Gravatar Eiichi Tsukata 1-3/+10
2019-06-03perf/core: Allow non-privileged uprobe for user processesGravatar Song Liu 1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceGravatar Masami Hiramatsu 1-0/+7
2019-05-25tracing/probe: Add ustring type for user-space stringGravatar Masami Hiramatsu 1-0/+12
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsGravatar Masami Hiramatsu 1-2/+11
2019-04-02tracing: Use tracing error_log with probe eventsGravatar Masami Hiramatsu 1-13/+31
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-5/+3
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultGravatar Masami Hiramatsu 1-1/+2
2019-03-14tracing/probe: Check event/group naming rule at parsingGravatar Masami Hiramatsu 1-4/+1
2019-01-17tracing/uprobes: Fix output for multiple string argumentsGravatar Andreas Ziegler 1-0/+7