summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-161-6/+0Star
* tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-161-0/+6
* tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-161-0/+10
* tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-161-2/+20
* tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-161-16/+20
* tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-161-0/+6
* tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-161-0/+4
* tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-261-0/+2
* tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-261-0/+1
* tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-081-0/+1
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-031-2/+75
* tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-151-0/+1
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-091-0/+2
* tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-091-5/+2Star
* tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-111-1/+3
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-111-1/+8
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-111-0/+14
* tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-111-3/+9
* tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-111-1/+1
* tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-111-20/+6Star
* tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-111-5/+1Star
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-111-187/+43Star
* tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-111-0/+2
* tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-111-3/+16
* trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-111-1/+2
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-171-13/+1Star
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-1/+1
|\
| * tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-231-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-171-0/+12
|\|
| * tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-131-6/+6
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+12
* | perf/core: Implement the 'perf_uprobe' PMUSong Liu2018-02-061-0/+4
* | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-061-0/+7
|/
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-7/+0Star
* perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-011-2/+2
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-231-1/+1
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-231-0/+9
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-201-0/+10
* kernel/trace_probe: is_good_name can be booleanYaowei Bai2015-09-221-4/+4
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-131-2/+2
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-8/+2Star
|\
| * trace: Don't use __weak in header filesStephen Rothwell2015-03-251-8/+2Star
* | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-031-1/+1
|/
* kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-241-8/+7Star
* tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)2014-02-201-0/+17
* tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2014-01-031-0/+8
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-031-0/+2
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-021-4/+0Star
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-021-0/+24