Searched refs:max_level (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | util.c | 290 bool perf_event_paranoid_check(int max_level) in perf_event_paranoid_check() argument 294 perf_event_paranoid() <= max_level; in perf_event_paranoid_check()
|
D | event.h | 420 bool perf_event_paranoid_check(int max_level);
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 1438 unsigned int eax, ebx, ecx, edx, max_level; in parse_cpuid() local 1443 get_cpuid_or_exit(0, &max_level, &ebx, &ecx, &edx); in parse_cpuid() 1461 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
|
/tools/perf/ |
D | builtin-stat.c | 1811 unsigned int max_level = 1; in add_default_attributes() local 1820 max_level = 2; in add_default_attributes() 1823 if (stat_config.topdown_level > max_level) { in add_default_attributes() 1824 pr_err("Invalid top-down metrics level. The max level is %u.\n", max_level); in add_default_attributes() 1827 stat_config.topdown_level = max_level; in add_default_attributes()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 71 unsigned int max_level, max_extended_level; variable 1979 if (max_level < 0xb) in get_apic_id() 5001 if (max_level < 0x1a) in get_cpu_type() 5277 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() 5288 (char *)&ebx, (char *)&edx, (char *)&ecx, max_level); in process_cpuid() 5387 if (max_level >= 0x7 && !quiet) { in process_cpuid() 5401 if (max_level >= 0x15) { in process_cpuid() 5441 if (max_level >= 0x16) { in process_cpuid()
|