Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c78 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) macro
500 if (g_recsize < LS_HIST) in coalesce()
652 if (g_recsize > LS_HIST) { in dprog_addevent()
750 if (g_recsize >= LS_HIST) { in dprog_addevent()
848 if ((g_recsize > LS_HIST && nrecs < 4) || (nrecs < 3)) in lsrec_fill()
872 if (g_recsize > LS_HIST) { in lsrec_fill()
953 if (g_recsize >= LS_HIST) in process_aggregate()
1065 g_recsize = LS_HIST; in main()
1654 if (!g_pflag && rectype < LS_HIST) { in report_stats()
1685 if (rectype >= LS_HIST) { in report_stats()
[all …]