Lines Matching refs:trace_event
294 struct trace_event *trace_event) in trace_raw_output_prep() argument
301 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
676 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
678 struct trace_event *event; in ftrace_find_event()
695 struct trace_event *e = NULL, *iter; in trace_search_list()
751 int register_trace_event(struct trace_event *event) in register_trace_event()
819 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
830 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
845 struct trace_event *event) in trace_nop_print()
865 struct trace_event *event) in trace_fn_trace()
879 struct trace_event *event) in trace_fn_raw()
893 struct trace_event *event) in trace_fn_hex()
907 struct trace_event *event) in trace_fn_bin()
927 static struct trace_event trace_fn_event = {
960 struct trace_event *event) in trace_ctx_print()
966 int flags, struct trace_event *event) in trace_wake_print()
994 struct trace_event *event) in trace_ctx_raw()
1000 struct trace_event *event) in trace_wake_raw()
1030 struct trace_event *event) in trace_ctx_hex()
1036 struct trace_event *event) in trace_wake_hex()
1042 int flags, struct trace_event *event) in trace_ctxwake_bin()
1067 static struct trace_event trace_ctx_event = {
1079 static struct trace_event trace_wake_event = {
1087 int flags, struct trace_event *event) in trace_stack_print()
1116 static struct trace_event trace_stack_event = {
1123 int flags, struct trace_event *event) in trace_user_stack_print()
1169 static struct trace_event trace_user_stack_event = {
1177 struct trace_event *event) in trace_hwlat_print()
1211 struct trace_event *event) in trace_hwlat_raw()
1233 static struct trace_event trace_hwlat_event = {
1241 struct trace_event *event) in trace_osnoise_print()
1278 struct trace_event *event) in trace_osnoise_raw()
1303 static struct trace_event trace_osnoise_event = {
1311 struct trace_event *event) in trace_timerlat_print()
1329 struct trace_event *event) in trace_timerlat_raw()
1349 static struct trace_event trace_timerlat_event = {
1357 struct trace_event *event) in trace_bputs_print()
1375 struct trace_event *event) in trace_bputs_raw()
1393 static struct trace_event trace_bputs_event = {
1401 struct trace_event *event) in trace_bprint_print()
1419 struct trace_event *event) in trace_bprint_raw()
1437 static struct trace_event trace_bprint_event = {
1444 int flags, struct trace_event *event) in trace_print_print()
1459 struct trace_event *event) in trace_print_raw()
1476 static struct trace_event trace_print_event = {
1482 struct trace_event *event) in trace_raw_data()
1505 static struct trace_event trace_raw_data_event = {
1512 struct trace_event *event) in trace_func_repeats_raw()
1530 struct trace_event *event) in trace_func_repeats_print()
1551 static struct trace_event trace_func_repeats_event = {
1556 static struct trace_event *events[] __initdata = {
1575 struct trace_event *event; in init_events()