summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe_tmpl.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-26tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-08-26tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)1-3/+3
2023-07-27tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-5/+17
2019-05-25tracing/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-10tracing: probeevent: Add array type supportMasami Hiramatsu1-8/+55
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu1-1/+54
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu1-29/+25
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu1-0/+120