Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dexpr.c21 ids1 = ids__new(); in test_ids_union()
23 ids2 = ids__new(); in test_ids_union()
30 ids2 = ids__new(); in test_ids_union()
40 ids2 = ids__new(); in test_ids_union()
48 ids2 = ids__new(); in test_ids_union()
/linux/tools/perf/util/
H A Dexpr.h22 struct hashmap *ids__new(void);
H A Dexpr.y116 result.ids = ids__new();
H A Dexpr.c66 struct hashmap *ids__new(void) in ids__new() function