Searched refs:has_pmem (Results 1 – 1 of 1) sorted by relevance
321 static bool has_pmem(void) in has_pmem() function323 static bool has_pmem, cached; in has_pmem() local329 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