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()
658 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
660 struct trace_event *event; in ftrace_find_event()
677 struct trace_event *e; in trace_search_list()
728 int register_trace_event(struct trace_event *event) in register_trace_event()
797 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
808 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
823 struct trace_event *event) in trace_nop_print()
832 struct trace_event *event) in trace_fn_trace()
852 struct trace_event *event) in trace_fn_raw()
866 struct trace_event *event) in trace_fn_hex()
880 struct trace_event *event) in trace_fn_bin()
900 static struct trace_event trace_fn_event = {
933 struct trace_event *event) in trace_ctx_print()
939 int flags, struct trace_event *event) in trace_wake_print()
967 struct trace_event *event) in trace_ctx_raw()
973 struct trace_event *event) in trace_wake_raw()
1003 struct trace_event *event) in trace_ctx_hex()
1009 struct trace_event *event) in trace_wake_hex()
1015 int flags, struct trace_event *event) in trace_ctxwake_bin()
1040 static struct trace_event trace_ctx_event = {
1052 static struct trace_event trace_wake_event = {
1060 int flags, struct trace_event *event) in trace_stack_print()
1089 static struct trace_event trace_stack_event = {
1096 int flags, struct trace_event *event) in trace_user_stack_print()
1142 static struct trace_event trace_user_stack_event = {
1150 struct trace_event *event) in trace_hwlat_print()
1185 struct trace_event *event) in trace_hwlat_raw()
1207 static struct trace_event trace_hwlat_event = {
1215 struct trace_event *event) in trace_bputs_print()
1233 struct trace_event *event) in trace_bputs_raw()
1251 static struct trace_event trace_bputs_event = {
1259 struct trace_event *event) in trace_bprint_print()
1277 struct trace_event *event) in trace_bprint_raw()
1295 static struct trace_event trace_bprint_event = {
1302 int flags, struct trace_event *event) in trace_print_print()
1316 struct trace_event *event) in trace_print_raw()
1332 static struct trace_event trace_print_event = {
1338 struct trace_event *event) in trace_raw_data()
1361 static struct trace_event trace_raw_data_event = {
1367 static struct trace_event *events[] __initdata = {
1383 struct trace_event *event; in init_events()