Home
last modified time | relevance | path

Searched refs:is_counter (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.h138 bool is_counter = false; member
150 return std::tie(parent_uuid, pid, tid, is_counter, category, in IsForSameTrack()
152 std::tie(other.parent_uuid, pid, tid, is_counter, category, in IsForSameTrack()
166 bool is_counter,
169 bool is_counter,
171 static ResolvedDescriptorTrack Global(bool is_counter, bool is_root);
174 bool is_counter() const { return is_counter_; } in is_counter() function
Dtrack_event_tracker.cc113 reservation.is_counter = true; in ReserveDescriptorCounterTrack()
180 reservation_it->second.is_counter) { in GetDescriptorTrack()
242 if (track.is_counter()) { in CreateTrackFromResolved()
258 if (track.is_counter()) { in CreateTrackFromResolved()
274 if (track.is_counter()) in CreateTrackFromResolved()
408 reservation.is_counter, in ResolveDescriptorTrackImpl()
414 reservation.is_counter, in ResolveDescriptorTrackImpl()
442 return ResolvedDescriptorTrack::Global(reservation.is_counter, in ResolveDescriptorTrackImpl()
472 if (!reservation.is_counter) { in ConvertToAbsoluteCounterValue()
507 if (!reservation.is_counter || !reservation.is_incremental || in OnIncrementalStateCleared()
[all …]
/external/ltp/testcases/lib/
Dtst_net.sh396 local counter host_id host_range is_counter max_host_id min_host_id net_id prefix tmp type
432 [ "$is_counter" ] && min_host_id=1 || min_host_id=0
435 [ "$is_counter" ] && max_host_id=$((default_max - 1)) || max_host_id=$default_max
454 if [ "$is_counter" ]; then
/external/perfetto/src/profiling/perf/
Devent_config.h64 bool is_counter() const { in is_counter() function
Dperf_producer.cc118 if (timebase.is_counter()) { in WritePerfEventDefaultsPacket()
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
280 elif param.is_counter or param.name in f.count_parameter_list:
DglX_proto_size.py605 if p.is_counter:
Dgl_XML.py449 self.is_counter = is_attr_true( element, 'counter' )