Home | History | Annotate | Download | only in sa

Lines Matching refs:DBT

66 static int cmp_usrsys(const DBT *, const DBT *);
67 static int cmp_avgusrsys(const DBT *, const DBT *);
68 static int cmp_dkio(const DBT *, const DBT *);
69 static int cmp_avgdkio(const DBT *, const DBT *);
70 static int cmp_cpumem(const DBT *, const DBT *);
71 static int cmp_avgcpumem(const DBT *, const DBT *);
72 static int cmp_calls(const DBT *, const DBT *);
404 cmp_usrsys(const DBT *d1, const DBT *d2)
425 cmp_avgusrsys(const DBT *d1, const DBT *d2)
449 cmp_dkio(const DBT *d1, const DBT *d2)
466 cmp_avgdkio(const DBT *d1, const DBT *d2)
487 cmp_cpumem(const DBT *d1, const DBT *d2)
504 cmp_avgcpumem(const DBT *d1, const DBT *d2)
529 cmp_calls(const DBT *d1, const DBT *d2)
555 fmt(const DBT *key)