Searched refs:top_trace_array (Results 1 – 5 of 5) sorted by relevance
1960 struct trace_array *tr = top_trace_array(); in enable_boot_kprobe_events()2081 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2099 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2130 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()2146 file = find_trace_probe_file(tk, top_trace_array()); in kprobe_trace_self_tests_init()
1435 struct trace_array *tr = top_trace_array(); in trace_set_clr_event()3786 struct trace_array *tr = top_trace_array(); in trace_get_event_file()4420 struct trace_array *tr = top_trace_array(); in event_trace_enable()4469 tr = top_trace_array(); in event_trace_enable_again()4497 tr = top_trace_array(); in event_trace_init()4593 tr = top_trace_array(); in event_trace_self_tests()4744 event_trace_file.tr = top_trace_array(); in event_trace_self_test_with_function()
655 tr = top_trace_array(); in trace_boot_init()
848 ret = create_event_filter(top_trace_array(), ep->event, ep->filter_str, in trace_eprobe_parse_filter()
469 static inline struct trace_array *top_trace_array(void) in top_trace_array() function