Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dexpr.c26 ids1 = ids__union(ids1, ids2); in test_ids_union()
36 ids1 = ids__union(ids1, ids2); in test_ids_union()
44 ids1 = ids__union(ids1, ids2); in test_ids_union()
53 ids1 = ids__union(ids1, ids2); in test_ids_union()
/tools/perf/util/
A Dexpr.h29 struct hashmap *ids__union(struct hashmap *ids1, struct hashmap *ids2);
A Dexpr.y85 .ids = ids__union(ids1.ids, ids2.ids),
150 ctx->ids = ids__union($1.ids, ctx->ids);
A Dexpr.c106 struct hashmap *ids__union(struct hashmap *ids1, struct hashmap *ids2) in ids__union() function

Completed in 14 milliseconds