Searched refs:aggregate_obj (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | report.py | 142 def aggregate_obj(aggregate, obj, assert_str=True): function 149 aggregate_obj(aggregate[key], val, key not in mutable_keys) 153 aggregate_obj(aggregate[i], val) 163 aggregate_obj(aggregate, testrun) 187 aggregate_obj(new_obj, obj) 190 def aggregate_obj(aggregate, obj, assert_str=True): function 204 aggregate_obj(aggregate[key], val, key not in mutable_keys) 210 aggregate_obj(aggregate[i], val) 224 aggregate_obj(aggregate, testrun)
|