Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 35) sorted by relevance

12

/tools/power/cpupower/
A Dcpupower-completion.sh41 idle-info) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
51 idle-set) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
86 idle-info) _idle_info ;;
87 idle-set) _idle_set ;;
120 idle-info) _idle_info ;;
121 idle-set) _idle_set ;;
A DTODO8 - Add another c1e debug idle monitor
/tools/testing/selftests/sched_ext/
A Dnuma.bpf.c25 bool idle; in is_cpu_idle() local
28 idle = bpf_cpumask_test_cpu(cpu, idle_cpumask); in is_cpu_idle()
31 return idle; in is_cpu_idle()
A Dmaximal.bpf.c67 void BPF_STRUCT_OPS(maximal_update_idle, s32 cpu, bool idle) in BPF_STRUCT_OPS() argument
/tools/testing/selftests/net/packetdrill/
A Dtcp_slow_start_slow-start-after-idle.pkt2 // Test of slow start after idle
34 // If slow start after idle works properly, we should send 5 MSS here (cwnd/2)
A Dtcp_user_timeout_user_timeout.pkt17 // Okay, we received nothing, and decide to close this idle socket.
/tools/sched_ext/
A Dscx_flatcg.c57 __u64 sum = 0, idle = 0; in read_cpu_util() local
91 idle = v; in read_cpu_util()
95 delta_idle = idle - *last_idle; in read_cpu_util()
97 *last_idle = idle; in read_cpu_util()
A Dscx_qmap.bpf.c590 void BPF_STRUCT_OPS(qmap_dump_cpu, struct scx_dump_ctx *dctx, s32 cpu, bool idle) in BPF_STRUCT_OPS() argument
595 if (suppress_dump || idle) in BPF_STRUCT_OPS()
/tools/perf/Documentation/
A Dperf-sched.txt57 a dot signals an idle CPU.
76 79371.874604 [0011] <idle> 1.148 0.000 0.035
77 79371.874723 [0005] <idle> 0.016 0.000 1.383
138 ('-' indicates other tasks while '.' is idle).
186 Show visual aid for sched switches by CPU: 'i' marks idle time,
202 --idle-hist::
203 Show idle-related events only.
/tools/perf/util/
A Dparse-events.l340 stalled-cycles-frontend|idle-cycles-frontend { return hw_term(yyscanner, PERF_COUNT_HW_STALLED_CYCL…
341 stalled-cycles-backend|idle-cycles-backend { return hw_term(yyscanner, PERF_COUNT_HW_STALLED_CYCLES…
395 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_COUNT_HW_STALLED_CYCLES_F…
396 stalled-cycles-backend|idle-cycles-backend { return sym(yyscanner, PERF_COUNT_HW_STALLED_CYCLES_BAC…
A Dkwork.h188 u64 idle; member
A Dsymbol.h60 u8 idle:1; member
A Dbpf_lock_contention.c737 struct thread *idle = machine__findnew_thread(machine, in lock_contention_read() local
740 thread__set_comm(idle, "swapper", /*timestamp=*/0); in lock_contention_read()
/tools/tracing/rtla/
A DREADME.txt14 - libcpupower (optional, for --deepest-idle-state)
A DMakefile.config52 $(info libcpupower is missing, building without --deepest-idle-state support.)
/tools/power/cpupower/po/
A Dzh_CN.po61 msgid "Processor Core not idle"
65 msgid "Processor Core in an idle state"
791 msgid "CPU %u: No idle states\n"
796 msgid "CPU %u: Can't read idle state info\n"
801 msgid "Could not determine max idle state %u\n"
806 msgid "Number of idle states: %d\n"
811 msgid "Available idle states:"
A Dka.po63 msgid "Processor Core not idle"
67 msgid "Processor Core in an idle state"
845 msgid "CPU %u: No idle states\n"
850 msgid "CPU %u: Can't read idle state info\n"
855 msgid "Could not determine max idle state %u\n"
860 msgid "Number of idle states: %d\n"
865 msgid "Available idle states:"
A Dfr.po61 msgid "Processor Core not idle"
65 msgid "Processor Core in an idle state"
792 msgid "CPU %u: No idle states\n"
797 msgid "CPU %u: Can't read idle state info\n"
802 msgid "Could not determine max idle state %u\n"
807 msgid "Number of idle states: %d\n"
812 msgid "Available idle states:"
A Dcs.po64 msgid "Processor Core not idle"
68 msgid "Processor Core in an idle state"
792 msgid "CPU %u: No idle states\n"
797 msgid "CPU %u: Can't read idle state info\n"
802 msgid "Could not determine max idle state %u\n"
807 msgid "Number of idle states: %d\n"
812 msgid "Available idle states:"
A Dit.po61 msgid "Processor Core not idle"
65 msgid "Processor Core in an idle state"
801 msgid "CPU %u: No idle states\n"
806 msgid "CPU %u: Can't read idle state info\n"
811 msgid "Could not determine max idle state %u\n"
816 msgid "Number of idle states: %d\n"
821 msgid "Available idle states:"
A Dpt.po59 msgid "Processor Core not idle"
63 msgid "Processor Core in an idle state"
803 msgid "CPU %u: No idle states\n"
808 msgid "CPU %u: Can't read idle state info\n"
813 msgid "Could not determine max idle state %u\n"
818 msgid "Number of idle states: %d\n"
823 msgid "Available idle states:"
A Dde.po61 msgid "Processor Core not idle"
65 msgid "Processor Core in an idle state"
822 msgid "CPU %u: No idle states\n"
827 msgid "CPU %u: Can't read idle state info\n"
832 msgid "Could not determine max idle state %u\n"
837 msgid "Number of idle states: %d\n"
842 msgid "Available idle states:"
/tools/perf/
A Dbuiltin-sched.c2440 struct thread *idle = idle_threads[i]; in free_idle_threads() local
2442 if (idle) { in free_idle_threads()
2445 itr = thread__priv(idle); in free_idle_threads()
2449 thread__delete(idle); in free_idle_threads()
2529 struct thread *idle; in timehist_get_thread() local
2532 idle = get_idle_thread(sample->cpu); in timehist_get_thread()
2533 if (idle == NULL) { in timehist_get_thread()
2538 itr = thread__priv(idle); in timehist_get_thread()
A Dbuiltin-kwork.c1595 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; in top_print_cpu_usage()
2024 stat->cpus_runtime[work->cpu].idle += work->total_runtime; in top_calc_idle_time()
2025 stat->cpus_runtime[MAX_NR_CPUS].idle += work->total_runtime; in top_calc_idle_time()
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl122 # 112 was idle

Completed in 53 milliseconds

12