Lines Matching refs:trace_event
226 struct trace_event *trace_event) in trace_raw_output_prep() argument
233 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
601 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
603 struct trace_event *event; in ftrace_find_event()
620 struct trace_event *e; in trace_search_list()
671 int register_trace_event(struct trace_event *event) in register_trace_event()
740 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
751 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
766 struct trace_event *event) in trace_nop_print()
775 struct trace_event *event) in trace_fn_trace()
795 struct trace_event *event) in trace_fn_raw()
809 struct trace_event *event) in trace_fn_hex()
823 struct trace_event *event) in trace_fn_bin()
843 static struct trace_event trace_fn_event = {
876 struct trace_event *event) in trace_ctx_print()
882 int flags, struct trace_event *event) in trace_wake_print()
910 struct trace_event *event) in trace_ctx_raw()
916 struct trace_event *event) in trace_wake_raw()
946 struct trace_event *event) in trace_ctx_hex()
952 struct trace_event *event) in trace_wake_hex()
958 int flags, struct trace_event *event) in trace_ctxwake_bin()
983 static struct trace_event trace_ctx_event = {
995 static struct trace_event trace_wake_event = {
1003 int flags, struct trace_event *event) in trace_stack_print()
1032 static struct trace_event trace_stack_event = {
1039 int flags, struct trace_event *event) in trace_user_stack_print()
1092 static struct trace_event trace_user_stack_event = {
1100 struct trace_event *event) in trace_bputs_print()
1118 struct trace_event *event) in trace_bputs_raw()
1136 static struct trace_event trace_bputs_event = {
1144 struct trace_event *event) in trace_bprint_print()
1162 struct trace_event *event) in trace_bprint_raw()
1180 static struct trace_event trace_bprint_event = {
1187 int flags, struct trace_event *event) in trace_print_print()
1201 struct trace_event *event) in trace_print_raw()
1217 static struct trace_event trace_print_event = {
1223 static struct trace_event *events[] __initdata = {
1237 struct trace_event *event; in init_events()