Lines Matching refs:trace_event_call
98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
142 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
200 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
216 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
234 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
267 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
445 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
482 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve()
510 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
595 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
1012 struct trace_event_call *call; in __ftrace_set_clr_event_nolock()
1203 struct trace_event_call *call; in t_next()
1275 struct trace_event_call *call = file->event_call; in t_show()
1433 struct trace_event_call *call; in system_enable_read()
1521 struct trace_event_call *call = event_file_data(m->private); in f_next()
1553 struct trace_event_call *call = event_file_data(m->private); in f_show()
2361 event_define_fields(struct trace_event_call *call) in event_define_fields()
2400 struct trace_event_call *call = file->event_call; in event_create_dir()
2473 static void remove_event_from_tracers(struct trace_event_call *call) in remove_event_from_tracers()
2493 static void event_remove(struct trace_event_call *call) in event_remove()
2521 static int event_init(struct trace_event_call *call) in event_init()
2540 __register_event(struct trace_event_call *call, struct module *mod) in __register_event()
2579 static void update_event_printk(struct trace_event_call *call, in update_event_printk()
2676 static void update_event_fields(struct trace_event_call *call, in update_event_fields()
2727 struct trace_event_call *call, *p; in trace_event_eval_update()
2768 trace_create_new_event(struct trace_event_call *call, in trace_create_new_event()
2801 __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr) in __trace_add_new_event()
2821 __trace_early_add_new_event(struct trace_event_call *call, in __trace_early_add_new_event()
2834 static void __add_event_to_tracers(struct trace_event_call *call);
2837 int trace_add_event_call(struct trace_event_call *call) in trace_add_event_call()
2857 static void __trace_remove_event_call(struct trace_event_call *call) in __trace_remove_event_call()
2865 static int probe_remove_event_call(struct trace_event_call *call) in probe_remove_event_call()
2908 int trace_remove_event_call(struct trace_event_call *call) in trace_remove_event_call()
2933 struct trace_event_call **call, **start, **end; in trace_module_add_events()
2956 struct trace_event_call *call, *p; in trace_module_remove_events()
3018 struct trace_event_call *call; in __trace_add_event_dirs()
3034 struct trace_event_call *call; in __find_event_file()
3503 struct trace_event_call *call; in __trace_early_add_events()
3529 static void __add_event_to_tracers(struct trace_event_call *call) in __add_event_to_tracers()
3537 extern struct trace_event_call *__start_ftrace_events[];
3538 extern struct trace_event_call *__stop_ftrace_events[];
3724 struct trace_event_call **iter, *call; in event_trace_enable()
3890 struct trace_event_call *call; in event_trace_self_tests()