Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dexpr.c19 ids1 = ids__new(); in test_ids_union()
21 ids2 = ids__new(); in test_ids_union()
28 ids2 = ids__new(); in test_ids_union()
38 ids2 = ids__new(); in test_ids_union()
46 ids2 = ids__new(); in test_ids_union()
/Linux-v6.6/tools/perf/util/
Dexpr.h22 struct hashmap *ids__new(void);
Dexpr.y114 result.ids = ids__new();
Dexpr.c73 struct hashmap *ids__new(void) in ids__new() function