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()
672 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
674 struct trace_event *event; in ftrace_find_event()
691 struct trace_event *e; in trace_search_list()
742 int register_trace_event(struct trace_event *event) in register_trace_event()
811 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
822 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
837 struct trace_event *event) in trace_nop_print()
857 struct trace_event *event) in trace_fn_trace()
871 struct trace_event *event) in trace_fn_raw()
885 struct trace_event *event) in trace_fn_hex()
899 struct trace_event *event) in trace_fn_bin()
919 static struct trace_event trace_fn_event = {
952 struct trace_event *event) in trace_ctx_print()
958 int flags, struct trace_event *event) in trace_wake_print()
986 struct trace_event *event) in trace_ctx_raw()
992 struct trace_event *event) in trace_wake_raw()
1022 struct trace_event *event) in trace_ctx_hex()
1028 struct trace_event *event) in trace_wake_hex()
1034 int flags, struct trace_event *event) in trace_ctxwake_bin()
1059 static struct trace_event trace_ctx_event = {
1071 static struct trace_event trace_wake_event = {
1079 int flags, struct trace_event *event) in trace_stack_print()
1108 static struct trace_event trace_stack_event = {
1115 int flags, struct trace_event *event) in trace_user_stack_print()
1161 static struct trace_event trace_user_stack_event = {
1169 struct trace_event *event) in trace_hwlat_print()
1203 struct trace_event *event) in trace_hwlat_raw()
1225 static struct trace_event trace_hwlat_event = {
1233 struct trace_event *event) in trace_osnoise_print()
1270 struct trace_event *event) in trace_osnoise_raw()
1295 static struct trace_event trace_osnoise_event = {
1303 struct trace_event *event) in trace_timerlat_print()
1321 struct trace_event *event) in trace_timerlat_raw()
1341 static struct trace_event trace_timerlat_event = {
1349 struct trace_event *event) in trace_bputs_print()
1367 struct trace_event *event) in trace_bputs_raw()
1385 static struct trace_event trace_bputs_event = {
1393 struct trace_event *event) in trace_bprint_print()
1411 struct trace_event *event) in trace_bprint_raw()
1429 static struct trace_event trace_bprint_event = {
1436 int flags, struct trace_event *event) in trace_print_print()
1450 struct trace_event *event) in trace_print_raw()
1466 static struct trace_event trace_print_event = {
1472 struct trace_event *event) in trace_raw_data()
1495 static struct trace_event trace_raw_data_event = {
1502 struct trace_event *event) in trace_func_repeats_raw()
1520 struct trace_event *event) in trace_func_repeats_print()
1541 static struct trace_event trace_func_repeats_event = {
1546 static struct trace_event *events[] __initdata = {
1565 struct trace_event *event; in init_events()