Home
last modified time | relevance | path

Searched refs:associated_cpus (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c59 return cpumap_print_to_pagebuf(true, buf, &hisi_pmu->associated_cpus); in hisi_associated_cpus_sysfs_show()
61 static DEVICE_ATTR(associated_cpus, 0444, hisi_associated_cpus_sysfs_show, NULL);
520 cpumask_set_cpu(cpu, &hisi_pmu->associated_cpus); in hisi_uncore_pmu_online_cpu()
524 cpumask_test_cpu(hisi_pmu->on_cpu, &hisi_pmu->associated_cpus)) in hisi_uncore_pmu_online_cpu()
556 target = cpumask_any_and_but(&hisi_pmu->associated_cpus, in hisi_uncore_pmu_offline_cpu()
H A Dhisi_uncore_pmu.h129 cpumask_t associated_cpus; member
/linux/Documentation/admin-guide/perf/
H A Darm_dsu_pmu.rst24 The driver also exposes the CPUs connected to the DSU instance in "associated_cpus".
H A Dhisi-pmu.rst39 ID used to count the uncore PMU event. An "associated_cpus" sysfs attribute is
42 It only contains one associated CPU from the "associated_cpus".