summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-071-5/+5
* tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-141-7/+3
* tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-141-5/+7
* tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-141-0/+2
* tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-07-141-2/+2
* kernel/trace: extract common part in process_fetch_insnSong Chen2023-02-241-0/+20
* kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen2023-02-241-28/+0
* tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-151-3/+44
* tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)2021-08-191-3/+3
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-251-5/+17
* tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-251-1/+13
* tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu2019-05-081-1/+1
* tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler2019-02-111-2/+4
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-101-8/+55
* tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-101-1/+54
* tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-101-29/+25
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-101-0/+120