github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/fuchsia/profile.txt (about)

     1  # Copyright 2022 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  # See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/profile.fidl
     5  
     6  include <zircon/syscalls.h>
     7  
     8  resource zx_profile[zx_handle]
     9  
    10  zx_profile_info {
    11  	flags			int32
    12  	priority		int32
    13  	cpu_affinity_mask	array[int64, 8]
    14  }
    15  
    16  zx_profile_create(root_job zx_job, options int32, profile ptr[in, zx_profile_info], out_handle ptr[out, zx_profile])