mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
pps: Remove timestamps from counter descriptions
Android CTS expects these packets without timestamps. They should not be necessary. Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40233>
This commit is contained in:
parent
a1e89cc1f1
commit
871395444a
1 changed files with 0 additions and 2 deletions
|
|
@ -263,8 +263,6 @@ void GpuDataSource::trace(TraceContext &ctx)
|
|||
{
|
||||
// Counter descriptions
|
||||
auto packet = ctx.NewTracePacket();
|
||||
packet->set_timestamp_clock_id(perfetto::protos::pbzero::BUILTIN_CLOCK_BOOTTIME);
|
||||
packet->set_timestamp(descriptor_timestamp);
|
||||
auto event = packet->set_gpu_counter_event();
|
||||
event->set_gpu_id(driver->drm_device.gpu_num);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue