Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h370 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs);
376 #define store_trace_entry_data(edata, tp, regs) do { } while (0) macro
A Dtrace_probe.c844 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data() function
872 NOKPROBE_SYMBOL(store_trace_entry_data) in NOKPROBE_SYMBOL() argument
A Dtrace_fprobe.c226 store_trace_entry_data(entry_data, &tf->tp, regs); in trace_fprobe_entry_handler()
A Dtrace_kprobe.c1507 store_trace_entry_data(ri->data, &tk->tp, regs); in trace_kprobe_entry_handler()

Completed in 28 milliseconds