aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+8
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan1-4/+8
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+2
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2022-06-20uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov1-0/+2
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani1-1/+0
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov1-3/+2
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-22/+17
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang1-0/+5
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa1-15/+8
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)1-7/+4
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