mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Merge branch 'master' into sys-linux-additions
This commit is contained in:
@@ -780,10 +780,8 @@ Perf_Event_Sample_Type_Bits :: enum {
|
||||
WEIGHT_STRUCT = 24,
|
||||
}
|
||||
|
||||
/*
|
||||
Describes field sets to include in mmaped page
|
||||
*/
|
||||
Perf_Read_Format :: enum {
|
||||
/// Describes field sets to include in mmaped page
|
||||
Perf_Read_Format_Bits :: enum {
|
||||
TOTAL_TIME_ENABLED = 0,
|
||||
TOTAL_TIME_RUNNING = 1,
|
||||
ID = 2,
|
||||
|
||||
Reference in New Issue
Block a user