Home
last modified time | relevance | path

Searched refs:num_pmus (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dempty-pmu-events.c5401 uint32_t num_pmus;
5408 uint32_t num_pmus;
5436 .num_pmus = ARRAY_SIZE(pmu_events__common),
5441 .num_pmus = ARRAY_SIZE(pmu_metrics__common),
5449 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_cpu),
5454 .num_pmus = ARRAY_SIZE(pmu_metrics__test_soc_cpu),
5475 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_sys)
5616 for (size_t i = 0; i < table->num_pmus; i++) {
5639 for (size_t i = 0; i < table->num_pmus; i++) {
5660 for (size_t i = 0; i < table->num_pmus;
2776 uint32_t num_pmus; global() member
2782 uint32_t num_pmus; global() member
[all...]
/linux/arch/x86/events/amd/
H A Duncore.c81 unsigned int num_pmus; member
513 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_free()
537 if (!uncore->init_done || !uncore->num_pmus) in amd_uncore_ctx_init()
543 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_init()
610 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_move()
813 uncore->num_pmus = 1; in amd_uncore_df_ctx_init()
949 uncore->num_pmus = 1; in amd_uncore_l3_ctx_init()
1067 uncore->num_pmus += group_num_pmus[gid]; in amd_uncore_umc_ctx_init()
1070 uncore->pmus = kzalloc(sizeof(*uncore->pmus) * uncore->num_pmus, in amd_uncore_umc_ctx_init()
1073 uncore->num_pmus = 0; in amd_uncore_umc_ctx_init()
[all …]
/linux/drivers/perf/
H A Dqcom_l2_pmu.c111 u32 num_pmus; member
881 l2cache_pmu->num_pmus++; in l2_cache_pmu_probe_cluster()
935 if (l2cache_pmu->num_pmus == 0) { in l2_cache_pmu_probe()
954 l2cache_pmu->num_pmus); in l2_cache_pmu_probe()