summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)1-6/+6
2024-03-06tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)1-1/+1
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+1
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-0/+1
2023-08-08bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa1-6/+1
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)1-1/+2
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-07-12bpf: Clear the probe_addr for uprobeYafang Shao1-1/+2
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)1-3/+5
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen1-7/+4
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen1-1/+1
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)1-1/+2
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+8
2022-07-25tracing: 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-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2022-06-21uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov1-0/+2
2022-06-18tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani1-1/+0
2022-06-17bpf: 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/rost...Linus Torvalds1-22/+17
2022-01-14tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang1-0/+5
2021-12-17add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa1-15/+8
2021-12-07tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)1-7/+4
2021-11-24tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa1-0/+1
2021-10-09tracing: 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-19tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)1-5/+1
2021-08-19tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)1-8/+1
2021-08-19tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-0/+4
2021-08-19tracing: 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-03tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-03tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-2/+2
2020-09-22tracing/uprobes: Support perf-style return probeMasami Hiramatsu1-1/+14
2020-09-19tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei 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-25bpf: 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/ros...Linus Torvalds1-1/+1
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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