Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c78 static int powerpc_allocate_pmc(enum pmc_event _pe, char* ctrspec,
546 k8_allocate_pmc(enum pmc_event pe, char *ctrspec, in k8_allocate_pmc() argument
631 while ((p = strsep(&ctrspec, ",")) != NULL) { in k8_allocate_pmc()
699 ibs_allocate_pmc(enum pmc_event pe, char *ctrspec, in ibs_allocate_pmc() argument
739 while ((p = strsep(&ctrspec, ",")) != NULL) { in ibs_allocate_pmc()
758 while ((p = strsep(&ctrspec, ",")) != NULL) { in ibs_allocate_pmc()
816 tsc_allocate_pmc(enum pmc_event pe, char *ctrspec, in tsc_allocate_pmc() argument
823 if (ctrspec && *ctrspec != '\0') in tsc_allocate_pmc()
839 soft_allocate_pmc(enum pmc_event pe, char *ctrspec, in soft_allocate_pmc() argument
842 (void)ctrspec; in soft_allocate_pmc()
[all …]