aboutsummaryrefslogtreecommitdiff
path: root/libop/op_parse_event.h
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2009-09-14 16:00:41 -0700
committerBen Cheng <bccheng@google.com>2009-09-14 16:00:41 -0700
commit5a4eb4eb367eccd4b976d1feae96cea96d2c50f2 (patch)
tree48df6856be9cb61d09a63d04cb6195c3855ed167 /libop/op_parse_event.h
parent9eda82a51a8ecbd15c9f76b8e191341df55861b8 (diff)
downloadoprofile-5a4eb4eb367eccd4b976d1feae96cea96d2c50f2.tar.gz
Refresh OProfile code running on the target side to 0.9.5 for ARMV7.
Diffstat (limited to 'libop/op_parse_event.h')
-rw-r--r--libop/op_parse_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libop/op_parse_event.h b/libop/op_parse_event.h
index 247a355..c8d4144 100644
--- a/libop/op_parse_event.h
+++ b/libop/op_parse_event.h
@@ -22,6 +22,7 @@ struct parsed_event {
int unit_mask;
int kernel;
int user;
+ int unit_mask_valid;
};
/**