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