aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys_arm.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-05 16:40:55 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-05 19:02:12 +0200
commit19cc67af5b0ba82b4ac0685df7879cbdfc0f4c71 (patch)
tree7306491a7dc494c648ce8ae05be486ed811c4ef9 /sys/sys_arm.go
parente52bd337005459c3352edbff46cc17040ee5adb3 (diff)
sys: add new perf attribute flag
Diffstat (limited to 'sys/sys_arm.go')
-rw-r--r--sys/sys_arm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys_arm.go b/sys/sys_arm.go
index 128fd836d..12867b11b 100644
--- a/sys/sys_arm.go
+++ b/sys/sys_arm.go
@@ -3456,7 +3456,7 @@ var structDescs = []*KeyedStruct{
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int8", FldName: "flags0", TypeSize: 1}}},
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int8", FldName: "flags1", TypeSize: 1}}},
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int8", FldName: "flags2", TypeSize: 1}}},
- &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "perf_attr_flags", FldName: "flags3", TypeSize: 1}}, Vals: []uint64{1, 2, 4, 8}},
+ &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "perf_attr_flags", FldName: "flags3", TypeSize: 1}}, Vals: []uint64{1, 2, 4, 8, 16}},
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "freserv", TypeSize: 4}}},
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "wakeup", TypeSize: 4}}},
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "perf_bp_type", FldName: "bptype", TypeSize: 4}}, Vals: []uint64{0, 1, 2, 4}},