Skip to content
  • Danh Doan's avatar
    ftrace: use quint32 for context counter · 5ba32847
    Danh Doan authored and David Edmundson's avatar David Edmundson committed
    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.
    5ba32847