Searched refs:store_trace_entry_data (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.h | 368 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 D | trace_probe.c | 843 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 D | trace_fprobe.c | 225 store_trace_entry_data(entry_data, &tf->tp, regs); in trace_fprobe_entry_handler()
|
H A D | trace_kprobe.c | 1421 store_trace_entry_data(ri->data, &tk->tp, regs); in trace_kprobe_entry_handler()
|