Home
last modified time | relevance | path

Searched refs:store_trace_entry_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h368 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs);
374 #define store_trace_entry_data(edata, tp, regs) do { } while (0) macro
H A Dtrace_probe.c843 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data() function
871 NOKPROBE_SYMBOL(store_trace_entry_data) in NOKPROBE_SYMBOL() argument
H A Dtrace_fprobe.c225 store_trace_entry_data(entry_data, &tf->tp, regs); in trace_fprobe_entry_handler()
H A Dtrace_kprobe.c1421 store_trace_entry_data(ri->data, &tk->tp, regs); in trace_kprobe_entry_handler()