Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h243 struct trace_probe { struct
290 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
301 static inline struct trace_probe *
334 void trace_probe_cleanup(struct trace_probe *tp);
335 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
336 void trace_probe_unlink(struct trace_probe *tp);
337 int trace_probe_register_event_call(struct trace_probe *tp);
339 int trace_probe_remove_file(struct trace_probe *tp,
343 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b);
344 bool trace_probe_match_command_args(struct trace_probe *tp,
[all …]
A Dtrace_probe.c861 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __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()
1118 struct event_file_link *trace_probe_get_file_link(struct trace_probe *tp, in trace_probe_get_file_link()
1131 int trace_probe_remove_file(struct trace_probe *tp, in trace_probe_remove_file()
1154 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
[all …]
A 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()
A 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 …]
A 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()
A 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()
A DMakefile96 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/linux/drivers/scsi/
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()
3609 blogic_global_options.trace_probe = true; in blogic_parseopts()
3617 blogic_global_options.trace_probe = true; in blogic_parseopts()
A DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member

Completed in 32 milliseconds