Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h261 struct trace_probe { struct
275 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag() argument
280 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
286 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
292 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
298 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
303 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
308 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
314 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
325 static inline struct trace_probe *
[all …]
H A Dtrace_probe.c630 static int __store_entry_arg(struct trace_probe *tp, int argnum);
835 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
899 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
909 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data()
1613 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
1902 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
1972 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
1992 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
2024 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
2038 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
[all …]
H A Dtrace_eprobe.c37 struct trace_probe tp;
238 struct trace_probe *tp; in eprobe_event_define_fields()
263 struct trace_probe *tp; in print_eprobe_event()
361 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size()
642 struct trace_probe *tp; in enable_trace_eprobe()
699 struct trace_probe *tp; in disable_trace_eprobe()
H A Dtrace_fprobe.c194 struct trace_probe tp;
363 void store_fprobe_entry_data(void *edata, struct trace_probe *tp, struct ftrace_regs *fregs) in store_fprobe_entry_data()
625 struct trace_probe *tp; in print_fentry_event()
655 struct trace_probe *tp; in print_fexit_event()
689 struct trace_probe *tp; in fentry_event_define_fields()
704 struct trace_probe *tp; in fexit_event_define_fields()
1462 struct trace_probe *tp; in enable_trace_fprobe()
1499 struct trace_probe *tp; in disable_trace_fprobe()
H A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, void *regs, void *edata) in __get_data_size()
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, void *edata, in store_trace_args()
H A Dtrace_uprobe.c69 struct trace_probe tp;
323 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1116 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1139 struct trace_probe *tp; in probe_event_enable()
1199 struct trace_probe *tp; in probe_event_disable()
1316 struct trace_probe *tp; in uprobe_perf_close()
1340 struct trace_probe *tp; in uprobe_perf_open()
H A DMakefile120 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o