Searched refs:top_trace_array (Results 1 – 5 of 5) sorted by relevance
1894 struct trace_array *tr = top_trace_array(); in enable_boot_kprobe_events()2018 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2039 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2073 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2092 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()
1130 struct trace_array *tr = top_trace_array(); in trace_set_clr_event()3108 struct trace_array *tr = top_trace_array(); in trace_get_event_file()3741 struct trace_array *tr = top_trace_array(); in event_trace_enable()3789 tr = top_trace_array(); in event_trace_enable_again()3817 tr = top_trace_array(); in event_trace_init()3913 tr = top_trace_array(); in event_trace_self_tests()4064 event_trace_file.tr = top_trace_array(); in event_trace_self_test_with_function()
655 tr = top_trace_array(); in trace_boot_init()
959 ret = create_event_filter(top_trace_array(), ep->event, ep->filter_str, in trace_eprobe_parse_filter()
415 static inline struct trace_array *top_trace_array(void) in top_trace_array() function