Searched defs:lsrec_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 64 } lsrec_t; typedef in typeref:struct:lsrec 76 #define LS_BASIC offsetof(lsrec_t, ls_time) 77 #define LS_TIME offsetof(lsrec_t, ls_hist[0]) 78 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) 79 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) 81 static void report_stats(FILE *, lsrec_t **, size_t, uint64_t, uint64_t); 82 static void report_trace(FILE *, lsrec_t **); 323 lockcmp(lsrec_t *a, lsrec_t *b) 353 countcmp(lsrec_t * [all...] |
Completed in 52 milliseconds