summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)Author
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-20uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)
2021-11-23tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-09-25tracing/probe: Fix same probe event argument matchingSrikar Dronamraju