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

/linux-master/tools/perf/util/
H A Dexpr.h29 struct hashmap *ids__union(struct hashmap *ids1, struct hashmap *ids2);
H A Dexpr.y85 .ids = ids__union(ids1.ids, ids2.ids),
150 ctx->ids = ids__union($1.ids, ctx->ids);
H A Dexpr.c113 struct hashmap *ids__union(struct hashmap *ids1, struct hashmap *ids2) function
/linux-master/tools/perf/tests/
H A Dexpr.c25 ids1 = ids__union(ids1, ids2);
35 ids1 = ids__union(ids1, ids2);
43 ids1 = ids__union(ids1, ids2);
52 ids1 = ids__union(ids1, ids2);

Completed in 106 milliseconds