Searched refs:top_trace_array (Results 1 – 5 of 5) sorted by relevance
1844 struct trace_array *tr = top_trace_array(); in enable_boot_kprobe_events()1968 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()1989 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2023 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2042 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()
1119 struct trace_array *tr = top_trace_array(); in trace_set_clr_event()3162 struct trace_array *tr = top_trace_array(); in trace_get_event_file()3795 struct trace_array *tr = top_trace_array(); in event_trace_enable()3844 tr = top_trace_array(); in event_trace_enable_again()3872 tr = top_trace_array(); in event_trace_init()3968 tr = top_trace_array(); in event_trace_self_tests()4119 event_trace_file.tr = top_trace_array(); in event_trace_self_test_with_function()
655 tr = top_trace_array(); in trace_boot_init()
851 ret = create_event_filter(top_trace_array(), ep->event, ep->filter_str, in trace_eprobe_parse_filter()
438 static inline struct trace_array *top_trace_array(void) in top_trace_array() function