Home
last modified time | relevance | path

Searched refs:trace_event_call (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.10/include/linux/
Dtrace_events.h195 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 …]
Dsyscalls.h136 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()
Dmodule.h487 struct trace_event_call **trace_events;
/Linux-v5.10/kernel/trace/
Dtrace_probe.h200 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 …]
Dtrace_syscalls.c18 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 …]
Dtrace_event_perf.c27 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 …]
Dtrace_events.c90 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 …]
Dtrace_events_inject.c36 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()
Dtrace_export.c18 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()
Dtrace_kprobe.c208 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 …]
Dtrace_uprobe.c323 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 …]
Dtrace_synth.h33 struct trace_event_call call;
Dtrace_mmiotrace.c299 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()
Dtrace.h1266 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,
Dtrace_events_filter.c1156 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()
Dtrace_probe.c905 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()
Dtrace_events_synth.c111 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()
Dtrace_sched_wakeup.c380 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()
Dtrace_branch.c33 struct trace_event_call *call = &event_branch; in probe_likely_condition()
Dtrace_hwlat.c107 struct trace_event_call *call = &event_hwlat; in trace_hwlat_sample()
Dtrace_functions_graph.c102 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()
Dtrace_output.c295 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/
Dsyscall.h33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;
Dtrace_events.h123 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 \
Dperf.h35 struct trace_event_call *event_call = __data; \

12