Searched refs:lsrec_t (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 62 } lsrec_t; typedef 74 #define LS_BASIC offsetof(lsrec_t, ls_time) 75 #define LS_TIME offsetof(lsrec_t, ls_hist[0]) 76 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) 77 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) 79 static void report_stats(FILE *, lsrec_t **, size_t, uint64_t, uint64_t); 80 static void report_trace(FILE *, lsrec_t **); 321 lockcmp(lsrec_t *a, lsrec_t *b) in lockcmp() 351 countcmp(lsrec_t *a, lsrec_t *b) in countcmp() 362 timecmp(lsrec_t *a, lsrec_t *b) in timecmp() [all …]
|