Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc107 int count, tokenval; in parse_intlist() local
112 if ((tokenval = fn(token)) < 0) in parse_intlist()
114 intlist[count++] = tokenval; in parse_intlist()
123 int count, tokenval; in parse_events() local
128 if ((tokenval = pmc_pmu_idx_get_by_event(cpuid, token)) < 0) in parse_events()
130 intlist[count++] = tokenval; in parse_events()