mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
core:sys/linux: make Perf_Read_Format a bitset
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user