Home
last modified time | relevance | path

Searched refs:trace_probe (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h54 /* Flags for trace_probe */
241 struct trace_probe { struct
254 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
260 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
266 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
272 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
277 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
282 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
288 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
299 static inline struct trace_probe *
[all...]
H A Dtrace_probe.c12 #define pr_fmt(fmt) "trace_probe: " fmt
14 #include "trace_probe.h"
749 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, char *arg, in traceprobe_parse_probe_arg()
842 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
904 int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return) in traceprobe_set_print_fmt()
924 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
956 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
970 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
978 void trace_probe_cleanup(struct trace_probe *t
[all...]
H A Dtrace_uprobe.c20 #include "trace_probe.h"
64 struct trace_probe tp;
326 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 *po in uprobe_perf_open()
[all...]
H A Dtrace_probe_tmpl.h174 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
193 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
H A Dtrace_kprobe.c20 #include "trace_probe.h"
61 struct trace_probe tp;
211 struct trace_probe *tp; in trace_kprobe_primary_from_call()
255 * Allocate new trace_probe and initialize it (including kprobes).
332 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
334 struct trace_probe *pos; in __disable_trace_kprobe()
349 * Enable trace_probe
355 struct trace_probe *pos, *tp; in enable_trace_kprobe()
400 * Disable trace_probe
406 struct trace_probe *t in disable_trace_kprobe()
[all...]
H A DMakefile92 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.h57 /* Flags for trace_probe */
251 struct trace_probe { struct
264 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
270 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
276 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
282 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
287 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
292 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
298 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
309 static inline struct trace_probe *
[all...]
H A Dtrace_probe.c12 #define pr_fmt(fmt) "trace_probe: " fmt
17 #include "trace_probe.h"
1376 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
1613 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
1683 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
1703 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
1735 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
1749 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
1757 void trace_probe_cleanup(struct trace_probe *t
[all...]
H A Dtrace_eprobe.c17 #include "trace_probe.h"
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 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_fprobe.c16 #include "trace_probe.h"
48 struct trace_probe tp;
364 * Allocate new trace_probe and initialize it (including fprobe).
424 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
436 * Enable trace_probe
442 struct trace_probe *tp; in enable_trace_fprobe()
471 * Disable trace_probe
477 struct trace_probe *tp; in disable_trace_fprobe()
515 struct trace_probe *tp; in print_fentry_event()
545 struct trace_probe *t in print_fexit_event()
[all...]
H A Dtrace_uprobe.c22 #include "trace_probe.h"
66 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 Dtrace_kprobe.c21 #include "trace_probe.h"
63 struct trace_probe tp;
210 struct trace_probe *tp; in trace_kprobe_primary_from_call()
254 * Allocate new trace_probe and initialize it (including kprobes).
331 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
346 * Enable trace_probe
352 struct trace_probe *tp; in enable_trace_kprobe()
396 * Disable trace_probe
402 struct trace_probe *tp; in disable_trace_kprobe()
531 /* Unregister a trace_probe an
[all...]
H A DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/kernel/linux/linux-5.10/drivers/scsi/
H A DBusLogic.c734 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
974 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1138 if (blogic_global_options.trace_probe) in blogic_probe()
1155 if (blogic_global_options.trace_probe) in blogic_probe()
1326 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3792 blogic_global_options.trace_probe = true; in blogic_parseopts()
3800 blogic_global_options.trace_probe = true; in blogic_parseopts()
H A DBusLogic.h259 bool trace_probe:1; /* Bit 0 */ member
/kernel/linux/linux-6.6/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

Completed in 30 milliseconds