Lines Matching refs:tracecmd_input
52 struct tracecmd_input *handle;
157 static const char *time_format(struct tracecmd_input *handle, enum time_fmt tf) in time_format()
177 static void print_event(struct trace_seq *s, struct tracecmd_input *handle, in print_event()
200 static void show_test(struct tracecmd_input *handle) in show_test()
238 static void show_test(struct tracecmd_input *handle) in show_test()
280 static void show_test(struct tracecmd_input *handle) in show_test()
324 static void show_test(struct tracecmd_input *handle) in show_test()
361 static void add_handle(struct tracecmd_input *handle, struct input_files *input_files) in add_handle()
500 static void convert_comm_filter(struct tracecmd_input *handle) in convert_comm_filter()
537 static void make_pid_filter(struct tracecmd_input *handle, in make_pid_filter()
565 static int __process_filters(struct tracecmd_input *handle, in __process_filters()
602 static void init_wakeup(struct tracecmd_input *handle) in init_wakeup()
823 void trace_show_data(struct tracecmd_input *handle, struct tep_record *record) in trace_show_data()
956 static void read_latency(struct tracecmd_input *handle) in read_latency()
1053 struct tracecmd_input *guest_handle;
1071 static void map_vcpus(struct tracecmd_input **handles, int nr_handles) in map_vcpus()
1073 struct tracecmd_input *host_handle = handles[0]; in map_vcpus()
1144 static int process_record(struct tracecmd_input *handle, struct tep_record *record, in process_record()
1177 struct tracecmd_input **handle_array; in read_data_info()
1246 struct tracecmd_input *new_handle; in read_data_info()
1311 struct tracecmd_input *read_trace_header(const char *file, int flags) in read_trace_header()
1459 static void show_event_ts(struct tracecmd_input *handle, in show_event_ts()
1529 struct tracecmd_input *handle; in trace_report()