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

  /external/fio/
diskutil.c 629 json_object_add_value_int(obj, "read_ios", dus->s.ios[0]);
630 json_object_add_value_int(obj, "write_ios", dus->s.ios[1]);
631 json_object_add_value_int(obj, "read_merges", dus->s.merges[0]);
632 json_object_add_value_int(obj, "write_merges", dus->s.merges[1]);
633 json_object_add_value_int(obj, "read_ticks", dus->s.ticks[0]);
634 json_object_add_value_int(obj, "write_ticks", dus->s.ticks[1]);
635 json_object_add_value_int(obj, "in_queue", dus->s.time_in_queue);
644 json_object_add_value_int(obj, "aggr_read_ios",
646 json_object_add_value_int(obj, "aggr_write_ios",
648 json_object_add_value_int(obj, "aggr_read_merges"
    [all...]
json.h 54 #define json_object_add_value_int(obj, name, val) \ macro
stat.c 702 json_object_add_value_int(dir_object, "io_bytes", ts->io_bytes[ddir] >> 10);
703 json_object_add_value_int(dir_object, "bw", bw);
704 json_object_add_value_int(dir_object, "iops", iops);
705 json_object_add_value_int(dir_object, "runtime", ts->runtime[ddir]);
713 json_object_add_value_int(tmp_object, "min", min);
714 json_object_add_value_int(tmp_object, "max", max);
724 json_object_add_value_int(tmp_object, "min", min);
725 json_object_add_value_int(tmp_object, "max", max);
741 json_object_add_value_int(percentile_object, "0.00", 0);
745 json_object_add_value_int(percentile_object, (const char *)buf, ovals[i])
    [all...]
client.c 829 json_object_add_value_int(obj, "port", client->port);
    [all...]

Completed in 2764 milliseconds