summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe_tmpl.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)1-7/+3
2023-07-13tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-07-13tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2023-07-13tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)1-2/+2
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen1-0/+20
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen1-28/+0
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)1-3/+44
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)1-3/+3
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2019-05-26tracing/probe: Support user-space dereferenceMasami Hiramatsu1-5/+17
2019-05-26tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-1/+13
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu1-1/+1
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler1-2/+4
2018-10-11tracing: probeevent: Add array type supportMasami Hiramatsu1-8/+55
2018-10-11tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu1-1/+54
2018-10-11tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu1-29/+25
2018-10-11tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu1-0/+120