summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-05-06 21:07:33 +0200
committerIngo Molnar <mingo@elte.hu>2011-05-06 21:07:38 +0200
commit57d524154ffe99d27fb55e0e30ddbad9f4c35806 (patch)
tree406ce0543fa294d41ab8204ca531ab18453e5a1a /include/linux/perf_event.h
parente04d1b23f9706186187dcb0be1a752e48dcc540b (diff)
parentc63ca0c01d73563d4e2ab174bb3dd1e5efb907e6 (diff)
Merge branch 'perf/stat' into perf/core
Merge reason: the perf stat improvements are tested and ready now. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 207c16976a17..3412684ce5d5 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -52,6 +52,8 @@ enum perf_hw_id {
PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4,
PERF_COUNT_HW_BRANCH_MISSES = 5,
PERF_COUNT_HW_BUS_CYCLES = 6,
+ PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 7,
+ PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 8,
PERF_COUNT_HW_MAX, /* non-ABI */
};