Home
last modified time | relevance | path

Searched refs:stats_new_counter (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c83 Stablecount = stats_new_counter("stable.size", "hash table size", 1); in stable_init()
84 Blockcount = stats_new_counter("stable.blocks", "blocks allocated", 1); in stable_init()
85 Add0 = stats_new_counter("stable.add0", "adds to empty buckets", 1); in stable_init()
86 Add1 = stats_new_counter("stable.add1", "adds to 1-entry buckets", 1); in stable_init()
87 Add2 = stats_new_counter("stable.add2", "adds to 2-entry buckets", 1); in stable_init()
88 Add3 = stats_new_counter("stable.add3", "adds to 3-entry buckets", 1); in stable_init()
89 Addn = stats_new_counter("stable.addn", "adds to n-entry buckets", 1); in stable_init()
H A Dout.c64 Outcount = stats_new_counter("output.calls", "total calls", 1); in out_init()
65 Errcount = stats_new_counter("output.errors", "total errors", 0); in out_init()
66 Warncount = stats_new_counter("output.warnings", "total warnings", 0); in out_init()
H A Dalloc.c42 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1); in alloc_init()
43 Malloccount = stats_new_counter("alloc.calls", "total calls", 1); in alloc_init()
H A Dlut.c49 Addtotal = stats_new_counter("lut.adds", "total adds", 1); in lut_init()
50 Lookuptotal = stats_new_counter("lut.lookup", "total lookups", 1); in lut_init()
51 Freetotal = stats_new_counter("lut.frees", "total frees", 1); in lut_init()
H A Dtree.c91 Faultcount = stats_new_counter("parser.fault", "fault decls", 1); in tree_init()
92 Upsetcount = stats_new_counter("parser.upset", "upset decls", 1); in tree_init()
93 Defectcount = stats_new_counter("parser.defect", "defect decls", 1); in tree_init()
94 Errorcount = stats_new_counter("parser.error", "error decls", 1); in tree_init()
98 ASRUcount = stats_new_counter("parser.ASRU", "ASRU decls", 1); in tree_init()
99 FRUcount = stats_new_counter("parser.FRU", "FRU decls", 1); in tree_init()
101 Propcount = stats_new_counter("parser.prop", "prop stmts", 1); in tree_init()
102 Maskcount = stats_new_counter("parser.mask", "mask stmts", 1); in tree_init()
103 Nodecount = stats_new_counter("parser.node", "nodes created", 1); in tree_init()
104 Namecount = stats_new_counter("parser.name", "names created", 1); in tree_init()
[all …]
H A Dstats.h40 struct stats *stats_new_counter(const char *name, const char *desc, int ext);
H A Deftwrite.c63 Outbytes = stats_new_counter("eftwrite.total", "bytes written", 1); in eftwrite_init()
H A Dstats.c124 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() function
H A Desclex.c226 Tokcount = stats_new_counter("lex.tokens", "total tokens in", 1); in lex_init()
227 Filecount = stats_new_counter("lex.files", "total files read", 0); in lex_init()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c54 Malloctotal = stats_new_counter("alloc.total", "bytes allocated", 1); in alloc_init()
55 Freetotal = stats_new_counter("free.total", "bytes freed", 1); in alloc_init()
56 Malloccount = stats_new_counter("alloc.calls", "alloc calls", 1); in alloc_init()
57 Freecount = stats_new_counter("free.calls", "free calls", 1); in alloc_init()
H A Dipath.c56 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 Dfme.c197 fmep->Rcount = stats_new_counter(nbuf, "ereports received", 0); in fme_ready()
201 fmep->Rcallcount = stats_new_counter(nbuf, in fme_ready()
207 stats_new_counter(nbuf, "calls to effects_test()", 1); in fme_ready()
211 fmep->Marrowcount = stats_new_counter(nbuf, in fme_ready()
286 Nfmep->Rcount = stats_new_counter(nbuf, "ereports received", 0); in prune_propagations()
289 stats_new_counter(nbuf, "calls to hypothesise()", 1); in prune_propagations()
291 Nfmep->Rcallcount = stats_new_counter(nbuf, in prune_propagations()
295 stats_new_counter(nbuf, "calls to causes_test()", 1); in prune_propagations()
298 stats_new_counter(nbuf, "calls to effects_test()", 1); in prune_propagations()
302 Nfmep->Marrowcount = stats_new_counter(nbuf, in prune_propagations()
[all …]
H A Dstats.c115 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() function
H A Diexpr.c62 Niexpr = stats_new_counter("iexpr.niexpr", "iexpr cache entries", 1); in iexpr_init()