Home
last modified time | relevance | path

Searched defs:StackCounter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/counter/
Dstackcounter.go20 type StackCounter struct { struct
21 name string
22 depth int
23 file *file
25 mu sync.Mutex
28 stacks []stack
43 func (c *StackCounter) Inc() {
150 func (c *StackCounter) Names() []string {
162 func (c *StackCounter) Counters() []*Counter {
187 func ReadStack(c *StackCounter) (map[string]uint64, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/countertest/
Dcountertest.go56 func ReadStackCounter(c *counter.StackCounter) (stackCounts map[string]uint64, _ error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/
Dcounter.go71 type StackCounter = counter.StackCounter talias