Home
last modified time | relevance | path

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

/external/fio/
Dstat.c900 struct json_object *dir_object, *tmp_object, *percentile_object, *clat_bins_object; in add_ddir_status_json() local
960 percentile_object = json_create_object(); in add_ddir_status_json()
961 json_object_add_value_object(tmp_object, "percentile", percentile_object); in add_ddir_status_json()
964 json_object_add_value_int(percentile_object, "0.00", 0); in add_ddir_status_json()
968 json_object_add_value_int(percentile_object, (const char *)buf, ovals[i]); in add_ddir_status_json()
1280 struct json_object *block, *percentile_object, *states; in show_thread_status_json() local
1285 percentile_object = json_create_object(); in show_thread_status_json()
1287 percentile_object); in show_thread_status_json()
1292 json_object_add_value_int(percentile_object, in show_thread_status_json()