Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h251 struct trace_probe { struct
298 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
309 static inline struct trace_probe *
342 void trace_probe_cleanup(struct trace_probe *tp);
343 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
344 void trace_probe_unlink(struct trace_probe *tp);
345 int trace_probe_register_event_call(struct trace_probe *tp);
347 int trace_probe_remove_file(struct trace_probe *tp,
351 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b);
352 bool trace_probe_match_command_args(struct trace_probe *tp,
[all …]
H A Dtrace_probe.c1617 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
1707 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
1739 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
1753 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
1761 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
1772 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init()
1835 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
1872 struct event_file_link *trace_probe_get_file_link(struct trace_probe *tp, in trace_probe_get_file_link()
1885 int trace_probe_remove_file(struct trace_probe *tp, in trace_probe_remove_file()
1907 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
[all …]
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_fprobe.c48 struct trace_probe tp;
424 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
442 struct trace_probe *tp; in enable_trace_fprobe()
477 struct trace_probe *tp; in disable_trace_fprobe()
515 struct trace_probe *tp; in print_fentry_event()
545 struct trace_probe *tp; in print_fexit_event()
579 struct trace_probe *tp; in fentry_event_define_fields()
594 struct trace_probe *tp; in fexit_event_define_fields()
H A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
H A Dtrace_kprobe.c63 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()
1430 struct trace_probe *tp; in print_kprobe_event()
1460 struct trace_probe *tp; in print_kretprobe_event()
1495 struct trace_probe *tp; in kprobe_event_define_fields()
1510 struct trace_probe *tp; in kretprobe_event_define_fields()
H A Dtrace_uprobe.c66 struct trace_probe tp;
318 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1073 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1092 struct trace_probe *tp; in probe_event_enable()
1152 struct trace_probe *tp; in probe_event_disable()
1272 struct trace_probe *tp; in uprobe_perf_close()
1296 struct trace_probe *tp; in uprobe_perf_open()
H A DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/openbmc/linux/drivers/scsi/
H A 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()
3618 blogic_global_options.trace_probe = true; in blogic_parseopts()
3626 blogic_global_options.trace_probe = true; in blogic_parseopts()
H A DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member