Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dexpr.c18 ids1 = ids__new(); in test_ids_union()
20 ids2 = ids__new(); in test_ids_union()
27 ids2 = ids__new(); in test_ids_union()
37 ids2 = ids__new(); in test_ids_union()
45 ids2 = ids__new(); in test_ids_union()
/linux-6.1.9/tools/perf/util/
Dexpr.h26 struct hashmap *ids__new(void);
Dexpr.y112 result.ids = ids__new();
Dexpr.c68 struct hashmap *ids__new(void) in ids__new() function