aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)Author
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
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu
2019-08-31tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu
2019-07-16tracing/uprobe: Set print format when parsing commandMasami Hiramatsu
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu