Lines Matching refs:pmu_name
478 pmu_name = event.pmu.replace(',', '_')
480 f'static const struct compact_pmu_event {_pending_events_tblname}_{pmu_name}[] = {{\n')
483 pmus.add((event.pmu, pmu_name))
494 pmu_name = f"{pmu}\\000"
498 .pmu_name = {{ {_bcs.offsets[pmu_name]} /* {pmu_name} */ }},
533 pmu_name = metric.pmu.replace(',', '_')
535 f'static const struct compact_pmu_event {_pending_metrics_tblname}_{pmu_name}[] = {{\n')
538 pmus.add((metric.pmu, pmu_name))
549 pmu_name = f"{pmu}\\000"
553 .pmu_name = {{ {_bcs.offsets[pmu_name]} /* {pmu_name} */ }},
591 pmu_name = f"{event.pmu}\\000"
593 _bcs.add(pmu_name, metric=False)
596 _bcs.add(pmu_name, metric=True)
822 .pmu = &big_c_string[pmu->pmu_name.offset],
843 .pmu = &big_c_string[pmu->pmu_name.offset],
886 const char *pmu_name = &big_c_string[table_pmu->pmu_name.offset];
889 if (pmu && !pmu__name_match(pmu, pmu_name))
907 const char *pmu_name = &big_c_string[table_pmu->pmu_name.offset];
910 if (!pmu__name_match(pmu, pmu_name))
927 const char *pmu_name = &big_c_string[table_pmu->pmu_name.offset];
929 if (pmu__name_match(pmu, pmu_name))
942 .pmu = &big_c_string[pmu->pmu_name.offset],
999 const char *pmu_name = &big_c_string[table_pmu->pmu_name.offset];
1001 if (pmu__name_match(pmu, pmu_name))
1209 struct compact_pmu_event pmu_name;