Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc108 int count, tokenval; in parse_intlist() local
113 if ((tokenval = fn(token)) < 0) in parse_intlist()
115 intlist[count++] = tokenval; in parse_intlist()
124 int count, tokenval; in parse_events() local
129 if ((tokenval = pmc_pmu_idx_get_by_event(cpuid, token)) < 0) in parse_events()
131 intlist[count++] = tokenval; in parse_events()