Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtool_pmu.c321 static bool has_pmem(void) in has_pmem() function
323 static bool has_pmem, cached; in has_pmem() local
329 has_pmem = access(path, F_OK) == 0; in has_pmem()
332 return has_pmem; in has_pmem()
341 *result = has_pmem() ? 1 : 0; in tool_pmu__read_event()

Completed in 4 milliseconds