Searched refs:get_or_create_json_object (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/igt-gpu-tools/runner/ |
H A D | resultgen.c | 255 static struct json_object *get_or_create_json_object(struct json_object *base, in get_or_create_json_object() function 278 struct json_object *timeobj = get_or_create_json_object(obj, "time"); in add_runtime() 301 struct json_object *timeobj = get_or_create_json_object(obj, "time"); in set_runtime() 354 current_test = get_or_create_json_object(tests, piglit_name); in fill_from_output() 375 current_test = get_or_create_json_object(tests, piglit_name); in fill_from_output() 615 current_test = get_or_create_json_object(tests, piglit_name); in add_empty_dmesgs_where_missing() 672 current_test = get_or_create_json_object(tests, piglit_name); in fill_from_dmesg() 701 current_test = get_or_create_json_object(tests, piglit_name); in fill_from_dmesg() 712 current_test = get_or_create_json_object(tests, piglit_name); in fill_from_dmesg() 801 obj = get_or_create_json_object(runtimes, piglit_name); in fill_from_journal() [all …]
|