Searched refs:store_trace_entry_data (Results 1 – 3 of 3) sorted by relevance
369 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs);375 #define store_trace_entry_data(edata, tp, regs) do { } while (0) macro
844 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data() function872 NOKPROBE_SYMBOL(store_trace_entry_data) in NOKPROBE_SYMBOL() argument
1506 store_trace_entry_data(ri->data, &tk->tp, regs); in trace_kprobe_entry_handler()