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()
694 struct trace_event *ftrace_find_event(int type) in ftrace_find_event()
696 struct trace_event *event; in ftrace_find_event()
754 int register_trace_event(struct trace_event *event) in register_trace_event()
804 int __unregister_trace_event(struct trace_event *event) in __unregister_trace_event()
815 int unregister_trace_event(struct trace_event *event) in unregister_trace_event()
959 struct trace_event *event) in print_event_fields()
1000 struct trace_event *event) in trace_nop_print()
1023 struct trace_event *event) in trace_fn_trace()
1037 struct trace_event *event) in trace_fn_raw()
1051 struct trace_event *event) in trace_fn_hex()
1065 struct trace_event *event) in trace_fn_bin()
1085 static struct trace_event trace_fn_event = {
1118 struct trace_event *event) in trace_ctx_print()
1124 int flags, struct trace_event *event) in trace_wake_print()
1152 struct trace_event *event) in trace_ctx_raw()
1158 struct trace_event *event) in trace_wake_raw()
1188 struct trace_event *event) in trace_ctx_hex()
1194 struct trace_event *event) in trace_wake_hex()
1200 int flags, struct trace_event *event) in trace_ctxwake_bin()
1225 static struct trace_event trace_ctx_event = {
1237 static struct trace_event trace_wake_event = {
1245 int flags, struct trace_event *event) in trace_stack_print()
1279 static struct trace_event trace_stack_event = {
1286 int flags, struct trace_event *event) in trace_user_stack_print()
1332 static struct trace_event trace_user_stack_event = {
1340 struct trace_event *event) in trace_hwlat_print()
1374 struct trace_event *event) in trace_hwlat_raw()
1396 static struct trace_event trace_hwlat_event = {
1404 struct trace_event *event) in trace_osnoise_print()
1441 struct trace_event *event) in trace_osnoise_raw()
1466 static struct trace_event trace_osnoise_event = {
1476 struct trace_event *event) in trace_timerlat_print()
1494 struct trace_event *event) in trace_timerlat_raw()
1514 static struct trace_event trace_timerlat_event = {
1522 struct trace_event *event) in trace_bputs_print()
1540 struct trace_event *event) in trace_bputs_raw()
1558 static struct trace_event trace_bputs_event = {
1566 struct trace_event *event) in trace_bprint_print()
1584 struct trace_event *event) in trace_bprint_raw()
1602 static struct trace_event trace_bprint_event = {
1609 int flags, struct trace_event *event) in trace_print_print()
1626 struct trace_event *event) in trace_print_raw()
1642 static struct trace_event trace_print_event = {
1648 struct trace_event *event) in trace_raw_data()
1671 static struct trace_event trace_raw_data_event = {
1678 struct trace_event *event) in trace_func_repeats_raw()
1696 struct trace_event *event) in trace_func_repeats_print()
1717 static struct trace_event trace_func_repeats_event = {
1722 static struct trace_event *events[] __initdata = {
1741 struct trace_event *event; in init_events()