Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dexpr.c20 ids1 = ids__new(); in test_ids_union()
22 ids2 = ids__new(); in test_ids_union()
29 ids2 = ids__new(); in test_ids_union()
39 ids2 = ids__new(); in test_ids_union()
47 ids2 = ids__new(); in test_ids_union()
/openbmc/linux/tools/perf/util/
H A Dexpr.h22 struct hashmap *ids__new(void);
H A Dexpr.y114 result.ids = ids__new();
H A Dexpr.c73 struct hashmap *ids__new(void) in ids__new() function