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

/systemd/src/cgtop/
H A Dcgtop.c94 } arg_cpu_type = CPU_PERCENT; variable in typeref:enum:__anon56
473 if (arg_cpu_type == CPU_PERCENT) {
566 if (arg_cpu_type == CPU_PERCENT)
621 if (arg_cpu_type == CPU_PERCENT) {
706 arg_cpu_type = CPU_TIME;
708 arg_cpu_type = CPU_PERCENT;
714 arg_cpu_type = CPU_TIME;
1012 arg_cpu_type = arg_cpu_type == CPU_TIME ? CPU_PERCENT : CPU_TIME;

Completed in 14 milliseconds