Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/pmu-events/
H A Dempty-pmu-events.c221 uint32_t num_pmus; member
227 uint32_t num_pmus; member
255 .num_pmus = ARRAY_SIZE(pmu_events__common),
264 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_cpu),
268 .num_pmus = ARRAY_SIZE(pmu_metrics__test_soc_cpu),
289 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_sys)
420 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__for_each_event()
441 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__find_event()
461 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__num_events()
496 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_metrics_table__for_each_metric()
[all …]
/linux-6.15/arch/x86/events/amd/
H A Duncore.c76 unsigned int num_pmus; member
424 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_free()
448 if (!uncore->init_done || !uncore->num_pmus) in amd_uncore_ctx_init()
454 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_init()
518 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_move()
724 uncore->num_pmus = 1; in amd_uncore_df_ctx_init()
860 uncore->num_pmus = 1; in amd_uncore_l3_ctx_init()
939 uncore->num_pmus += group_num_pmus[gid]; in amd_uncore_umc_ctx_init()
945 uncore->num_pmus = 0; in amd_uncore_umc_ctx_init()
990 uncore->num_pmus = index; in amd_uncore_umc_ctx_init()
[all …]
/linux-6.15/drivers/perf/
H A Dqcom_l2_pmu.c111 u32 num_pmus; member
884 l2cache_pmu->num_pmus++; in l2_cache_pmu_probe_cluster()
938 if (l2cache_pmu->num_pmus == 0) { in l2_cache_pmu_probe()
957 l2cache_pmu->num_pmus); in l2_cache_pmu_probe()