Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c52 static int nr_dsos; variable
82 struct bench_dso *dso = &dsos[nr_dsos]; in add_dso()
95 dso->ino = nr_dsos++; in add_dso()
99 if ((unsigned int)nr_dsos == DSO_MMAP_RATIO * nr_mmaps) in add_dso()
116 pr_debug(" Collected %d DSOs\n", nr_dsos); in collect_dso()
123 for (i = 0; i < nr_dsos; i++) { in release_dso()
365 int idx = rand() % nr_dsos; in inject_build_id()
461 if (nr_dsos == 0) { in do_inject_loops()