aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c
Commit message (Expand)AuthorAge
* tracing: Replace kzalloc with kcallocGustavo A. R. Silva2019-05-08
* tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu2019-05-08
* tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-08
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-02
* tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-14
* tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-14
* tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-14
* tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-12
* tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre2019-02-06
* tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-22
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-22
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-08
* tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-08
* tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu2018-11-05
* tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-12
* tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-10
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-10
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-10
* tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-10
* tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-10
* tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-10
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-10
* tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-10
* tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-10
* tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-10
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-16
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-23
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-04
* tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu2017-02-15
* tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-15
* tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)2017-02-15
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-23
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-23
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-20
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-22
* trace: Don't use __weak in header filesStephen Rothwell2015-03-25
* tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-19
* kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-24
* kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-24
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-02
* tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-02
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-02
* tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee2014-01-02
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-02
* tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-02
* tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-02
* tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2014-01-02
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-02
* tracing/probes: Fix basic print type functionsNamhyung Kim2014-01-02
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-31