Home
last modified time | relevance | path

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

/external/fio/
Ddiskutil.c707 if (output_format == FIO_OUTPUT_JSON) in show_disk_util()
710 if (!terse && output_format != FIO_OUTPUT_JSON) in show_disk_util()
713 if (output_format == FIO_OUTPUT_JSON) in show_disk_util()
Dstat.c1020 else if (output_format == FIO_OUTPUT_JSON) in show_thread_status()
1357 else if (output_format == FIO_OUTPUT_JSON) { in __show_run_stats()
1382 else if (output_format == FIO_OUTPUT_JSON) { in __show_run_stats()
1388 if (output_format == FIO_OUTPUT_JSON) { in __show_run_stats()
1392 show_idle_prof_stats(FIO_OUTPUT_JSON, root); in __show_run_stats()
Didletime.c483 if ((ipc.opt != IDLE_PROF_OPT_NONE) && (output == FIO_OUTPUT_JSON)) { in show_idle_prof_stats()
Dfio.h644 FIO_OUTPUT_JSON, enumerator
Dclient.c120 if (output_format != FIO_OUTPUT_JSON) in fio_client_json_init()
132 if (output_format != FIO_OUTPUT_JSON) in fio_client_json_fini()
1022 if (output_format == FIO_OUTPUT_JSON) { in handle_du()
Dinit.c2005 output_format = FIO_OUTPUT_JSON; in parse_cmd_line()