Searched refs:trace_probe (Results 1 – 7 of 7) sorted by relevance
/kernel/trace/ |
D | trace_probe.h | 247 struct trace_probe { struct 260 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument 266 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag() 272 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() 278 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 283 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() 288 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() 294 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 305 static inline struct trace_probe * 310 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call() [all …]
|
D | trace_probe.c | 797 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 890 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 960 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() 980 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 1012 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 1026 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() 1034 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup() 1045 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init() 1108 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call() 1130 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() [all …]
|
D | trace_eprobe.c | 36 struct trace_probe tp; 264 struct trace_probe *tp; in eprobe_event_define_fields() 289 struct trace_probe *tp; in print_eprobe_event() 381 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size() 742 struct trace_probe *pos, *tp; in enable_trace_eprobe() 801 struct trace_probe *pos, *tp; in disable_trace_eprobe()
|
D | trace_kprobe.c | 63 struct trace_probe tp; 210 struct trace_probe *tp; in trace_kprobe_primary_from_call() 331 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe() 352 struct trace_probe *tp; in enable_trace_kprobe() 402 struct trace_probe *tp; in disable_trace_kprobe() 1475 struct trace_probe *tp; in print_kprobe_event() 1505 struct trace_probe *tp; in print_kretprobe_event() 1540 struct trace_probe *tp; in kprobe_event_define_fields() 1555 struct trace_probe *tp; in kretprobe_event_define_fields()
|
D | trace_uprobe.c | 66 struct trace_probe tp; 326 struct trace_probe *tp; in trace_uprobe_primary_from_call() 1077 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable() 1096 struct trace_probe *tp; in probe_event_enable() 1156 struct trace_probe *tp; in probe_event_disable() 1276 struct trace_probe *tp; in uprobe_perf_close() 1300 struct trace_probe *tp; in uprobe_perf_open()
|
D | trace_probe_tmpl.h | 215 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 234 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
|
D | Makefile | 101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|