Home
last modified time | relevance | path

Searched refs:trace_probe (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dtrace_probe.h273 struct trace_probe { struct
288 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() argument
293 static inline bool trace_probe_is_registered(struct trace_probe *tp) in trace_probe_is_registered()
317 find_event_file_link(struct trace_probe *tp, struct trace_event_file *file) in find_event_file_link()
348 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
364 store_trace_args(int ent_size, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
394 extern int set_print_fmt(struct trace_probe *tp, bool is_return);
DMakefile70 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
Dtrace_kprobe.c35 struct trace_probe tp;
1015 struct trace_probe *tp; in print_kprobe_event()
1020 tp = container_of(event, struct trace_probe, call.event); in print_kprobe_event()
1046 struct trace_probe *tp; in print_kretprobe_event()
1051 tp = container_of(event, struct trace_probe, call.event); in print_kretprobe_event()
Dtrace_probe.c661 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
705 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
Dtrace_uprobe.c60 struct trace_probe tp;