summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c
AgeCommit message (Expand)AuthorLines
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva-2/+2
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu-6/+7
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)-1/+1
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu-78/+196
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu-0/+8
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu-0/+2
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu-1/+7
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks-1/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre-0/+1
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)-8/+9
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)-2/+2
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu-0/+27
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu-3/+44
2018-11-05tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu-1/+1
2018-10-12tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)-1/+1
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu-8/+54
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu-13/+23
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu-31/+99
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu-0/+8
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu-1/+1
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu-18/+36
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu-289/+112
2018-10-10tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu-3/+1
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu-0/+21
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu-7/+5
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-13/+1
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu-5/+3
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi-86/+0
2017-02-15tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu-1/+2
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu-0/+1
2017-02-15tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)-19/+29
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu-4/+4
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu-13/+17
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval-0/+33
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches-2/+2
2015-03-25trace: Don't use __weak in header filesStephen Rothwell-12/+7
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)-4/+6
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu-28/+33
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu-2/+2
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim-1/+12
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim-12/+22
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim-77/+0
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee-2/+20
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim-59/+0
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim-22/+0
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim-39/+26
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim-61/+13
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim-0/+62
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim-11/+11
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter-7/+7