Searched refs:trace_probe (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.h | 56 /* Flags for trace_probe */ 257 struct trace_probe { 271 static inline bool trace_probe_test_flag(struct trace_probe *tp, 277 static inline void trace_probe_set_flag(struct trace_probe *tp, 283 static inline void trace_probe_clear_flag(struct trace_probe *tp, 289 static inline bool trace_probe_is_enabled(struct trace_probe *tp) 294 static inline const char *trace_probe_name(struct trace_probe *tp) 299 static inline const char *trace_probe_group_name(struct trace_probe *tp) 305 trace_probe_event_call(struct trace_probe *tp) 316 static inline struct trace_probe * 258 struct trace_probe { global() struct 260 eventtrace_probe global() argument 272 argstrace_probe trace_probe_test_flag() argument [all...] |
H A D | trace_probe.c | 601 static int __store_entry_arg(struct trace_probe *tp, int argnum); 772 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg() 820 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size() 843 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data() 1507 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 1743 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 1813 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() 1833 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 1865 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 1879 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() [all …]
|
H A D | trace_fprobe.c | 17 #include "trace_probe.h" 49 struct trace_probe tp; 382 * Allocate new trace_probe and initialize it (including fprobe). 442 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe() 454 * Enable trace_probe 460 struct trace_probe *tp; in enable_trace_fprobe() 489 * Disable trace_probe 495 struct trace_probe *tp; in disable_trace_fprobe() 533 struct trace_probe *tp; in print_fentry_event() 563 struct trace_probe *t in print_fexit_event() [all...] |
H A D | trace_eprobe.c | 36 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 D | trace_probe_tmpl.h | 235 __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()
|
H 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() 1475 struct trace_probe *tp; in print_kprobe_event() 1505 struct trace_probe *tp; in print_kretprobe_event() 1540 struct trace_probe *tp; in kprobe_event_define_fields() 1555 struct trace_probe *tp; in kretprobe_event_define_fields()
|
H A D | trace_uprobe.c | 66 struct trace_probe tp; 318 struct trace_probe *tp; in trace_uprobe_primary_from_call() 1109 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable() 1128 struct trace_probe *tp; in probe_event_enable() 1188 struct trace_probe *tp; in probe_event_disable() 1308 struct trace_probe *tp; in uprobe_perf_close() 1332 struct trace_probe *tp; in uprobe_perf_open()
|
H A D | Makefile | 101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|
/openbmc/linux/drivers/scsi/ |
H 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()
|
H A D | BusLogic.h | 251 bool trace_probe:1; /* Bit 0 */ member
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |