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