Searched refs:needs_root (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpupower.c | 47 int needs_root; member 225 if (!run_as_root && p->needs_root) { in main()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpupower.c | 49 int needs_root; member 230 if (!run_as_root && p->needs_root) { in main()
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 64 unsigned int needs_root:1; member
|
H A D | snb_idle.c | 195 .flags.needs_root = 1,
|
H A D | hsw_ext_idle.c | 190 .flags.needs_root = 1,
|
H A D | nhm_idle.c | 211 .flags.needs_root = 1,
|
H A D | cpuidle_sysfs.c | 210 .flags.needs_root = 0,
|
H A D | mperf_monitor.c | 375 .flags.needs_root = 1,
|
H A D | cpupower-monitor.c | 413 if (test_mon->flags.needs_root && !run_as_root) { in cmd_monitor()
|
H A D | amd_fam14h_idle.c | 331 .flags.needs_root = 1,
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 64 unsigned int needs_root:1; member
|
H A D | hsw_ext_idle.c | 190 .flags.needs_root = 1,
|
H A D | snb_idle.c | 195 .flags.needs_root = 1,
|
H A D | rapl_monitor.c | 144 .flags.needs_root = 0,
|
H A D | cpuidle_sysfs.c | 210 .flags.needs_root = 0,
|
H A D | nhm_idle.c | 211 .flags.needs_root = 1,
|
H A D | mperf_monitor.c | 375 .flags.needs_root = 1,
|
H A D | cpupower-monitor.c | 413 if (test_mon->flags.needs_root && !run_as_root) { in cmd_monitor()
|
H A D | amd_fam14h_idle.c | 331 .flags.needs_root = 1,
|
Completed in 9 milliseconds