Searched refs:LS_STACK (Results 1 – 1 of 1) sorted by relevance
77 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) macro651 for (depth = 0; g_recsize > LS_STACK(depth); depth++) in dprog_addevent()1074 g_recsize = LS_STACK(g_stkdepth); in main()1256 g_recsize = LS_STACK(g_stkdepth); in main()1262 if (g_gflag && g_recsize <= LS_STACK(0)) in main()1690 if (rectype <= LS_STACK(j) || in report_stats()1752 rectype > LS_STACK(0) ? "Stack" : ""); in report_stats()1786 if (rectype <= LS_STACK(fr) || lsp->ls_stack[fr] == 0) { in report_stats()1794 while (rectype > LS_STACK(fr) && lsp->ls_stack[fr] != 0) { in report_stats()1838 if (rectype <= LS_STACK(0)) in report_trace()[all …]