aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin1-0/+2
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)1-1/+27
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)1-1/+1
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)1-1/+2
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel1-0/+1
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-4/+23
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)1-1/+2
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)1-0/+1
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)1-1/+10
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-3/+11
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa1-0/+5
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)1-0/+1
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)1-1/+10
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)1-1/+8
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)1-1/+8
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)1-3/+12
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-1/+2
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)1-0/+5
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello1-1/+1
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen1-0/+2
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng1-0/+1
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)1-1/+2
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)1-5/+11
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)1-1/+2
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)1-1/+4
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-1/+0
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-1/+5
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu1-0/+1
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)1-1/+6
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)1-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-0/+1
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi1-13/+0
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu1-0/+1
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu1-2/+8
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu1-1/+2
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu1-1/+2
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-0/+2
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu1-0/+1
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu1-0/+2
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu1-1/+13
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu1-11/+37
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu1-6/+0
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu1-0/+6
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu1-0/+10
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu1-2/+20
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu1-16/+20
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu1-0/+6
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu1-0/+4
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-0/+2
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-0/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu1-0/+1
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu1-2/+75
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu1-0/+1
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu1-0/+2
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu1-5/+2
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu1-1/+3
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu1-1/+8
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu1-0/+14
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu1-3/+9
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu1-1/+1
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu1-20/+6
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu1-5/+1
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu1-187/+43
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu1-0/+2
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu1-3/+16
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu1-1/+2
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-13/+1
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu1-1/+1
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+12
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu1-0/+4
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu1-0/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu1-6/+6
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+12
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-7/+0
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard1-2/+2
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu1-1/+1
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-0/+9
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval1-0/+10
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai1-4/+4
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-2/+2
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-8/+2
2015-03-25trace: Don't use __weak in header filesStephen Rothwell1-8/+2
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)1-1/+1
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu1-8/+7
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)1-0/+17
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim1-0/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-0/+2
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim1-4/+0
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim1-0/+24
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim1-4/+10
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim1-0/+53
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim1-0/+65
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim1-0/+2
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim1-0/+48
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim1-0/+20
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov1-1/+0
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-1/+2
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju1-0/+160