Searched refs:all_cpus (Results 1 – 10 of 10) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | map_perf_ring.c | 52 bool all_cpus; member 67 int idx = ctx->all_cpus ? cpu : ctx->idx; in print_bpf_output() 122 .all_cpus = true, in do_event_pipe() 174 ctx.all_cpus = false; in do_event_pipe() 177 if (!ctx.all_cpus) { in do_event_pipe() 187 opts.cpu_cnt = ctx.all_cpus ? 0 : 1; in do_event_pipe()
|
/linux/arch/riscv/kernel/vdso/ |
H A D | hwprobe.c | 20 bool all_cpus = !cpusetsize && !cpus; in riscv_vdso_get_values() local 30 if ((flags != 0) || (!all_cpus && !avd->homogeneous_cpus)) in riscv_vdso_get_values()
|
/linux/lib/ |
H A D | test_lockup.c | 39 static bool all_cpus; variable 40 module_param(all_cpus, bool, 0400); 41 MODULE_PARM_DESC(all_cpus, "trigger lockup at all cpus at once"); 559 all_cpus ? "all_cpus " : "", in test_lockup_init() 576 if (all_cpus) { in test_lockup_init()
|
/linux/tools/perf/arch/x86/util/ |
H A D | auxtrace.c | 58 struct perf_cpu cpu = perf_cpu_map__min(evlist->core.all_cpus); in auxtrace_record__init()
|
/linux/tools/lib/perf/include/internal/ |
H A D | evlist.h | 28 struct perf_cpu_map *all_cpus; member
|
/linux/arch/x86/kvm/ |
H A D | hyperv.c | 2028 bool all_cpus; in kvm_hv_flush_tlb() local 2078 all_cpus = (flush.flags & HV_FLUSH_ALL_PROCESSORS) || in kvm_hv_flush_tlb() 2100 all_cpus = flush_ex.hv_vp_set.format != in kvm_hv_flush_tlb() 2106 if (!all_cpus) { in kvm_hv_flush_tlb() 2141 if (all_cpus && !is_guest_mode(vcpu)) { in kvm_hv_flush_tlb() 2183 if (!all_cpus && in kvm_hv_flush_tlb() 2233 bool all_cpus; in kvm_hv_send_ipi() local 2252 all_cpus = false; in kvm_hv_send_ipi() 2273 all_cpus = send_ipi_ex.vp_set.format == HV_GENERIC_SET_ALL; in kvm_hv_send_ipi() 2278 if (all_cpus) in kvm_hv_send_ipi() [all...] |
/linux/drivers/platform/x86/intel/ifs/ |
H A D | runtest.c | 166 int all_cpus = cpumask_weight(smt_mask); in wait_for_sibling_cpu() local 169 while (atomic_read(t) < all_cpus) { in wait_for_sibling_cpu()
|
/linux/tools/perf/util/ |
H A D | python.c | 1091 pcpu_map->cpus = perf_cpu_map__get(pevlist->evlist.core.all_cpus); in pyrf_evlist__all_cpus() 1317 .ml_name = "all_cpus", 1621 evlist__init(&pevlist->evlist, evlist->core.all_cpus, evlist->core.threads); in pyrf_evlist__from_evlist()
|
/linux/tools/perf/ |
H A D | builtin-record.c | 1101 struct perf_cpu_map *cpus = evlist->core.all_cpus; in record__thread_data_init_maps() 2124 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize() 4026 struct perf_cpu_map *cpus = rec->evlist->core.all_cpus; in record__init_thread_masks()
|
H A D | builtin-stat.c | 1516 nr = perf_cpu_map__max(evsel_list->core.all_cpus).cpu + 1; in perf_stat_init_aggr_mode()
|