Searched refs:pm_name (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 254 const char *pm_name; member 259 #define __PMC_CLASS(S,V,D) { .pm_class = PMC_CLASS_##S, .pm_name = #S } , 265 const char *pm_name; member 270 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } , 301 const char *pm_name; member 304 #define PMCMASK(N,V) { .pm_name = #N, .pm_value = (V) } 305 #define NULLMASK { .pm_name = NULL } 322 for (pm = pmask; pm->pm_name && strcasecmp(r, pm->pm_name); in pmc_parse_mask() 325 if (pm->pm_name == NULL) /* not found */ in pmc_parse_mask() 681 for (pm = pmask; pm->pm_name; pm++) in k8_allocate_pmc() [all …]
|
/freebsd/sys/dev/hwpmc/ |
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_arm64.c | 429 snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV8-%d", ri);
|
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_amd.c | 663 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in amd_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()
|
/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 | 507 char pm_name[PMC_NAME_MAX]; /* pmc name */ member
|