Searched refs:lsrec_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 80 } lsrec_t; typedef 92 #define LS_BASIC offsetof(lsrec_t, ls_time) 93 #define LS_TIME offsetof(lsrec_t, ls_hist[0]) 94 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) 95 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) 97 static void report_stats(FILE *, lsrec_t **, size_t, uint64_t, uint64_t); 98 static void report_trace(FILE *, lsrec_t **); 377 lockcmp(lsrec_t *a, lsrec_t *b) in lockcmp() 411 countcmp(lsrec_t *a, lsrec_t *b) in countcmp() 422 timecmp(lsrec_t *a, lsrec_t *b) in timecmp() [all …]
|