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

/linux-master/tools/perf/util/
H A Dexpr.c407 static double has_pmem(void) function
409 static bool has_pmem, cached; local
415 has_pmem = access(path, F_OK) == 0;
418 return has_pmem ? 1.0 : 0.0;
477 if (!strcmp("#has_pmem", literal)) {
478 result = has_pmem();

Completed in 114 milliseconds