Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/pmu-events/
Dempty-pmu-events.c184 uint32_t num_pmus; member
190 uint32_t num_pmus; member
218 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_cpu),
222 .num_pmus = ARRAY_SIZE(pmu_metrics__test_soc_cpu),
243 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_sys)
374 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__for_each_event()
395 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__find_event()
415 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__num_events()
450 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_metrics_table__for_each_metric()
525 for (size_t i = 0; i < map->event_table.num_pmus; i++) { in perf_pmu__find_events_table()
[all …]
/linux-6.12.1/arch/x86/events/amd/
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()
938 uncore->num_pmus += group_num_pmus[gid]; in amd_uncore_umc_ctx_init()
941 uncore->pmus = kzalloc(sizeof(*uncore->pmus) * uncore->num_pmus, in amd_uncore_umc_ctx_init()
944 uncore->num_pmus = 0; in amd_uncore_umc_ctx_init()
[all …]
/linux-6.12.1/drivers/perf/
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()