Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dexpr.c403 static double has_pmem(void) in has_pmem() function
405 static bool has_pmem, cached; in has_pmem() local
411 has_pmem = access(path, F_OK) == 0; in has_pmem()
414 return has_pmem ? 1.0 : 0.0; in has_pmem()
474 result = has_pmem(); in expr__get_literal()