Lines Matching refs:counter
17 // This message is sent by a GPU counter producer to specify the counters
20 // Logical groups for a counter. This is used in the UI to present the
50 // Allow producer to group counters into block to represent counter islands.
54 // required. Unique ID for the counter group.
75 // optional. The producer supports counter sampling by instrumenting the
192 // Unique ID of the producer (monotonic counter).
495 // Coulomb counter.
834 Counter counter = 4; field
1971 // stop at that point, for that sequence, increasing this counter.
5681 // required. Identifier for counter.
5683 // required. Value of the counter.
6984 // Event that provides a value for a counter track. |track_uuid| should
6985 // refer to a counter track and |counter_value| set to the new value. Note
6999 // A new value for a counter track. |track_uuid| should refer to a track with
7001 // efficient encoding of counter values that are sampled at the beginning/end
7010 // To encode counter values more efficiently, we support attaching additional
7011 // counter values to a TrackEvent of any type. All values will share the same
7013 // extra_counter_values[N] is for the counter track referenced by
7147 // Value of the instruction counter for the current thread.
7285 // (usually as a counter for efficient var-int encoding). It is illegal to
7328 // like sched_block_reason.caller and is obtained from a monotonic counter.
7596 // Battery capacity in microampere-hours(µAh). Also known as Coulomb counter.
7996 // stack sample on a configration-dependent counter overflow.
8015 // Value of the timebase counter (since the event was configured, no deltas).
8384 optional uint64 counter = 3; field
8675 // Defines properties of a counter track, e.g. for built-in counters (thread
8680 // values for the counter. For counters that require per-slice values, counter
8683 // slice-type events cannot be emitted onto a counter track.
8697 // |parent_uuid| in the TrackDescriptor for such a counter.
8718 // shouldn't set this, and instead provide a counter name via TrackDescriptor.
8721 // Names of categories of the counter (usually for user-specified counters).
8726 // Type of the counter's values. Built-in counters imply a value for this
8734 // Multiplication factor of this counter's values, e.g. to supply
8738 // Whether values for this counter are provided as delta values. Only
8742 // recent value for the counter. When incremental state is cleared, the
8743 // counter value is considered to be reset to 0. Thus, the first value after
8747 // TODO(eseckler): Support arguments describing the counter (?).
8781 // Similarly, to associate a COUNTER_THREAD_TIME_NS counter track with a
8787 // tracks), or counter name (counter tracks).
8811 // Descriptor for a counter track. If set, the track will only support
8814 optional CounterDescriptor counter = 8; field