Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/bench/
Dinject-buildid.c51 static int nr_dsos; variable
81 struct bench_dso *dso = &dsos[nr_dsos]; in add_dso()
94 dso->ino = nr_dsos++; in add_dso()
98 if ((unsigned int)nr_dsos == DSO_MMAP_RATIO * nr_mmaps) in add_dso()
115 pr_debug(" Collected %d DSOs\n", nr_dsos); in collect_dso()
122 for (i = 0; i < nr_dsos; i++) { in release_dso()
364 int idx = rand() % (nr_dsos - 1); in inject_build_id()
460 if (nr_dsos == 0) { in do_inject_loops()