Home
last modified time | relevance | path

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

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