Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcpl_calltree.c140 *pmcpl_ct_topscreen[PMCPL_CT_MAXCOL+1][PMCPL_CT_MAXLINE+1]; variable
375 pmcpl_ct_topscreen[x][*y] = NULL; in pmcpl_ct_node_dumptop()
378 pmcpl_ct_topscreen[x][*y] = ct; in pmcpl_ct_node_dumptop()
399 pmcpl_ct_topscreen[x+1][*y] = NULL; in pmcpl_ct_node_dumptop()
404 pmcpl_ct_topscreen[i][*y] = in pmcpl_ct_node_dumptop()
405 pmcpl_ct_topscreen[i][*y - 1]; in pmcpl_ct_node_dumptop()
457 #define TS(x, y) (pmcpl_ct_topscreen[x][y]) in pmcpl_ct_node_printtop()
458 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) in pmcpl_ct_node_printtop()
571 pmcpl_ct_topscreen[1][y] = NULL; in pmcpl_ct_topdisplay()