Home
last modified time | relevance | path

Searched refs:FIO_OUTPUT_JSON (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Ddiskutil.c703 if ((output_format & FIO_OUTPUT_JSON) && parent) in show_disk_util()
713 else if (output_format & ~(FIO_OUTPUT_JSON | FIO_OUTPUT_JSON_PLUS)) { in show_disk_util()
Didletime.c484 if ((ipc.opt != IDLE_PROF_OPT_NONE) && (output & FIO_OUTPUT_JSON)) { in show_idle_prof_stats()
Dstat.c1382 if (output_format & FIO_OUTPUT_JSON) in show_thread_status()
1752 if (output_format & FIO_OUTPUT_JSON) { in __show_run_stats()
1791 if (output_format & FIO_OUTPUT_JSON) { in __show_run_stats()
1799 if (!is_backend && (output_format & FIO_OUTPUT_JSON)) { in __show_run_stats()
1803 show_idle_prof_stats(FIO_OUTPUT_JSON, root, &output[__FIO_OUTPUT_JSON]); in __show_run_stats()
Dfio.h796 FIO_OUTPUT_JSON = 1U << __FIO_OUTPUT_JSON, enumerator
Dclient.c128 if (!(output_format & FIO_OUTPUT_JSON)) in fio_client_json_init()
150 if (!(output_format & FIO_OUTPUT_JSON)) in fio_client_json_fini()
1130 if (output_format & FIO_OUTPUT_JSON) { in handle_du()
Dinit.c2284 output_format |= FIO_OUTPUT_JSON; in parse_output_format()
2286 output_format |= (FIO_OUTPUT_JSON | FIO_OUTPUT_JSON_PLUS); in parse_output_format()