Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dexpr.c15 ids1 = ids__new(); in test_ids_union()
17 ids2 = ids__new(); in test_ids_union()
24 ids2 = ids__new(); in test_ids_union()
34 ids2 = ids__new(); in test_ids_union()
42 ids2 = ids__new(); in test_ids_union()
/linux-5.19.10/tools/perf/util/
Dexpr.h27 struct hashmap *ids__new(void);
Dexpr.y112 result.ids = ids__new();
Dexpr.c67 struct hashmap *ids__new(void) in ids__new() function