Searched refs:has_pmem (Results 1 – 1 of 1) sorted by relevance
340 static bool has_pmem(void) in has_pmem() function342 static bool has_pmem, cached; in has_pmem() local348 has_pmem = access(path, F_OK) == 0; in has_pmem()351 return has_pmem; in has_pmem()364 *result = has_pmem() ? 1 : 0; in tool_pmu__read_event()