Skip to content
Commit 5ba32847 authored by Danh Doan's avatar Danh Doan Committed by David Edmundson
Browse files

ftrace: use quint32 for context counter

Some old platforms don't have atomic integer supports for 64-bit wise
integer.

As indicated in GPUVis:

	// Erase all knowledge of this ctx so it can be reused

We can reuse numbers after end_ctx, so with we should be fine with
32-bit integer.

Let's use a 32 bit integer for context.
parent 5cc062c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment