Home
last modified time | relevance | path

Searched refs:show_thread_status (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dstat.h224 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
Dclient.c929 tsobj = show_thread_status(&p->ts, &p->rs); in handle_ts()
949 tsobj = show_thread_status(&client_ts, &client_gs); in handle_ts()
Dstat.c1015 struct json_object *show_thread_status(struct thread_stat *ts, in show_thread_status() function