Home
last modified time | relevance | path

Searched refs:trace_probe (Results 1 – 5 of 5) 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.c664 static int __store_entry_arg(struct trace_probe *tp, int argnum);
951 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
1010 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
1020 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data()
1728 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
2017 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
2087 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
2107 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
2139 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
2153 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_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_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()