HomeSort by relevance Sort by last modified time
    Searched defs:thread_stat (Results 1 - 2 of 2) sorted by null

  /external/fio/
stat.h 120 struct thread_stat { struct
211 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
218 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, int nr);
220 extern void init_thread_stat(struct thread_stat *ts);
225 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
226 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 106 struct thread_stat { struct
115 static struct thread_stat *thread_stat_find(u32 tid)
118 struct thread_stat *st;
122 st = container_of(node, struct thread_stat, rb);
134 static void thread_stat_insert(struct thread_stat *new)
138 struct thread_stat *p;
141 p = container_of(*rb, struct thread_stat, rb);
149 BUG_ON("inserting invalid thread_stat\n");
156 static struct thread_stat *thread_stat_findnew_after_first(u32 tid)
158 struct thread_stat *st
    [all...]

Completed in 3528 milliseconds