Home
last modified time | relevance | path

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

12

/Linux-v5.15/include/linux/
Dtrace_events.h257 struct trace_event_call;
271 int (*define_fields)(struct trace_event_call *);
281 int (*reg)(struct trace_event_call *event,
284 struct list_head *(*get_fields)(struct trace_event_call *);
286 int (*raw_init)(struct trace_event_call *);
289 extern int trace_event_reg(struct trace_event_call *event,
345 struct trace_event_call { struct
374 int (*perf_perm)(struct trace_event_call *, argument
380 bool trace_event_dyn_try_get_ref(struct trace_event_call *call);
381 void trace_event_dyn_put_ref(struct trace_event_call *call);
[all …]
Dsyscalls.h139 static struct trace_event_call __used \
149 static struct trace_event_call __used \
155 static struct trace_event_call __used \
165 static struct trace_event_call __used \
193 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
202 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
/Linux-v5.15/kernel/trace/
Dtrace_probe.h202 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
203 bool trace_kprobe_error_injectable(struct trace_event_call *call);
205 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
210 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
237 struct trace_event_call call;
289 static inline struct trace_event_call *
296 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
302 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
378 extern struct trace_event_call *
381 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()
386 struct trace_event_call *call) in reg_event_syscall_enter()
407 struct trace_event_call *call) in unreg_event_syscall_enter()
424 struct trace_event_call *call) in reg_event_syscall_exit()
445 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_eprobe.c29 struct trace_event_call *event;
186 struct trace_event_call *event, in alloc_event_probe()
243 static int eprobe_event_define_fields(struct trace_event_call *event_call) in eprobe_event_define_fields()
270 struct trace_event_call *pevent; in print_eprobe_event()
277 container_of(event, struct trace_event_call, event)); in print_eprobe_event()
285 pevent = container_of(probed_event, struct trace_event_call, event); in print_eprobe_event()
482 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
693 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
738 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
777 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
[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()
191 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
207 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
225 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
258 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
429 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
466 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve()
494 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
579 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
[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()
280 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_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()
Dtrace_kprobe.c205 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
216 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
225 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
348 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
399 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()
1425 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1476 container_of(event, struct trace_event_call, event)); in print_kprobe_event()
1506 container_of(event, struct trace_event_call, event)); in print_kretprobe_event()
1533 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields()
[all …]
Dtrace_uprobe.c320 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
956 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1028 container_of(event, struct trace_event_call, event)); in print_uprobe_event()
1094 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1155 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1180 static int uprobe_event_define_fields(struct trace_event_call *event_call) in uprobe_event_define_fields()
1275 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1300 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1347 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1446 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_probe.c935 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
952 int traceprobe_define_arg_fields(struct trace_event_call *event_call, in traceprobe_define_arg_fields()
1021 struct trace_event_call *call; in trace_probe_init()
1062 static struct trace_event_call *
1065 struct trace_event_call *tp_event; in find_trace_event_call()
1083 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Dtrace_dynevent.h80 struct trace_event_call *call) in dyn_event_add()
Dtrace_mmiotrace.c297 struct trace_event_call *call = &event_mmiotrace_rw; in __trace_mmiotrace_rw()
328 struct trace_event_call *call = &event_mmiotrace_map; in __trace_mmiotrace_map()
Dtrace.h1100 bool ftrace_event_is_function(struct trace_event_call *call);
1300 extern int call_filter_check_discard(struct trace_event_call *call, void *rec,
1469 struct trace_event_call *call,
1475 trace_find_event_field(struct trace_event_call *call, char *name);
1833 extern struct trace_event_call \
1845 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()
1713 struct trace_event_call *call, in create_filter()
1737 struct trace_event_call *call, in create_event_filter()
1778 struct trace_event_call *call = file->event_call; in apply_event_filter()
2040 struct trace_event_call *call; in ftrace_profile_set_filter()
Dtrace_sched_wakeup.c377 struct trace_event_call *call = &event_context_switch; in tracing_sched_switch_trace()
405 struct trace_event_call *call = &event_wakeup; in tracing_sched_wakeup_trace()
Dtrace_events_synth.c112 static int synth_event_define_fields(struct trace_event_call *call) in synth_event_define_fields()
513 static void free_synth_event_print_fmt(struct trace_event_call *call) in free_synth_event_print_fmt()
556 static int set_synth_event_print_fmt(struct trace_event_call *call) in set_synth_event_print_fmt()
772 struct trace_event_call *call = &event->call; in register_synth_event()
825 struct trace_event_call *call = &event->call; in unregister_synth_event()
Dtrace_branch.c33 struct trace_event_call *call = &event_branch; in probe_likely_condition()
Dtrace_osnoise.c331 struct trace_event_call *call = &event_osnoise; in trace_osnoise_sample()
396 struct trace_event_call *call = &event_osnoise; in trace_timerlat_sample()
460 struct trace_event_call *call = &event_osnoise; in timerlat_dump_stack()
/Linux-v5.15/include/trace/
Dsyscall.h33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;
Dtrace_events.h126 static struct trace_event_call __used \
806 static struct trace_event_call __used event_##call = { \
815 static struct trace_event_call __used \
823 static struct trace_event_call __used event_##call = { \
832 static struct trace_event_call __used \
Dperf.h35 struct trace_event_call *event_call = __data; \

12