From b02ac956847517d76d664a31847d3026913fcc62 Mon Sep 17 00:00:00 2001 From: Stephane Eranian Date: Sun, 11 Dec 2011 00:28:52 +0100 Subject: [PATCH] --- yaml --- r: 277347 b: refs/heads/master c: c37e17497e01fc0f5d2d6feb5723b210b3ab8890 h: refs/heads/master i: 277345: a1d98aa012a2db13d5044528fa7012203c694a48 277343: 920aa64f2eac724c7d9a711b6ac75634b85ac81f v: v3 --- [refs] | 2 +- trunk/include/linux/perf_event.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 592e43a89127..b8d6beb1da70 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd09c0c40a971549800ce6a7e53c63f5139dd175 +refs/heads/master: c37e17497e01fc0f5d2d6feb5723b210b3ab8890 diff --git a/trunk/include/linux/perf_event.h b/trunk/include/linux/perf_event.h index 564769cdb473..08855613ceb3 100644 --- a/trunk/include/linux/perf_event.h +++ b/trunk/include/linux/perf_event.h @@ -54,6 +54,7 @@ enum perf_hw_id { PERF_COUNT_HW_BUS_CYCLES = 6, PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 7, PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 8, + PERF_COUNT_HW_REF_CPU_CYCLES = 9, PERF_COUNT_HW_MAX, /* non-ABI */ };