Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dtrace_events.h265 struct trace_event_call;
281 int (*define_fields)(struct trace_event_call *);
291 int (*reg)(struct trace_event_call *event,
296 int (*raw_init)(struct trace_event_call *);
363 struct trace_event_call { struct
391 int (*perf_perm)(struct trace_event_call *, argument
399 bool trace_event_dyn_busy(struct trace_event_call *call);
457 trace_event_name(struct trace_event_call *call) in trace_event_name()
468 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields()
647 struct trace_event_call *event_call;
[all …]
H A Dsyscalls.h147 static struct trace_event_call __used \
157 static struct trace_event_call __used \
163 static struct trace_event_call __used \
173 static struct trace_event_call __used \
201 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
210 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
H A Dmodule.h537 struct trace_event_call **trace_events;
/linux-6.15/kernel/trace/
H A Dtrace_probe.h212 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
213 bool trace_kprobe_error_injectable(struct trace_event_call *call);
215 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
252 struct trace_event_call call;
305 static inline struct trace_event_call *
312 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
318 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
410 struct trace_event_call *event;
455 extern struct trace_event_call *
458 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call);
[all …]
H A 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()
383 struct trace_event_call *call) in reg_event_syscall_enter()
404 struct trace_event_call *call) in unreg_event_syscall_enter()
421 struct trace_event_call *call) in reg_event_syscall_exit()
442 struct trace_event_call *call) in unreg_event_syscall_exit()
648 static int perf_sysenter_enable(struct trace_event_call *call) in perf_sysenter_enable()
668 static void perf_sysenter_disable(struct trace_event_call *call) in perf_sysenter_disable()
754 static int perf_sysexit_enable(struct trace_event_call *call) in perf_sysexit_enable()
[all …]
H A 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()
183 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_open()
189 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_event_close()
217 struct trace_event_call *tp_event; in perf_trace_init()
251 struct trace_event_call *tp_event; in perf_kprobe_init()
303 struct trace_event_call *tp_event; in perf_uprobe_init()
354 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_add()
387 struct trace_event_call *tp_event = p_event->tp_event; in perf_trace_del()
[all …]
H A Dtrace_eprobe.c33 struct trace_event_call *event;
196 struct trace_event_call *event, in alloc_event_probe()
258 struct trace_event_call *pevent; in print_eprobe_event()
267 container_of(event, struct trace_event_call, event)); in print_eprobe_event()
644 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
701 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
738 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
771 static struct trace_event_call *
774 struct trace_event_call *tp_event; in find_and_get_event()
[all …]
H A Dtrace_events.c252 struct trace_event_call *call) in find_event_field()
1296 struct trace_event_call *call; in __ftrace_set_clr_event_nolock()
1526 struct trace_event_call *call; in t_next()
1839 struct trace_event_call *call; in trace_events_enabled()
3307 struct trace_event_call *call, *p; in trace_event_eval_update()
3677 struct trace_event_call *call, *p; in trace_module_remove_events()
3739 struct trace_event_call *call; in __trace_add_event_dirs()
3755 struct trace_event_call *call; in __find_event_file()
4203 struct trace_event_call *call; in __trace_early_add_events()
4446 struct trace_event_call **iter, *call; in event_trace_enable()
[all …]
H A 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()
196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry()
287 struct trace_event_call *call; in event_inject_write()
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register()
179 struct trace_event_call __used event_##call = { \
188 static struct trace_event_call __used \
196 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
H A Dtrace_dynevent.c22 bool trace_event_dyn_try_get_ref(struct trace_event_call *dyn_call) in trace_event_dyn_try_get_ref()
24 struct trace_event_call *call; in trace_event_dyn_try_get_ref()
41 void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref()
54 bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy()
H A Dtrace_fprobe.c182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
269 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
310 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
346 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
495 static int enable_trace_fprobe(struct trace_event_call *call, in enable_trace_fprobe()
530 static int disable_trace_fprobe(struct trace_event_call *call, in disable_trace_fprobe()
575 container_of(event, struct trace_event_call, event)); in print_fentry_event()
605 container_of(event, struct trace_event_call, event)); in print_fexit_event()
682 static int fprobe_register(struct trace_event_call *event,
687 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
[all …]
H A Dtrace_kprobe.c215 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
226 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
235 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
356 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
406 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1453 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1519 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1564 container_of(event, struct trace_event_call, event)); in print_kprobe_event()
1594 container_of(event, struct trace_event_call, event)); in print_kretprobe_event()
1772 static int kprobe_register(struct trace_event_call *event, in kprobe_register()
[all …]
H A Dtrace_uprobe.c319 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
1007 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1080 container_of(event, struct trace_event_call, event)); in print_uprobe_event()
1141 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1201 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1318 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1342 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1395 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1603 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1624 struct trace_event_call *
[all …]
H A Dtrace_synth.h34 struct trace_event_call call;
H A Dtrace_dynevent.h80 struct trace_event_call *call) in dyn_event_add()
H A Dtrace_events_synth.c126 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields()
591 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt()
637 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt()
854 static int synth_event_reg(struct trace_event_call *call, in synth_event_reg()
888 struct trace_event_call *call = &event->call; in register_synth_event()
940 struct trace_event_call *call = &event->call; in unregister_synth_event()
H A Dtrace_output.c303 struct trace_event_call *event; in trace_raw_output_prep()
308 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
937 static void print_fields(struct trace_iterator *iter, struct trace_event_call *call, in print_fields()
1042 struct trace_event_call *call; in print_event_fields()
1065 call = container_of(event, struct trace_event_call, event); in print_event_fields()
H A Dtrace.h1267 bool ftrace_event_is_function(struct trace_event_call *call);
1658 struct trace_event_call *call,
1664 trace_find_event_field(struct trace_event_call *call, char *name);
2081 extern struct trace_event_call \
2093 int perf_ftrace_event_register(struct trace_event_call *call,
H A Dtrace_events_filter.c1503 struct trace_event_call *call = data; in parse_pred()
2075 static int process_preds(struct trace_event_call *call, in process_preds()
2283 struct trace_event_call *call, in create_filter()
2307 struct trace_event_call *call, in create_event_filter()
2348 struct trace_event_call *call = file->event_call; in apply_event_filter()
2609 struct trace_event_call *call; in ftrace_profile_set_filter()
H A Dtrace_probe.c1940 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1957 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields()
2032 struct trace_event_call *call; in trace_probe_init()
2078 static struct trace_event_call *
2081 struct trace_event_call *tp_event; in find_trace_event_call()
2099 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
/linux-6.15/include/trace/
H A Dsyscall.h33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;
H A Dtrace_events.h75 static struct trace_event_call __used \
494 static struct trace_event_call __used event_##call = { \
503 static struct trace_event_call __used \
511 static struct trace_event_call __used event_##call = { \
520 static struct trace_event_call __used \
H A Dtrace_custom_events.h52 static struct trace_event_call __used \
202 static struct trace_event_call __used custom_event_##call = { \
218 static struct trace_event_call __used \
H A Dperf.h20 struct trace_event_call *event_call = __data; \

12