Home
last modified time | relevance | path

Searched refs:counter_id (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/test/trace_processor/graphics/
Dclock_sync.py39 trace.add_gpu_counter(ts=1, counter_id=42, value=3)
46 trace.add_gpu_counter(ts=2, clock_id=CLOCK_MONOTONIC, counter_id=42, value=5)
57 trace.add_gpu_counter(ts=3, clock_id=GLOBAL_CLK1, counter_id=42, value=7)
60 trace.add_gpu_counter(ts=4, clock_id=GLOBAL_CLK2, counter_id=42, value=9)
70 ts=7, clock_id=SEQ_CLOCK1, counter_id=42, value=14, seq_id=3)
74 ts=6, clock_id=SEQ_CLOCK1, seq_id=2, counter_id=42, value=11)
82 trace.add_gpu_counter(ts=10, seq_id=2, counter_id=42, value=12)
86 ts=2013, clock_id=CLOCK_BOOTTIME, seq_id=2, counter_id=42, value=13)
89 trace.add_gpu_counter(ts=3010, counter_id=42, value=15, seq_id=3)
Dgpu_counter_specs.textproto7 counter_id: 1
22 counter_id: 2
40 counter_id: 3
57 counter_id: 4
Dgpu_counters.py32 counter_id=31,
39 counter_id=32,
46 counter_id=34,
/external/perfetto/test/
Dclient_api_example.cc52 uint32_t counter_id = it->as_uint32(); in OnSetup() local
53 if (counter_id > 0) { in OnSetup()
54 counter_ids.push_back(counter_id); in OnSetup()
Dsynth_common.py265 counter_id, argument
275 spec.counter_id = counter_id
282 def add_gpu_counter(self, ts, counter_id, value, clock_id=None, seq_id=None): argument
291 gpu_counter.counter_id = counter_id
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc142 auto counter_id = spec.counter_id(); in ParseGpuCounterEvent() local
144 if (gpu_counter_track_ids_.find(counter_id) == in ParseGpuCounterEvent()
171 gpu_counter_track_ids_.emplace(counter_id, track_id); in ParseGpuCounterEvent()
188 counter_id, name.ToStdString().c_str()); in ParseGpuCounterEvent()
197 auto counter_id = counter.counter_id(); in ParseGpuCounterEvent() local
199 if (gpu_counter_track_ids_.find(counter_id) == in ParseGpuCounterEvent()
204 writer.AppendUnsignedInt(counter_id); in ParseGpuCounterEvent()
210 gpu_counter_track_ids_.emplace(counter_id, track); in ParseGpuCounterEvent()
217 gpu_counter_track_ids_[counter_id]); in ParseGpuCounterEvent()
Dproto_trace_parser.cc611 auto cid = event.counter_id(); in ParseMetatraceEvent()
/external/perfetto/protos/perfetto/trace/perfetto/
Dperfetto_metatrace.proto26 uint32 counter_id = 2; field
40 // Only when using |counter_id|.
/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc280 int counter_id = it->second; in ReadMeminfo() local
285 meminfo->set_key(static_cast<protos::pbzero::MeminfoCounters>(counter_id)); in ReadMeminfo()
302 int counter_id = it->second; in ReadVmstat() local
307 vmstat->set_key(static_cast<protos::pbzero::VmstatCounters>(counter_id)); in ReadVmstat()
/external/perfetto/src/trace_processor/metrics/chrome/
Dcpu_time_by_category.sql29 SELECT counters.id AS counter_id,
/external/perfetto/protos/perfetto/trace/gpu/
Dgpu_counter_event.proto29 optional uint32 counter_id = 1; field
/external/perfetto/protos/perfetto/common/
Dgpu_counter_descriptor.proto39 optional uint32 counter_id = 1; field
/external/crosvm/devices/src/
Dpit.rs386 counter_id: usize, field
445 counter_id: usize, in new()
462 counter_id, in new()
712 if self.counter_id != 0 { in start_timer()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto34 optional uint32 counter_id = 1; field
5682 optional uint32 counter_id = 1; field
7452 uint32 counter_id = 2; field
7466 // Only when using |counter_id|.
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto34 optional uint32 counter_id = 1; field