| /tools/power/cpupower/ |
| A D | cpupower-completion.sh | 41 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 D | TODO | 8 - Add another c1e debug idle monitor
|
| /tools/testing/selftests/sched_ext/ |
| A D | numa.bpf.c | 25 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 D | maximal.bpf.c | 67 void BPF_STRUCT_OPS(maximal_update_idle, s32 cpu, bool idle) in BPF_STRUCT_OPS() argument
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_slow_start_slow-start-after-idle.pkt | 2 // Test of slow start after idle 34 // If slow start after idle works properly, we should send 5 MSS here (cwnd/2)
|
| A D | tcp_user_timeout_user_timeout.pkt | 17 // Okay, we received nothing, and decide to close this idle socket.
|
| /tools/sched_ext/ |
| A D | scx_flatcg.c | 57 __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 D | scx_qmap.bpf.c | 590 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 D | perf-sched.txt | 57 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 D | parse-events.l | 340 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 D | kwork.h | 188 u64 idle; member
|
| A D | symbol.h | 60 u8 idle:1; member
|
| A D | bpf_lock_contention.c | 737 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 D | README.txt | 14 - libcpupower (optional, for --deepest-idle-state)
|
| A D | Makefile.config | 52 $(info libcpupower is missing, building without --deepest-idle-state support.)
|
| /tools/power/cpupower/po/ |
| A D | zh_CN.po | 61 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 D | ka.po | 63 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 D | fr.po | 61 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 D | cs.po | 64 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 D | it.po | 61 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 D | pt.po | 59 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 D | de.po | 61 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 D | builtin-sched.c | 2440 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 D | builtin-kwork.c | 1595 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 D | syscall.tbl | 122 # 112 was idle
|