core:sys/linux: make Perf_Read_Format a bitset

This commit is contained in:
flga
2023-11-10 12:58:53 +00:00
parent 70c1f9d0e1
commit 6de2b7700f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ Perf_Event_Sample_Type_Bits :: enum {
}
/// Describes field sets to include in mmaped page
Perf_Read_Format :: enum {
Perf_Read_Format_Bits :: enum {
TOTAL_TIME_ENABLED = 0,
TOTAL_TIME_RUNNING = 1,
ID = 2,