Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24744>
class IntelRenderpassDataSource : public MesaRenderpassDataSource<IntelRenderpassDataSource,
IntelRenderpassTraits> {
+public:
+ /* Make sure we're not losing traces due to lack of shared memory space */
+ constexpr static perfetto::BufferExhaustedPolicy kBufferExhaustedPolicy =
+ perfetto::BufferExhaustedPolicy::kDrop;
};
PERFETTO_DECLARE_DATA_SOURCE_STATIC_MEMBERS(IntelRenderpassDataSource);