Lines Matching refs:trace_event_call
98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
145 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
160 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext()
220 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
236 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
252 struct trace_event_call *call) in find_event_field()
280 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
302 static bool process_pointer(const char *fmt, int len, struct trace_event_call *call) in process_pointer()
336 static bool process_string(const char *fmt, int len, struct trace_event_call *call) in process_string()
409 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
608 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
645 struct trace_event_call *event_call = trace_file->event_call; in trace_event_buffer_reserve()
673 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
758 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable()
1296 struct trace_event_call *call; in __ftrace_set_clr_event_nolock()
1526 struct trace_event_call *call; in t_next()
1639 struct trace_event_call *call = file->event_call; in t_show()
1839 struct trace_event_call *call; in trace_events_enabled()
1942 struct trace_event_call *call = file->event_call; in f_next()
1975 struct trace_event_call *call = file->event_call; in f_show()
2844 event_define_fields(struct trace_event_call *call) in event_define_fields()
2885 struct trace_event_call *call = file->event_call; in event_callback()
2967 struct trace_event_call *call = file->event_call; in event_create_dir()
3053 static void remove_event_from_tracers(struct trace_event_call *call) in remove_event_from_tracers()
3073 static void event_remove(struct trace_event_call *call) in event_remove()
3101 static int event_init(struct trace_event_call *call) in event_init()
3120 __register_event(struct trace_event_call *call, struct module *mod) in __register_event()
3159 static void update_event_printk(struct trace_event_call *call, in update_event_printk()
3256 static void update_event_fields(struct trace_event_call *call, in update_event_fields()
3307 struct trace_event_call *call, *p; in trace_event_eval_update()
3348 static bool event_in_systems(struct trace_event_call *call, in event_in_systems()
3384 trace_create_new_event(struct trace_event_call *call, in trace_create_new_event()
3457 __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr) in __trace_add_new_event()
3504 __trace_early_add_new_event(struct trace_event_call *call, in __trace_early_add_new_event()
3533 static void __add_event_to_tracers(struct trace_event_call *call);
3536 int trace_add_event_call(struct trace_event_call *call) in trace_add_event_call()
3556 static void __trace_remove_event_call(struct trace_event_call *call) in __trace_remove_event_call()
3562 static int probe_remove_event_call(struct trace_event_call *call) in probe_remove_event_call()
3605 int trace_remove_event_call(struct trace_event_call *call) in trace_remove_event_call()
3652 struct trace_event_call **call, **start, **end; in trace_module_add_events()
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()
4229 static void __add_event_to_tracers(struct trace_event_call *call) in __add_event_to_tracers()
4237 extern struct trace_event_call *__start_ftrace_events[];
4238 extern struct trace_event_call *__stop_ftrace_events[];
4446 struct trace_event_call **iter, *call; in event_trace_enable()
4613 struct trace_event_call *call; in event_trace_self_tests()