Searched refs:tracecmd_get_file_state (Results 1 – 4 of 4) sorted by relevance
212 enum tracecmd_file_states tracecmd_get_file_state(struct tracecmd_input *handle);
839 if (tracecmd_get_file_state(handle) == TRACECMD_FILE_CPU_LATENCY) in trace_split()
2850 handle->file_state = tracecmd_get_file_state(ihandle); in tracecmd_get_output_handle_fd()
271 enum tracecmd_file_states tracecmd_get_file_state(struct tracecmd_input *handle) in tracecmd_get_file_state() function