Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
H A 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()
/kernel/linux/linux-6.6/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 - 1); in inject_build_id()
461 if (nr_dsos == 0) { in do_inject_loops()

Completed in 2 milliseconds