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:
Renato Pereyra 2026-03-04 17:03:05 -06:00 committed by Marge Bot
parent a1e89cc1f1
commit 871395444a

View file

@ -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);