Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c76 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) macro
498 if (g_recsize < LS_HIST) in coalesce()
650 if (g_recsize > LS_HIST) { in dprog_addevent()
748 if (g_recsize >= LS_HIST) { in dprog_addevent()
847 if ((g_recsize > LS_HIST && nrecs < 4) || (nrecs < 3)) in lsrec_fill()
871 if (g_recsize > LS_HIST) { in lsrec_fill()
952 if (g_recsize >= LS_HIST) in process_aggregate()
1064 g_recsize = LS_HIST; in main()
1653 if (!g_pflag && rectype < LS_HIST) { in report_stats()
1684 if (rectype >= LS_HIST) { in report_stats()
[all …]