Searched refs:trace_probe (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_probe.h | 260 struct trace_probe { struct 274 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag() argument 279 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() 285 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag() 291 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() 297 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 302 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() 307 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() 313 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 324 static inline struct trace_probe * [all …]
|
| H A D | trace_probe.c | 630 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() 900 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size() 910 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data() 1608 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 1897 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 1967 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() 1987 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 2019 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 2033 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() [all …]
|
| H A D | trace_eprobe.c | 37 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 D | trace_probe_tmpl.h | 235 __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 D | trace_fprobe.c | 194 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 D | trace_kprobe.c | 64 struct trace_probe tp; 217 struct trace_probe *tp; in trace_kprobe_primary_from_call() 338 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe() 359 struct trace_probe *tp; in enable_trace_kprobe() 409 struct trace_probe *tp; in disable_trace_kprobe() 1577 struct trace_probe *tp; in print_kprobe_event() 1607 struct trace_probe *tp; in print_kretprobe_event() 1642 struct trace_probe *tp; in kprobe_event_define_fields() 1657 struct trace_probe *tp; in kretprobe_event_define_fields()
|
| H A D | trace_uprobe.c | 69 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 D | Makefile | 118 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|