Searched refs:pmcstat_pmcinfilter (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h180 int pmcstat_pmcinfilter; /* PMC index displayed. */ variable
H A Dpmcstat_log.c223 int pmcstat_pmcinfilter = 0; /* PMC filter for top mode. */ variable
1891 pmcpr = pmcstat_pmcindex_to_pmcr(pmcstat_pmcinfilter);
1902 pmcstat_pmcinfilter);
1939 pmcin = pmcstat_pmcinfilter;
1942 pmcr = pmcstat_pmcindex_to_pmcr(pmcstat_pmcinfilter);
1946 pmcstat_pmcinfilter++;
1947 if (pmcstat_pmcinfilter >= pmcstat_npmcs)
1948 pmcstat_pmcinfilter = 0;
1950 } while (pmcstat_pmcinfilter != pmcin);
2014 pmcstat_pmcinfilter
[all...]
H A Dpmcpl_calltree.c568 if (pmcpl_ct_node_dumptop(pmcstat_pmcinfilter,
574 pmcstat_pmcinfilter, pmcstat_displayheight - 2);
H A Dpmcpl_callgraph.c585 pmcr = pmcstat_pmcindex_to_pmcr(pmcstat_pmcinfilter);

Completed in 63 milliseconds