Searched refs:trace_probe (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
A D | trace_probe.h | 248 struct trace_probe { struct 295 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 306 static inline struct trace_probe * 339 void trace_probe_cleanup(struct trace_probe *tp); 340 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to); 341 void trace_probe_unlink(struct trace_probe *tp); 342 int trace_probe_register_event_call(struct trace_probe *tp); 344 int trace_probe_remove_file(struct trace_probe *tp, 348 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b); 349 bool trace_probe_match_command_args(struct trace_probe *tp, [all …]
|
A D | trace_probe.c | 897 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 987 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 1019 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 1033 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() 1041 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup() 1052 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init() 1115 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call() 1152 struct event_file_link *trace_probe_get_file_link(struct trace_probe *tp, in trace_probe_get_file_link() 1165 int trace_probe_remove_file(struct trace_probe *tp, in trace_probe_remove_file() 1187 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type() [all …]
|
A 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() 382 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size() 674 struct trace_probe *pos, *tp; in enable_trace_eprobe() 719 struct trace_probe *pos, *tp; in disable_trace_eprobe()
|
A 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() 1352 struct trace_probe *tp; in print_kprobe_event() 1382 struct trace_probe *tp; in print_kretprobe_event() 1417 struct trace_probe *tp; in kprobe_event_define_fields() 1432 struct trace_probe *tp; in kretprobe_event_define_fields()
|
A D | trace_probe_tmpl.h | 233 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 252 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
|
A D | trace_uprobe.c | 66 struct trace_probe tp; 322 struct trace_probe *tp; in trace_uprobe_primary_from_call() 1074 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable() 1093 struct trace_probe *tp; in probe_event_enable() 1153 struct trace_probe *tp; in probe_event_disable() 1273 struct trace_probe *tp; in uprobe_perf_close() 1297 struct trace_probe *tp; in uprobe_perf_open()
|
A D | Makefile | 101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|
/linux-6.3-rc2/drivers/scsi/ |
A D | BusLogic.c | 677 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() 3618 blogic_global_options.trace_probe = true; in blogic_parseopts() 3626 blogic_global_options.trace_probe = true; in blogic_parseopts()
|
A D | BusLogic.h | 251 bool trace_probe:1; /* Bit 0 */ member
|
Completed in 34 milliseconds