Home | History | Annotate | Download | only in blktrace

Lines Matching full:trace

224 struct trace {
227 struct trace *next;
234 static struct trace *trace_list;
240 static struct trace *t_alloc_list;
259 static int trace_rb_insert_last(struct per_dev_info *, struct trace *);
724 * struct trace and blktrace allocation cache, we do potentially
728 static inline void t_free(struct trace *t)
738 static inline struct trace *t_alloc(void)
740 struct trace *t = t_alloc_list;
778 static inline void __put_trace_last(struct per_dev_info *pdi, struct trace *t)
789 static void put_trace(struct per_dev_info *pdi, struct trace *t)
797 static inline int trace_rb_insert(struct trace *t, struct rb_root *root)
801 struct trace *__t;
806 __t = rb_entry(parent, struct trace, rb_node);
827 static inline int trace_rb_insert_sort(struct trace *t)
837 static int trace_rb_insert_last(struct per_dev_info *pdi, struct trace *t)
849 t = rb_entry(n, struct trace, rb_node);
856 static struct trace *trace_rb_find(dev_t device, unsigned long sequence,
861 struct trace *__t;
864 __t = rb_entry(n, struct trace, rb_node);
890 __t = rb_entry(n, struct trace, rb_node);
903 static inline struct trace *trace_rb_find_last(struct per_dev_info *pdi,
1133 * kill the trace, we don't need it after completion
1864 struct trace *t = trace_list;
1875 * record in the trace, but not always.
1910 struct trace *t;
1957 struct trace *__t;
1967 __t = rb_entry(n, struct trace, rb_node);
1990 static int check_sequence(struct per_dev_info *pdi, struct trace *t, int force)
1995 struct trace *__t;
2045 struct trace *t;
2051 t = rb_entry(n, struct trace, rb_node);
2161 struct trace *t;
2178 * look at first trace to check whether we need to convert
2210 * not a real trace, so grab and handle it here
2244 struct trace *first, *last;
2257 static inline struct trace *ms_peek(struct ms_stream *msp)
2315 struct trace *t;
2454 struct trace *t;
2609 * us to specify a time interval of interest within a trace.
2684 "\t-i Input file containing trace data, or '-' for stdin\n" \
2687 "\t-q Quiet. Don't display any stats at the end of the trace\n" \