Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dexpr.c407 static double has_pmem(void) in has_pmem() function
409 static bool has_pmem, cached; in has_pmem() local
415 has_pmem = access(path, F_OK) == 0; in has_pmem()
418 return has_pmem ? 1.0 : 0.0; in has_pmem()
478 result = has_pmem(); in expr__get_literal()