Home
last modified time | relevance | path

Searched refs:pm_name (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libpmc/
H A Dlibpmc.c254 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 Dhwpmc_uncore.c240 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 Dhwpmc_tsc.c124 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in tsc_describe()
H A Dhwpmc_core.c337 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 Dhwpmc_armv7.c379 snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV7-%d", ri); in armv7_describe()
H A Dhwpmc_soft.c170 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in soft_describe()
H A Dhwpmc_arm64.c429 snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV8-%d", ri);
H A Dhwpmc_powerpc.c115 snprintf(pi->pm_name, sizeof(pi->pm_name), "POWERPC-%d", ri); in powerpc_describe()
H A Dhwpmc_amd.c663 strlcpy(pi->pm_name, pd->pm_descr.pd_name, sizeof(pi->pm_name)); in amd_describe()
H A Dhwpmc_cmn600.c574 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in cmn600_describe()
H A Dhwpmc_dmc620.c439 strlcpy(pi->pm_name, pd->pd_name, sizeof(pi->pm_name)); in CLASSDEP_FN4()
/freebsd/usr.sbin/pmccontrol/
H A Dpmccontrol.c257 pd->pm_name, in pmcc_do_list_state()
/freebsd/sys/sys/
H A Dpmc.h507 char pm_name[PMC_NAME_MAX]; /* pmc name */ member