HomeSort by relevance Sort by last modified time
    Searched refs:FIO_OUTPUT_JSON (Results 1 - 6 of 6) sorted by null

  /external/fio/
idletime.c 484 if ((ipc.opt != IDLE_PROF_OPT_NONE) && (output & FIO_OUTPUT_JSON)) {
diskutil.c 703 if ((output_format & FIO_OUTPUT_JSON) && parent)
713 else if (output_format & ~(FIO_OUTPUT_JSON | FIO_OUTPUT_JSON_PLUS)) {
stat.c     [all...]
fio.h 796 FIO_OUTPUT_JSON = 1U << __FIO_OUTPUT_JSON,
client.c 128 if (!(output_format & FIO_OUTPUT_JSON))
150 if (!(output_format & FIO_OUTPUT_JSON))
1130 if (output_format & FIO_OUTPUT_JSON) {
    [all...]
init.c     [all...]

Completed in 5011 milliseconds