/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | stable.c | 85 Stablecount = stats_new_counter("stable.size", "hash table size", 1); in stable_init() 86 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1); in stable_init() 87 Add0 = stats_new_counter("stable.add0", "adds to empty buckets", 1); in stable_init() 88 Add1 = stats_new_counter("stable.add1", "adds to 1-entry buckets", 1); in stable_init() 89 Add2 = stats_new_counter("stable.add2", "adds to 2-entry buckets", 1); in stable_init() 90 Add3 = stats_new_counter("stable.add3", "adds to 3-entry buckets", 1); in stable_init() 91 Addn = stats_new_counter("stable.addn", "adds to n-entry buckets", 1); in stable_init()
|
H A D | out.c | 66 Outcount = stats_new_counter("output.calls", "total calls", 1); in out_init() 67 Errcount = stats_new_counter("output.errors", "total errors", 0); in out_init() 68 Warncount = stats_new_counter("output.warnings", "total warnings", 0); in out_init()
|
H A D | alloc.c | 44 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1); in alloc_init() 45 Malloccount = stats_new_counter("alloc.calls", "total calls", 1); in alloc_init()
|
H A D | lut.c | 51 Addtotal = stats_new_counter("lut.adds", "total adds", 1); in lut_init() 52 Lookuptotal = stats_new_counter("lut.lookup", "total lookups", 1); in lut_init() 53 Freetotal = stats_new_counter("lut.frees", "total frees", 1); in lut_init()
|
H A D | tree.c | 75 Faultcount = stats_new_counter("parser.fault", "fault decls", 1); in tree_init() 76 Upsetcount = stats_new_counter("parser.upset", "upset decls", 1); in tree_init() 77 Defectcount = stats_new_counter("parser.defect", "defect decls", 1); in tree_init() 78 Errorcount = stats_new_counter("parser.error", "error decls", 1); in tree_init() 79 Ereportcount = stats_new_counter("parser.ereport", "ereport decls", 1); in tree_init() 80 SERDcount = stats_new_counter("parser.SERD", "SERD engine decls", 1); in tree_init() 81 STATcount = stats_new_counter("parser.STAT", "STAT engine decls", 1); in tree_init() 82 ASRUcount = stats_new_counter("parser.ASRU", "ASRU decls", 1); in tree_init() 83 FRUcount = stats_new_counter("parser.FRU", "FRU decls", 1); in tree_init() 84 Configcount = stats_new_counter("parser.config", "config stmts", 1); in tree_init() [all …]
|
H A D | stats.h | 42 struct stats *stats_new_counter(const char *name, const char *desc, int ext);
|
H A D | eftwrite.c | 63 Outbytes = stats_new_counter("eftwrite.total", "bytes written", 1); in eftwrite_init()
|
H A D | stats.c | 126 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() function
|
H A D | esclex.c | 220 Tokcount = stats_new_counter("lex.tokens", "total tokens in", 1); in lex_init() 221 Filecount = stats_new_counter("lex.files", "total files read", 0); in lex_init()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 56 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1); in alloc_init() 57 Freetotal = stats_new_counter("free.total", "bytes freed", 1); in alloc_init() 58 Malloccount = stats_new_counter("alloc.calls", "alloc calls", 1); in alloc_init() 59 Freecount = stats_new_counter("free.calls", "free calls", 1); in alloc_init()
|
H A D | ipath.c | 56 Nipath = stats_new_counter("ievent.nipath", "ipath cache entries", 1); in ipath_init() 57 Nbytes = stats_new_counter("ievent.nbytes", "total cache size", 1); in ipath_init()
|
H A D | stats.c | 117 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() function
|
H A D | fme.c | 191 fmep->Rcount = stats_new_counter(nbuf, "ereports received", 0); in fme_ready() 193 fmep->Hcallcount = stats_new_counter(nbuf, "calls to hypothesise()", 1); in fme_ready() 195 fmep->Rcallcount = stats_new_counter(nbuf, in fme_ready() 198 fmep->Ccallcount = stats_new_counter(nbuf, "calls to causes_test()", 1); in fme_ready() 201 stats_new_counter(nbuf, "calls to effects_test()", 1); in fme_ready() 203 fmep->Tcallcount = stats_new_counter(nbuf, "calls to triggered()", 1); in fme_ready() 205 fmep->Marrowcount = stats_new_counter(nbuf, in fme_ready() 208 fmep->diags = stats_new_counter(nbuf, "suspect lists diagnosed", 0); in fme_ready() 280 Nfmep->Rcount = stats_new_counter(nbuf, "ereports received", 0); in prune_propagations() 283 stats_new_counter(nbuf, "calls to hypothesise()", 1); in prune_propagations() [all …]
|
H A D | iexpr.c | 64 Niexpr = stats_new_counter("iexpr.niexpr", "iexpr cache entries", 1); in iexpr_init()
|