Lines Matching refs:trace_event
296 struct trace_event *trace_event) in trace_raw_output_prep() argument
303 event = container_of(trace_event, struct trace_event_call, event); in trace_raw_output_prep()
679 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
681 struct trace_event *event; in ftrace_find_event()
739 int register_trace_event(struct trace_event *event) in register_trace_event()
789 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
800 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
944 struct trace_event *event) in print_event_fields()
985 struct trace_event *event) in trace_nop_print()
1008 struct trace_event *event) in trace_fn_trace()
1022 struct trace_event *event) in trace_fn_raw()
1036 struct trace_event *event) in trace_fn_hex()
1050 struct trace_event *event) in trace_fn_bin()
1070 static struct trace_event trace_fn_event = {
1103 struct trace_event *event) in trace_ctx_print()
1109 int flags, struct trace_event *event) in trace_wake_print()
1137 struct trace_event *event) in trace_ctx_raw()
1143 struct trace_event *event) in trace_wake_raw()
1173 struct trace_event *event) in trace_ctx_hex()
1179 struct trace_event *event) in trace_wake_hex()
1185 int flags, struct trace_event *event) in trace_ctxwake_bin()
1210 static struct trace_event trace_ctx_event = {
1222 static struct trace_event trace_wake_event = {
1230 int flags, struct trace_event *event) in trace_stack_print()
1260 static struct trace_event trace_stack_event = {
1267 int flags, struct trace_event *event) in trace_user_stack_print()
1313 static struct trace_event trace_user_stack_event = {
1321 struct trace_event *event) in trace_hwlat_print()
1355 struct trace_event *event) in trace_hwlat_raw()
1377 static struct trace_event trace_hwlat_event = {
1385 struct trace_event *event) in trace_osnoise_print()
1422 struct trace_event *event) in trace_osnoise_raw()
1447 static struct trace_event trace_osnoise_event = {
1457 struct trace_event *event) in trace_timerlat_print()
1475 struct trace_event *event) in trace_timerlat_raw()
1495 static struct trace_event trace_timerlat_event = {
1503 struct trace_event *event) in trace_bputs_print()
1521 struct trace_event *event) in trace_bputs_raw()
1539 static struct trace_event trace_bputs_event = {
1547 struct trace_event *event) in trace_bprint_print()
1565 struct trace_event *event) in trace_bprint_raw()
1583 static struct trace_event trace_bprint_event = {
1590 int flags, struct trace_event *event) in trace_print_print()
1607 struct trace_event *event) in trace_print_raw()
1623 static struct trace_event trace_print_event = {
1629 struct trace_event *event) in trace_raw_data()
1652 static struct trace_event trace_raw_data_event = {
1659 struct trace_event *event) in trace_func_repeats_raw()
1677 struct trace_event *event) in trace_func_repeats_print()
1698 static struct trace_event trace_func_repeats_event = {
1703 static struct trace_event *events[] __initdata = {
1722 struct trace_event *event; in init_events()