summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/perf_counter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index daedd7d87c2a..1f0017673e77 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -96,8 +96,7 @@ struct perf_counter {
#else
atomic_t count32[2];
#endif
- u64 __irq_period;
-
+ struct perf_counter_event event;
struct hw_perf_counter hw;
struct perf_counter_context *ctx;
@@ -111,7 +110,6 @@ struct perf_counter {
int oncpu;
int cpu;
- s32 hw_event_type;
enum perf_record_type record_type;
/* read() / irq related data */