aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_uprobe.c
AgeCommit message (Expand)Author
2023-09-23bpf: Clear the probe_addr for uprobeYafang Shao
2023-08-30tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)
2021-12-01tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa
2021-09-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2020-06-24tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-02-05tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
2020-01-29tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
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
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu
2018-10-10tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu