/Linux-v5.10/include/linux/ |
D | trace_events.h | 195 struct trace_event_call; 209 int (*define_fields)(struct trace_event_call *); 219 int (*reg)(struct trace_event_call *event, 222 struct list_head *(*get_fields)(struct trace_event_call *); 224 int (*raw_init)(struct trace_event_call *); 227 extern int trace_event_reg(struct trace_event_call *event, 278 struct trace_event_call { struct 307 int (*perf_perm)(struct trace_event_call *, argument 313 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid() 337 trace_event_name(struct trace_event_call *call) in trace_event_name() [all …]
|
D | syscalls.h | 136 static struct trace_event_call __used \ 146 static struct trace_event_call __used \ 152 static struct trace_event_call __used \ 162 static struct trace_event_call __used \ 190 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() 199 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
|
D | module.h | 487 struct trace_event_call **trace_events;
|
/Linux-v5.10/kernel/trace/ |
D | trace_probe.h | 200 bool trace_kprobe_on_func_entry(struct trace_event_call *call); 201 bool trace_kprobe_error_injectable(struct trace_event_call *call); 203 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 208 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 235 struct trace_event_call call; 287 static inline struct trace_event_call * 294 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call() 300 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call() 368 extern struct trace_event_call * 371 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call); [all …]
|
D | trace_syscalls.c | 18 static int syscall_enter_register(struct trace_event_call *event, 20 static int syscall_exit_register(struct trace_event_call *event, 24 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields() 239 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt() 264 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt() 272 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields() 390 struct trace_event_call *call) in reg_event_syscall_enter() 411 struct trace_event_call *call) in unreg_event_syscall_enter() 428 struct trace_event_call *call) in reg_event_syscall_exit() 449 struct trace_event_call *call) in unreg_event_syscall_exit() [all …]
|
D | trace_event_perf.c | 27 static int perf_trace_event_perm(struct trace_event_call *tp_event, in perf_trace_event_perm() 96 static int perf_trace_event_reg(struct trace_event_call *tp_event, in perf_trace_event_reg() 156 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_unreg() 185 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_open() 191 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_close() 195 static int perf_trace_event_init(struct trace_event_call *tp_event, in perf_trace_event_init() 219 struct trace_event_call *tp_event; in perf_trace_init() 252 struct trace_event_call *tp_event; in perf_kprobe_init() 307 struct trace_event_call *tp_event; in perf_uprobe_init() 357 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_add() [all …]
|
D | trace_events.c | 90 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field() 134 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field() 190 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 206 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 220 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init() 255 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() 286 int trace_event_reg(struct trace_event_call *call, in trace_event_reg() 371 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() 784 struct trace_event_call *call; in __ftrace_set_clr_event_nolock() 975 struct trace_event_call *call; in t_next() [all …]
|
D | trace_events_inject.c | 36 parse_field(char *str, struct trace_event_call *call, in parse_field() 138 static int trace_get_entry_size(struct trace_event_call *call) in trace_get_entry_size() 153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) in trace_alloc_entry() 192 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() 282 struct trace_event_call *call; in event_inject_write()
|
D | trace_export.c | 18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register() 169 struct trace_event_call __used event_##call = { \ 178 static struct trace_event_call __used \ 186 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
|
D | trace_kprobe.c | 208 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call() 219 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 228 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 351 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe() 402 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe() 1377 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() 1426 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() 1478 container_of(event, struct trace_event_call, event)); in print_kprobe_event() 1508 container_of(event, struct trace_event_call, event)); in print_kretprobe_event() 1535 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields() [all …]
|
D | trace_uprobe.c | 323 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call() 951 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() 1023 container_of(event, struct trace_event_call, event)); in print_uprobe_event() 1089 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() 1150 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() 1175 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields() 1270 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close() 1295 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open() 1342 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() 1441 trace_uprobe_register(struct trace_event_call *event, enum trace_reg type, in trace_uprobe_register() [all …]
|
D | trace_synth.h | 33 struct trace_event_call call;
|
D | trace_mmiotrace.c | 299 struct trace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw() 329 struct trace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map()
|
D | trace.h | 1266 bool ftrace_event_is_function(struct trace_event_call *call); 1465 extern int call_filter_check_discard(struct trace_event_call *call, void *rec, 1668 struct trace_event_call *call, 1674 trace_find_event_field(struct trace_event_call *call, char *name); 2028 extern struct trace_event_call \ 2040 int perf_ftrace_event_register(struct trace_event_call *call,
|
D | trace_events_filter.c | 1156 struct trace_event_call *call = data; in parse_pred() 1505 static int process_preds(struct trace_event_call *call, in process_preds() 1733 struct trace_event_call *call, in create_filter() 1757 struct trace_event_call *call, in create_event_filter() 1799 struct trace_event_call *call = file->event_call; in apply_event_filter() 2061 struct trace_event_call *call; in ftrace_profile_set_filter()
|
D | trace_probe.c | 905 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() 922 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields() 991 struct trace_event_call *call; in trace_probe_init() 1034 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
|
D | trace_events_synth.c | 111 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields() 512 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt() 555 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt() 754 struct trace_event_call *call = &event->call; in register_synth_event() 807 struct trace_event_call *call = &event->call; in unregister_synth_event()
|
D | trace_sched_wakeup.c | 380 struct trace_event_call *call = &event_context_switch; in tracing_sched_switch_trace() 408 struct trace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace()
|
D | trace_branch.c | 33 struct trace_event_call *call = &event_branch; in probe_likely_condition()
|
D | trace_hwlat.c | 107 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample()
|
D | trace_functions_graph.c | 102 struct trace_event_call *call = &event_funcgraph_entry; in __trace_graph_entry() 222 struct trace_event_call *call = &event_funcgraph_exit; in __trace_graph_return()
|
D | trace_output.c | 295 struct trace_event_call *event; in trace_raw_output_prep() 300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
|
/Linux-v5.10/include/trace/ |
D | syscall.h | 33 struct trace_event_call *enter_event; 34 struct trace_event_call *exit_event;
|
D | trace_events.h | 123 static struct trace_event_call __used \ 748 static struct trace_event_call __used event_##call = { \ 757 static struct trace_event_call __used \ 765 static struct trace_event_call __used event_##call = { \ 774 static struct trace_event_call __used \
|
D | perf.h | 35 struct trace_event_call *event_call = __data; \
|