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()
668 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
670 struct trace_event *event; in ftrace_find_event()
687 struct trace_event *e; in trace_search_list()
738 int register_trace_event(struct trace_event *event) in register_trace_event()
807 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
818 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
833 struct trace_event *event) in trace_nop_print()
842 struct trace_event *event) in trace_fn_trace()
862 struct trace_event *event) in trace_fn_raw()
876 struct trace_event *event) in trace_fn_hex()
890 struct trace_event *event) in trace_fn_bin()
910 static struct trace_event trace_fn_event = {
943 struct trace_event *event) in trace_ctx_print()
949 int flags, struct trace_event *event) in trace_wake_print()
977 struct trace_event *event) in trace_ctx_raw()
983 struct trace_event *event) in trace_wake_raw()
1013 struct trace_event *event) in trace_ctx_hex()
1019 struct trace_event *event) in trace_wake_hex()
1025 int flags, struct trace_event *event) in trace_ctxwake_bin()
1050 static struct trace_event trace_ctx_event = {
1062 static struct trace_event trace_wake_event = {
1070 int flags, struct trace_event *event) in trace_stack_print()
1099 static struct trace_event trace_stack_event = {
1106 int flags, struct trace_event *event) in trace_user_stack_print()
1159 static struct trace_event trace_user_stack_event = {
1167 struct trace_event *event) in trace_hwlat_print()
1202 struct trace_event *event) in trace_hwlat_raw()
1224 static struct trace_event trace_hwlat_event = {
1232 struct trace_event *event) in trace_bputs_print()
1250 struct trace_event *event) in trace_bputs_raw()
1268 static struct trace_event trace_bputs_event = {
1276 struct trace_event *event) in trace_bprint_print()
1294 struct trace_event *event) in trace_bprint_raw()
1312 static struct trace_event trace_bprint_event = {
1319 int flags, struct trace_event *event) in trace_print_print()
1333 struct trace_event *event) in trace_print_raw()
1349 static struct trace_event trace_print_event = {
1355 struct trace_event *event) in trace_raw_data()
1378 static struct trace_event trace_raw_data_event = {
1384 static struct trace_event *events[] __initdata = {
1400 struct trace_event *event; in init_events()