Searched defs:thread_stat (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dstat.h120 struct thread_stat { struct
224 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
233 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, int nr);
235 extern void init_thread_stat(struct thread_stat *ts);
240 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
241 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-lock.c106 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 *s
[all...]

Completed in 145 milliseconds