Lines Matching refs:trace_event
226 struct trace_event *trace_event) in ftrace_raw_output_prep() argument
233 event = container_of(trace_event, struct ftrace_event_call, event); in ftrace_raw_output_prep()
640 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
642 struct trace_event *event; in ftrace_find_event()
659 struct trace_event *e; in trace_search_list()
710 int register_ftrace_event(struct trace_event *event) in register_ftrace_event()
779 int __unregister_ftrace_event(struct trace_event *event) in __unregister_ftrace_event()
790 int unregister_ftrace_event(struct trace_event *event) in unregister_ftrace_event()
805 struct trace_event *event) in trace_nop_print()
814 struct trace_event *event) in trace_fn_trace()
834 struct trace_event *event) in trace_fn_raw()
848 struct trace_event *event) in trace_fn_hex()
862 struct trace_event *event) in trace_fn_bin()
882 static struct trace_event trace_fn_event = {
915 struct trace_event *event) in trace_ctx_print()
921 int flags, struct trace_event *event) in trace_wake_print()
949 struct trace_event *event) in trace_ctx_raw()
955 struct trace_event *event) in trace_wake_raw()
985 struct trace_event *event) in trace_ctx_hex()
991 struct trace_event *event) in trace_wake_hex()
997 int flags, struct trace_event *event) in trace_ctxwake_bin()
1022 static struct trace_event trace_ctx_event = {
1034 static struct trace_event trace_wake_event = {
1042 int flags, struct trace_event *event) in trace_stack_print()
1071 static struct trace_event trace_stack_event = {
1078 int flags, struct trace_event *event) in trace_user_stack_print()
1095 static struct trace_event trace_user_stack_event = {
1103 struct trace_event *event) in trace_bputs_print()
1121 struct trace_event *event) in trace_bputs_raw()
1139 static struct trace_event trace_bputs_event = {
1147 struct trace_event *event) in trace_bprint_print()
1165 struct trace_event *event) in trace_bprint_raw()
1183 static struct trace_event trace_bprint_event = {
1190 int flags, struct trace_event *event) in trace_print_print()
1204 struct trace_event *event) in trace_print_raw()
1220 static struct trace_event trace_print_event = {
1226 static struct trace_event *events[] __initdata = {
1240 struct trace_event *event; in init_events()