Searched refs:pm_name (Results 1 – 14 of 14) sorted by relevance
| /freebsd/lib/libpmc/ |
| H A D | libpmc.c | 258 const char *pm_name; member 263 #define __PMC_CLASS(S,V,D) { .pm_class = PMC_CLASS_##S, .pm_name = #S } , 269 const char *pm_name; member 274 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } , 305 const char *pm_name; member 308 #define PMCMASK(N,V) { .pm_name = #N, .pm_value = (V) } 309 #define NULLMASK { .pm_name = NULL } 326 for (pm = pmask; pm->pm_name && strcasecmp(r, pm->pm_name); in pmc_parse_mask() 329 if (pm->pm_name == NULL) /* not found */ in pmc_parse_mask() 685 for (pm = pmask; pm->pm_name; pm++) in k8_allocate_pmc() [all …]
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_ibs.c | 575 strlcpy(pi->pm_name, "IBS-FETCH", sizeof(pi->pm_name)); in ibs_describe() 580 strlcpy(pi->pm_name, "IBS-OP", sizeof(pi->pm_name)); in ibs_describe()
|
| H A D | hwpmc_uncore.c | 240 snprintf(pi->pm_name, sizeof(pi->pm_name), "UCF-%d", ri); in ucf_describe() 549 snprintf(pi->pm_name, sizeof(pi->pm_name), "UCP-%d", ri); in ucp_describe()
|
| H A D | hwpmc_tsc.c | 124 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in tsc_describe()
|
| H A D | hwpmc_core.c | 337 snprintf(pi->pm_name, sizeof(pi->pm_name), "IAF-%d", ri); in iaf_describe() 803 snprintf(pi->pm_name, sizeof(pi->pm_name), "IAP-%d", ri); in iap_describe()
|
| H A D | hwpmc_armv7.c | 379 snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV7-%d", ri); in armv7_describe()
|
| H A D | hwpmc_soft.c | 170 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in soft_describe()
|
| H A D | hwpmc_powerpc.c | 115 snprintf(pi->pm_name, sizeof(pi->pm_name), "POWERPC-%d", ri); in powerpc_describe()
|
| H A D | hwpmc_arm64.c | 441 snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV8-%d", ri); in arm64_describe()
|
| H A D | hwpmc_cmn600.c | 574 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in cmn600_describe()
|
| H A D | hwpmc_dmc620.c | 439 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in CLASSDEP_FN4()
|
| H A D | hwpmc_amd.c | 709 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in amd_describe()
|
| /freebsd/usr.sbin/pmccontrol/ |
| H A D | pmccontrol.c | 257 pd->pm_name, in pmcc_do_list_state()
|
| /freebsd/sys/sys/ |
| H A D | pmc.h | 512 char pm_name[PMC_NAME_MAX]; /* pmc name */ member
|