Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c142 *pmcpl_ct_topscreen[PMCPL_CT_MAXCOL+1][PMCPL_CT_MAXLINE+1]; variable
377 pmcpl_ct_topscreen[x][*y] = NULL; in pmcpl_ct_node_dumptop()
380 pmcpl_ct_topscreen[x][*y] = ct; in pmcpl_ct_node_dumptop()
401 pmcpl_ct_topscreen[x+1][*y] = NULL; in pmcpl_ct_node_dumptop()
406 pmcpl_ct_topscreen[i][*y] = in pmcpl_ct_node_dumptop()
407 pmcpl_ct_topscreen[i][*y - 1]; in pmcpl_ct_node_dumptop()
459 #define TS(x, y) (pmcpl_ct_topscreen[x][y]) in pmcpl_ct_node_printtop()
460 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) in pmcpl_ct_node_printtop()
573 pmcpl_ct_topscreen[1][y] = NULL; in pmcpl_ct_topdisplay()