Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h259 struct trace_probe { struct
307 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
318 static inline struct trace_probe *
351 void trace_probe_cleanup(struct trace_probe *tp);
352 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
353 void trace_probe_unlink(struct trace_probe *tp);
356 int trace_probe_remove_file(struct trace_probe *tp,
360 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b);
361 bool trace_probe_match_command_args(struct trace_probe *tp,
421 struct trace_probe *tp;
[all …]
A Dtrace_probe.c602 static int __store_entry_arg(struct trace_probe *tp, int argnum);
773 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
821 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
1938 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
1970 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
1984 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
1992 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
2077 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
2127 int trace_probe_remove_file(struct trace_probe *tp, in trace_probe_remove_file()
2149 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
[all …]
A Dtrace_fprobe.c50 struct trace_probe tp;
445 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
463 struct trace_probe *tp; in enable_trace_fprobe()
498 struct trace_probe *tp; in disable_trace_fprobe()
536 struct trace_probe *tp; in print_fentry_event()
566 struct trace_probe *tp; in print_fexit_event()
600 struct trace_probe *tp; in fentry_event_define_fields()
615 struct trace_probe *tp; in fexit_event_define_fields()
938 struct trace_probe *tp = &tf->tp; in reenable_trace_fprobe()
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()
A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, struct pt_regs *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()
A Dtrace_kprobe.c63 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()
1561 struct trace_probe *tp; in print_kprobe_event()
1591 struct trace_probe *tp; in print_kretprobe_event()
1626 struct trace_probe *tp; in kprobe_event_define_fields()
1641 struct trace_probe *tp; in kretprobe_event_define_fields()
A Dtrace_uprobe.c67 struct trace_probe tp;
319 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1119 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1142 struct trace_probe *tp; in probe_event_enable()
1202 struct trace_probe *tp; in probe_event_disable()
1319 struct trace_probe *tp; in uprobe_perf_close()
1343 struct trace_probe *tp; in uprobe_perf_open()
A DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/linux/drivers/scsi/
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()
3619 blogic_global_options.trace_probe = true; in blogic_parseopts()
3627 blogic_global_options.trace_probe = true; in blogic_parseopts()
A DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member

Completed in 32 milliseconds