Lines Matching refs:trace_event

278 			  struct trace_event *trace_event)  in trace_raw_output_prep()  argument
285 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
646 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
648 struct trace_event *event; in ftrace_find_event()
665 struct trace_event *e; in trace_search_list()
716 int register_trace_event(struct trace_event *event) in register_trace_event()
785 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
796 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
811 struct trace_event *event) in trace_nop_print()
820 struct trace_event *event) in trace_fn_trace()
840 struct trace_event *event) in trace_fn_raw()
854 struct trace_event *event) in trace_fn_hex()
868 struct trace_event *event) in trace_fn_bin()
888 static struct trace_event trace_fn_event = {
921 struct trace_event *event) in trace_ctx_print()
927 int flags, struct trace_event *event) in trace_wake_print()
955 struct trace_event *event) in trace_ctx_raw()
961 struct trace_event *event) in trace_wake_raw()
991 struct trace_event *event) in trace_ctx_hex()
997 struct trace_event *event) in trace_wake_hex()
1003 int flags, struct trace_event *event) in trace_ctxwake_bin()
1028 static struct trace_event trace_ctx_event = {
1040 static struct trace_event trace_wake_event = {
1048 int flags, struct trace_event *event) in trace_stack_print()
1077 static struct trace_event trace_stack_event = {
1084 int flags, struct trace_event *event) in trace_user_stack_print()
1130 static struct trace_event trace_user_stack_event = {
1138 struct trace_event *event) in trace_hwlat_print()
1173 struct trace_event *event) in trace_hwlat_raw()
1195 static struct trace_event trace_hwlat_event = {
1203 struct trace_event *event) in trace_bputs_print()
1221 struct trace_event *event) in trace_bputs_raw()
1239 static struct trace_event trace_bputs_event = {
1247 struct trace_event *event) in trace_bprint_print()
1265 struct trace_event *event) in trace_bprint_raw()
1283 static struct trace_event trace_bprint_event = {
1290 int flags, struct trace_event *event) in trace_print_print()
1304 struct trace_event *event) in trace_print_raw()
1320 static struct trace_event trace_print_event = {
1326 struct trace_event *event) in trace_raw_data()
1349 static struct trace_event trace_raw_data_event = {
1355 static struct trace_event *events[] __initdata = {
1371 struct trace_event *event; in init_events()