Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
H A Dempty-pmu-events.c2776 uint32_t num_pmus; member
2782 uint32_t num_pmus; member
2810 .num_pmus = ARRAY_SIZE(pmu_events__common),
2814 .num_pmus = ARRAY_SIZE(pmu_metrics__common),
2822 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_cpu),
2826 .num_pmus = ARRAY_SIZE(pmu_metrics__test_soc_cpu),
2847 .num_pmus = ARRAY_SIZE(pmu_events__test_soc_sys)
2988 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__for_each_event()
3011 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__find_event()
3033 for (size_t i = 0; i < table->num_pmus; i++) { in pmu_events_table__num_events()
[all …]
/linux/arch/x86/events/amd/
H A Duncore.c80 unsigned int num_pmus; member
481 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_free()
505 if (!uncore->init_done || !uncore->num_pmus) in amd_uncore_ctx_init()
511 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_init()
578 for (i = 0; i < uncore->num_pmus; i++) { in amd_uncore_ctx_move()
781 uncore->num_pmus = 1; in amd_uncore_df_ctx_init()
917 uncore->num_pmus = 1; in amd_uncore_l3_ctx_init()
1035 uncore->num_pmus += group_num_pmus[gid]; in amd_uncore_umc_ctx_init()
1038 uncore->pmus = kzalloc(sizeof(*uncore->pmus) * uncore->num_pmus, in amd_uncore_umc_ctx_init()
1041 uncore->num_pmus = 0; in amd_uncore_umc_ctx_init()
[all …]