| /Linux-v5.4/include/linux/ |
| D | trace_events.h | 188 struct trace_event_call; 196 int (*reg)(struct trace_event_call *event, 198 int (*define_fields)(struct trace_event_call *); 199 struct list_head *(*get_fields)(struct trace_event_call *); 201 int (*raw_init)(struct trace_event_call *); 204 extern int trace_event_reg(struct trace_event_call *event, 254 struct trace_event_call { struct 283 int (*perf_perm)(struct trace_event_call *, argument 289 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid() 313 trace_event_name(struct trace_event_call *call) in trace_event_name() [all …]
|
| D | syscalls.h | 137 static struct trace_event_call __used \ 147 static struct trace_event_call __used \ 153 static struct trace_event_call __used \ 163 static struct trace_event_call __used \ 191 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() 200 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
|
| D | module.h | 470 struct trace_event_call **trace_events;
|
| D | perf_event.h | 713 struct trace_event_call *tp_event;
|
| /Linux-v5.4/kernel/trace/ |
| D | trace_probe.h | 201 bool trace_kprobe_on_func_entry(struct trace_event_call *call); 202 bool trace_kprobe_error_injectable(struct trace_event_call *call); 204 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() 209 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() 230 struct trace_event_call call; 281 static inline struct trace_event_call * 288 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call() 294 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call() 374 extern struct trace_event_call * 377 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call); [all …]
|
| D | trace_syscalls.c | 17 static int syscall_enter_register(struct trace_event_call *event, 19 static int syscall_exit_register(struct trace_event_call *event, 23 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields() 235 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt() 260 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt() 268 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields() 292 static int __init syscall_exit_define_fields(struct trace_event_call *call) in syscall_exit_define_fields() 405 struct trace_event_call *call) in reg_event_syscall_enter() 426 struct trace_event_call *call) in unreg_event_syscall_enter() 443 struct trace_event_call *call) in reg_event_syscall_exit() [all …]
|
| D | trace_event_perf.c | 26 static int perf_trace_event_perm(struct trace_event_call *tp_event, in perf_trace_event_perm() 91 static int perf_trace_event_reg(struct trace_event_call *tp_event, in perf_trace_event_reg() 151 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_unreg() 180 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_open() 186 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_close() 190 static int perf_trace_event_init(struct trace_event_call *tp_event, in perf_trace_event_init() 214 struct trace_event_call *tp_event; in perf_trace_init() 247 struct trace_event_call *tp_event; in perf_kprobe_init() 302 struct trace_event_call *tp_event; in perf_uprobe_init() 352 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_add() [all …]
|
| D | trace_events.c | 88 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field() 132 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field() 188 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields() 204 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets() 218 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init() 250 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve() 280 int trace_event_reg(struct trace_event_call *call, in trace_event_reg() 365 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() 736 struct trace_event_call *call; in __ftrace_set_clr_event_nolock() 900 struct trace_event_call *call; in t_next() [all …]
|
| D | trace_export.c | 18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register() 136 ftrace_define_fields_##name(struct trace_event_call *event_call) \ 181 struct trace_event_call __used event_##call = { \ 190 struct trace_event_call __used \ 198 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() 1161 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() 1209 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() 1259 container_of(event, struct trace_event_call, event)); in print_kprobe_event() 1289 container_of(event, struct trace_event_call, event)); in print_kretprobe_event() 1316 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields() [all …]
|
| D | trace_uprobe.c | 330 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call() 945 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() 1017 container_of(event, struct trace_event_call, event)); in print_uprobe_event() 1082 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable() 1143 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable() 1168 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields() 1269 static int uprobe_perf_multi_call(struct trace_event_call *call, in uprobe_perf_multi_call() 1308 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() 1400 trace_uprobe_register(struct trace_event_call *event, enum trace_reg type, in trace_uprobe_register() 1512 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() [all …]
|
| D | trace.h | 1153 bool ftrace_event_is_function(struct trace_event_call *call); 1351 extern int call_filter_check_discard(struct trace_event_call *call, void *rec, 1554 struct trace_event_call *call, 1560 trace_find_event_field(struct trace_event_call *call, char *name); 1903 extern struct trace_event_call \ 1917 int perf_ftrace_event_register(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_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 | 903 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() 920 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields() 989 struct trace_event_call *call; in trace_probe_init() 1028 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
|
| 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 | 106 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample()
|
| D | trace_events_hist.c | 408 struct trace_event_call call; 605 struct trace_event_call *call; in last_cmd_set() 644 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields() 924 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt() 962 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt() 1140 struct trace_event_call *call = &event->call; in register_synth_event() 1193 struct trace_event_call *call = &event->call; in unregister_synth_event() 2692 struct trace_event_call *call; in local_field_var_ref() 3350 struct trace_event_call *call; in find_target_event_var() 3533 struct trace_event_call *call; in create_target_field_var()
|
| 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 | 280 struct trace_event_call *event; in trace_raw_output_prep() 285 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
|
| D | trace.c | 325 int call_filter_check_discard(struct trace_event_call *call, void *rec, in call_filter_check_discard() 2522 struct trace_event_call *event_call; in output_printk() 2757 struct trace_event_call *call = &event_function; in trace_function() 2800 struct trace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() 2933 struct trace_event_call *call = &event_user_stack; in ftrace_trace_userstack() 3099 struct trace_event_call *call = &event_bprint; in trace_vbprintk() 3161 struct trace_event_call *call = &event_print; in __trace_array_vprintk()
|
| /Linux-v5.4/include/trace/ |
| D | syscall.h | 33 struct trace_event_call *enter_event; 34 struct trace_event_call *exit_event;
|
| D | trace_events.h | 122 static struct trace_event_call __used \ 450 trace_event_define_fields_##call(struct trace_event_call *event_call) \ 775 static struct trace_event_call __used event_##call = { \ 784 static struct trace_event_call __used \ 792 static struct trace_event_call __used event_##call = { \ 801 static struct trace_event_call __used \
|
| D | perf.h | 35 struct trace_event_call *event_call = __data; \
|