summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-071-6/+6
* tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)2024-03-071-1/+1
* tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook2023-12-011-1/+1
* Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-021-0/+1
|\
| * tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-231-0/+1
* | bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-071-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-1/+2
|\|
| * Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-161-1/+2
| |\
| | * tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-141-1/+2
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-131-1/+2
|\ \ \ | |/ / |/| |
| * | bpf: Clear the probe_addr for uprobeYafang Shao2023-07-111-1/+2
| |/
* / tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)2023-06-061-3/+5
|/
* kernel/trace: extract common part in process_fetch_insnSong Chen2023-02-241-7/+4
* kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen2023-02-241-1/+1
* tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-151-1/+2
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-4/+8
|\
| * tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-241-4/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-0/+2
|\ \
| * | uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov2022-06-201-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-1/+0
|\ \ \ | |/ / |/| / | |/
| * tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani2022-06-171-1/+0
* | bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-161-3/+2
|/
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-22/+17
|\
| * tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang2022-01-131-0/+5
| * tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-111-15/+8
| * tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)2021-12-061-7/+4
* | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
|/
* tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa2021-11-231-0/+1
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-2/+2
* 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
|/