Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.c484 const struct dso *dso_b = map__dso(map_b); in map__strcmp() local
485 int ret = strcmp(dso_a->short_name, dso_b->short_name); in map__strcmp()