Lines Matching refs:trace_event
301 struct trace_event *trace_event) in trace_raw_output_prep() argument
308 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
781 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
783 struct trace_event *event; in ftrace_find_event()
838 int register_trace_event(struct trace_event *event) in register_trace_event()
885 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
896 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
1040 struct trace_event *event) in print_event_fields()
1081 struct trace_event *event) in trace_nop_print()
1107 struct trace_event *event) in trace_fn_trace()
1130 struct trace_event *event) in trace_fn_raw()
1144 struct trace_event *event) in trace_fn_hex()
1158 struct trace_event *event) in trace_fn_bin()
1178 static struct trace_event trace_fn_event = {
1211 struct trace_event *event) in trace_ctx_print()
1217 int flags, struct trace_event *event) in trace_wake_print()
1245 struct trace_event *event) in trace_ctx_raw()
1251 struct trace_event *event) in trace_wake_raw()
1281 struct trace_event *event) in trace_ctx_hex()
1287 struct trace_event *event) in trace_wake_hex()
1293 int flags, struct trace_event *event) in trace_ctxwake_bin()
1318 static struct trace_event trace_ctx_event = {
1330 static struct trace_event trace_wake_event = {
1338 int flags, struct trace_event *event) in trace_stack_print()
1371 static struct trace_event trace_stack_event = {
1378 int flags, struct trace_event *event) in trace_user_stack_print()
1424 static struct trace_event trace_user_stack_event = {
1432 struct trace_event *event) in trace_hwlat_print()
1466 struct trace_event *event) in trace_hwlat_raw()
1488 static struct trace_event trace_hwlat_event = {
1496 struct trace_event *event) in trace_osnoise_print()
1533 struct trace_event *event) in trace_osnoise_raw()
1558 static struct trace_event trace_osnoise_event = {
1568 struct trace_event *event) in trace_timerlat_print()
1586 struct trace_event *event) in trace_timerlat_raw()
1606 static struct trace_event trace_timerlat_event = {
1614 struct trace_event *event) in trace_bputs_print()
1632 struct trace_event *event) in trace_bputs_raw()
1650 static struct trace_event trace_bputs_event = {
1658 struct trace_event *event) in trace_bprint_print()
1676 struct trace_event *event) in trace_bprint_raw()
1694 static struct trace_event trace_bprint_event = {
1701 int flags, struct trace_event *event) in trace_print_print()
1718 struct trace_event *event) in trace_print_raw()
1734 static struct trace_event trace_print_event = {
1740 struct trace_event *event) in trace_raw_data()
1763 static struct trace_event trace_raw_data_event = {
1770 struct trace_event *event) in trace_func_repeats_raw()
1788 struct trace_event *event) in trace_func_repeats_print()
1809 static struct trace_event trace_func_repeats_event = {
1814 static struct trace_event *events[] __initdata = {
1833 struct trace_event *event; in init_events()