• Home
  • Raw
  • Download

Lines Matching defs:trace

181 u64 get_record_time(struct trace *trace)  in get_record_time()
361 static void handle_notify(struct trace *trace) in handle_notify()
389 int next_record(struct trace *trace) in next_record()
403 void first_record(struct trace *trace) in first_record()
426 u64 find_last_time(struct trace *trace) in find_last_time()
463 static int parse_fio_bank_message(struct trace *trace, u64 *bank_ret, u64 *offset_ret, in parse_fio_bank_message()
520 static struct dev_info *lookup_dev(struct trace *trace, struct blk_io_trace *io) in lookup_dev()
543 static void map_devices(struct trace *trace) in map_devices()
573 static u64 map_io(struct trace *trace, struct blk_io_trace *io) in map_io()
580 void find_extreme_offsets(struct trace *trace, u64 *min_ret, u64 *max_ret, u64 *max_bank_ret, in find_extreme_offsets()
622 static void check_io_types(struct trace *trace) in check_io_types()
643 int filter_outliers(struct trace *trace, u64 min_offset, u64 max_offset, in filter_outliers()
878 struct tracelist trace = {0 ,NULL}; in find_trace_file() local
907 struct trace *trace; in open_trace() local
951 static inline int tput_event(struct trace *trace) in tput_event()
976 static inline int io_event(struct trace *trace) in io_event()
990 void add_tput(struct trace *trace, struct graph_line_data *writes_gld, in add_tput()
1052 void add_io(struct trace *trace, struct trace_file *tf) in add_io()
1088 void add_pending_io(struct trace *trace, struct graph_line_data *gld) in add_pending_io()
1145 void add_completed_io(struct trace *trace, in add_completed_io()
1185 void add_iop(struct trace *trace, struct graph_line_data *gld) in add_iop()
1205 void check_record(struct trace *trace) in check_record()