aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkGravatar Andrii Nakryiko 1-3/+7
2024-05-01uprobes: prepare uprobe args buffer lazilyGravatar Andrii Nakryiko 1-21/+28
2024-05-01uprobes: encapsulate preparation of uprobe args bufferGravatar Andrii Nakryiko 1-37/+41
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Gravatar Masami Hiramatsu (Google) 1-6/+6
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initGravatar Masami Hiramatsu (Google) 1-1/+1
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Gravatar Kees Cook 1-1/+1
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-0/+1
2023-08-23tracing/probes: Support BTF argument on module functionsGravatar Masami Hiramatsu (Google) 1-0/+1
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programGravatar Jiri Olsa 1-6/+1
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Gravatar Masami Hiramatsu (Google) 1-1/+2
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+2
2023-07-11bpf: Clear the probe_addr for uprobeGravatar Yafang Shao 1-1/+2
2023-06-06tracing/probes: Move event parameter fetching code to common parserGravatar Masami Hiramatsu (Google) 1-3/+5
2023-02-24kernel/trace: extract common part in process_fetch_insnGravatar Song Chen 1-7/+4
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesGravatar Song Chen 1-1/+1
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeGravatar Masami Hiramatsu (Google) 1-1/+2
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+8
2022-07-24tracing: Auto generate event name when creating a group of eventsGravatar Linyu Yuan 1-4/+8
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+2
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+0
2022-06-20uprobe: gate bpf call behind BPF_EVENTSGravatar Delyan Kratunov 1-0/+2
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gravatar Gautam Menghani 1-1/+0
2022-06-16bpf: implement sleepable uprobes by chaining gpsGravatar Delyan Kratunov 1-3/+2
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-22/+17
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameGravatar Xiaoke Wang 1-0/+5
2021-12-16add missing bpf-cgroup.h includesGravatar Jakub Kicinski 1-0/+1
2021-12-11tracing: Iterate trace_[ku]probe objects directlyGravatar Jiri Olsa 1-15/+8
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperGravatar Steven Rostedt (VMware) 1-7/+4
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationGravatar Jiri Olsa 1-0/+1
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