Searched defs:limit_level (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Denvironment.cpp440 static const char* GetLimitLevelDescription(int limit_level) { argument
441 switch (limit_level) {
456 int limit_level; local
457 if (!ReadPerfEventParanoid(&limit_level)) {
460 if (limit_level <= 1) {
467 if (ReadPerfEventParanoid(&limit_level) && limit_level <= 1) {
471 LOG(WARNING) << "/proc/sys/kernel/perf_event_paranoid is " << limit_level
472 << ", " << GetLimitLevelDescription(limit_level) << ".";
475 LOG(WARNING) << "/proc/sys/kernel/perf_event_paranoid is " << limit_level
[all...]

Completed in 24 milliseconds