Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_probe.h258 struct trace_probe { struct
306 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
317 static inline struct trace_probe *
350 void trace_probe_cleanup(struct trace_probe *tp);
351 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
352 void trace_probe_unlink(struct trace_probe *tp);
355 int trace_probe_remove_file(struct trace_probe *tp,
359 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b);
360 bool trace_probe_match_command_args(struct trace_probe *tp,
420 struct trace_probe *tp;
[all …]
H A Dtrace_probe.c611 static int __store_entry_arg(struct trace_probe *tp, int argnum);
786 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
848 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
1958 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
1990 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
2004 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
2012 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
2097 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
2147 int trace_probe_remove_file(struct trace_probe *tp, in trace_probe_remove_file()
2169 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
[all …]
H A Dtrace_fprobe.c50 struct trace_probe tp;
219 void store_fprobe_entry_data(void *edata, struct trace_probe *tp, struct ftrace_regs *fregs) in store_fprobe_entry_data()
480 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
498 struct trace_probe *tp; in enable_trace_fprobe()
533 struct trace_probe *tp; in disable_trace_fprobe()
571 struct trace_probe *tp; in print_fentry_event()
601 struct trace_probe *tp; in print_fexit_event()
635 struct trace_probe *tp; in fentry_event_define_fields()
650 struct trace_probe *tp; in fexit_event_define_fields()
968 struct trace_probe *tp = &tf->tp; in reenable_trace_fprobe()
H A Dtrace_eprobe.c36 struct trace_probe tp;
237 struct trace_probe *tp; in eprobe_event_define_fields()
262 struct trace_probe *tp; in print_eprobe_event()
355 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size()
647 struct trace_probe *tp; in enable_trace_eprobe()
704 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_kprobe.c64 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()
1560 struct trace_probe *tp; in print_kprobe_event()
1590 struct trace_probe *tp; in print_kretprobe_event()
1625 struct trace_probe *tp; in kprobe_event_define_fields()
1640 struct trace_probe *tp; in kretprobe_event_define_fields()
H A Dtrace_uprobe.c67 struct trace_probe tp;
321 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1121 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1144 struct trace_probe *tp; in probe_event_enable()
1204 struct trace_probe *tp; in probe_event_disable()
1321 struct trace_probe *tp; in uprobe_perf_close()
1345 struct trace_probe *tp; in uprobe_perf_open()
H A DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/linux-6.15/drivers/scsi/
H A DBusLogic.c678 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
876 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1032 if (blogic_global_options.trace_probe) in blogic_probe()
1049 if (blogic_global_options.trace_probe) in blogic_probe()
1220 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3620 blogic_global_options.trace_probe = true; in blogic_parseopts()
3628 blogic_global_options.trace_probe = true; in blogic_parseopts()
H A DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member