/external/perfetto/test/trace_processor/graphics/ |
D | clock_sync.py | 39 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)
|
D | gpu_counter_specs.textproto | 7 counter_id: 1 22 counter_id: 2 40 counter_id: 3 57 counter_id: 4
|
D | gpu_counters.py | 32 counter_id=31, 39 counter_id=32, 46 counter_id=34,
|
/external/perfetto/test/ |
D | client_api_example.cc | 52 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()
|
D | synth_common.py | 265 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/ |
D | gpu_event_parser.cc | 142 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()
|
D | proto_trace_parser.cc | 611 auto cid = event.counter_id(); in ParseMetatraceEvent()
|
/external/perfetto/protos/perfetto/trace/perfetto/ |
D | perfetto_metatrace.proto | 26 uint32 counter_id = 2; field 40 // Only when using |counter_id|.
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 280 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/ |
D | cpu_time_by_category.sql | 29 SELECT counters.id AS counter_id,
|
/external/perfetto/protos/perfetto/trace/gpu/ |
D | gpu_counter_event.proto | 29 optional uint32 counter_id = 1; field
|
/external/perfetto/protos/perfetto/common/ |
D | gpu_counter_descriptor.proto | 39 optional uint32 counter_id = 1; field
|
/external/crosvm/devices/src/ |
D | pit.rs | 386 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/ |
D | perfetto_trace.proto | 34 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/ |
D | perfetto_config.proto | 34 optional uint32 counter_id = 1; field
|