aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/ds.h')
-rw-r--r--arch/x86/include/asm/ds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/ds.h b/arch/x86/include/asm/ds.h
index a8f672ba100c..772f141afb9a 100644
--- a/arch/x86/include/asm/ds.h
+++ b/arch/x86/include/asm/ds.h
@@ -170,9 +170,9 @@ struct bts_struct {
170 } lbr; 170 } lbr;
171 /* BTS_TASK_ARRIVES or BTS_TASK_DEPARTS */ 171 /* BTS_TASK_ARRIVES or BTS_TASK_DEPARTS */
172 struct { 172 struct {
173 __u64 jiffies; 173 __u64 clock;
174 pid_t pid; 174 pid_t pid;
175 } timestamp; 175 } event;
176 } variant; 176 } variant;
177}; 177};
178 178