Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dperf-record.c64 found_coreutils_mmap = false, in test__PERF_RECORD() local
262 if (!found_coreutils_mmap) in test__PERF_RECORD()
263 found_coreutils_mmap = !strcmp(bname + 1, "coreutils"); in test__PERF_RECORD()
302 if (nr_events[PERF_RECORD_COMM] > 1 + !!found_coreutils_mmap) { in test__PERF_RECORD()
312 if (!found_cmd_mmap && !found_coreutils_mmap) { in test__PERF_RECORD()