Lines Matching refs:trace_event

293 			  struct trace_event *trace_event)  in trace_raw_output_prep()  argument
300 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
681 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
683 struct trace_event *event; in ftrace_find_event()
700 struct trace_event *e; in trace_search_list()
751 int register_trace_event(struct trace_event *event) in register_trace_event()
820 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
831 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
846 struct trace_event *event) in trace_nop_print()
866 struct trace_event *event) in trace_fn_trace()
880 struct trace_event *event) in trace_fn_raw()
894 struct trace_event *event) in trace_fn_hex()
908 struct trace_event *event) in trace_fn_bin()
928 static struct trace_event trace_fn_event = {
961 struct trace_event *event) in trace_ctx_print()
967 int flags, struct trace_event *event) in trace_wake_print()
995 struct trace_event *event) in trace_ctx_raw()
1001 struct trace_event *event) in trace_wake_raw()
1031 struct trace_event *event) in trace_ctx_hex()
1037 struct trace_event *event) in trace_wake_hex()
1043 int flags, struct trace_event *event) in trace_ctxwake_bin()
1068 static struct trace_event trace_ctx_event = {
1080 static struct trace_event trace_wake_event = {
1088 int flags, struct trace_event *event) in trace_stack_print()
1117 static struct trace_event trace_stack_event = {
1124 int flags, struct trace_event *event) in trace_user_stack_print()
1170 static struct trace_event trace_user_stack_event = {
1178 struct trace_event *event) in trace_hwlat_print()
1212 struct trace_event *event) in trace_hwlat_raw()
1234 static struct trace_event trace_hwlat_event = {
1242 struct trace_event *event) in trace_osnoise_print()
1279 struct trace_event *event) in trace_osnoise_raw()
1304 static struct trace_event trace_osnoise_event = {
1312 struct trace_event *event) in trace_timerlat_print()
1330 struct trace_event *event) in trace_timerlat_raw()
1350 static struct trace_event trace_timerlat_event = {
1358 struct trace_event *event) in trace_bputs_print()
1376 struct trace_event *event) in trace_bputs_raw()
1394 static struct trace_event trace_bputs_event = {
1402 struct trace_event *event) in trace_bprint_print()
1420 struct trace_event *event) in trace_bprint_raw()
1438 static struct trace_event trace_bprint_event = {
1445 int flags, struct trace_event *event) in trace_print_print()
1459 struct trace_event *event) in trace_print_raw()
1475 static struct trace_event trace_print_event = {
1481 struct trace_event *event) in trace_raw_data()
1504 static struct trace_event trace_raw_data_event = {
1511 struct trace_event *event) in trace_func_repeats_raw()
1529 struct trace_event *event) in trace_func_repeats_print()
1550 static struct trace_event trace_func_repeats_event = {
1555 static struct trace_event *events[] __initdata = {
1574 struct trace_event *event; in init_events()