Searched refs:vs_len (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcpl_callgraph.c | 478 int v_attrs, vs_len, ns_len, width, len, n, nchildren; in pmcstat_cgnode_topprint() local 558 vs_len = snprintf(vs, sizeof(vs), ":%.1f", v); in pmcstat_cgnode_topprint() 561 vs_len = 0; in pmcstat_cgnode_topprint() 572 len = ns_len + vs_len + 1; in pmcstat_cgnode_topprint()
|
H A D | pmcpl_calltree.c | 462 int v_attrs, ns_len, vs_len, is_len, width, indentwidth, x, y; in pmcpl_ct_node_printtop() local 508 vs[0] = '\0'; vs_len = 0; in pmcpl_ct_node_printtop() 514 vs_len = snprintf(vs, sizeof(vs), in pmcpl_ct_node_printtop() 536 width += ns_len + is_len + vs_len + 1; in pmcpl_ct_node_printtop() 543 width = indentwidth + ns_len + is_len + vs_len; in pmcpl_ct_node_printtop()
|