summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-161-10/+14
* tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-161-2/+2
* tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-161-0/+47
* tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-161-0/+16
* tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-161-0/+36
* tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-261-7/+18
* tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-261-3/+11
* tracing: Replace kzalloc with kcallocGustavo A. R. Silva2019-05-081-2/+2
* tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu2019-05-081-6/+7
* tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-081-1/+1
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-031-78/+196
* tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-151-0/+8
* tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-151-0/+2
* tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-151-1/+7
* tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre2019-02-061-0/+1
* tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-231-8/+9
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-231-2/+2
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-091-0/+27
* tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-091-3/+44
* tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu2018-11-051-1/+1
* tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
* tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-111-8/+54
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-111-13/+23
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-111-31/+99
* tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-111-0/+8
* tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-111-1/+1
* tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-111-18/+36
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-111-289/+112Star
* tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-111-3/+1Star
* tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-111-0/+21
* tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-111-7/+5Star
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-171-13/+1Star
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-231-5/+3Star
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-86/+0Star
* tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu2017-02-151-1/+2
* tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-151-0/+1
* tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)2017-02-151-19/+29
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-231-4/+4
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-231-13/+17
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-201-0/+33
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+2
* trace: Don't use __weak in header filesStephen Rothwell2015-03-251-12/+7Star
* tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-4/+6
* kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-241-28/+33
* kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-241-2/+2
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-031-1/+12
* tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-031-12/+22
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-021-77/+0Star
* tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee2014-01-021-2/+20