Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_probe.h243 struct trace_probe { struct
256 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument
262 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
268 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
274 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
279 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
284 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
290 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
301 static inline struct trace_probe *
306 return list_first_entry(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
[all …]
Dtrace_probe.c768 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
861 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
933 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
953 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
985 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
999 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
1007 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
1018 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init()
1081 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
1103 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file()
[all …]
Dtrace_eprobe.c32 struct trace_probe tp;
247 struct trace_probe *tp; in eprobe_event_define_fields()
273 struct trace_probe *tp; in print_eprobe_event()
340 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size()
696 struct trace_probe *pos, *tp; in enable_trace_eprobe()
741 struct trace_probe *pos, *tp; in disable_trace_eprobe()
Dtrace_kprobe.c61 struct trace_probe tp;
207 struct trace_probe *tp; in trace_kprobe_primary_from_call()
328 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
330 struct trace_probe *pos; in __disable_trace_kprobe()
351 struct trace_probe *pos, *tp; in enable_trace_kprobe()
402 struct trace_probe *tp; in disable_trace_kprobe()
562 struct trace_probe *pos; in trace_kprobe_has_same_kprobe()
1472 struct trace_probe *tp; in print_kprobe_event()
1502 struct trace_probe *tp; in print_kretprobe_event()
1537 struct trace_probe *tp; in kprobe_event_define_fields()
[all …]
Dtrace_uprobe.c64 struct trace_probe tp;
322 struct trace_probe *tp; in trace_uprobe_primary_from_call()
412 struct trace_probe *pos; in trace_uprobe_has_same_uprobe()
1076 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1078 struct trace_probe *pos; in __probe_event_disable()
1097 struct trace_probe *pos, *tp; in probe_event_enable()
1158 struct trace_probe *tp; in probe_event_disable()
1278 struct trace_probe *pos, *tp; in uprobe_perf_close()
1303 struct trace_probe *pos, *tp; in uprobe_perf_open()
Dtrace_probe_tmpl.h172 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
191 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
DMakefile95 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/Linux-v5.15/drivers/scsi/
DBusLogic.c677 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
875 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1031 if (blogic_global_options.trace_probe) in blogic_probe()
1048 if (blogic_global_options.trace_probe) in blogic_probe()
1219 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3610 blogic_global_options.trace_probe = true; in blogic_parseopts()
3618 blogic_global_options.trace_probe = true; in blogic_parseopts()
DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member