aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu1-0/+16
2019-09-17tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu1-5/+6
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-14/+42
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu1-0/+18
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu1-0/+18
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu1-9/+50
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu1-18/+36
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu1-1/+2
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu1-10/+14
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu1-2/+2
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu1-0/+47
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu1-0/+16
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu1-0/+36
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-7/+18
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-3/+11
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva1-2/+2
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu1-6/+7
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)1-1/+1
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu1-78/+196
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu1-0/+8
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu1-0/+2
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu1-1/+7
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks1-1/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre1-0/+1
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)1-8/+9
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)1-2/+2
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu1-0/+27
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu1-3/+44
2018-11-05tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu1-1/+1
2018-10-12tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)1-1/+1
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu1-8/+54
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu1-13/+23
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu1-31/+99
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu1-0/+8
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu1-1/+1
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu1-18/+36
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu1-289/+112
2018-10-10tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu1-3/+1
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu1-0/+21
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu1-7/+5
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-13/+1
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu1-5/+3
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-86/+0
2017-02-15tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu1-1/+2
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu1-0/+1
2017-02-15tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)1-19/+29
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu1-4/+4
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-13/+17
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval1-0/+33
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-2/+2