diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-05-06 21:07:33 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-06 21:07:38 +0200 |
commit | 57d524154ffe99d27fb55e0e30ddbad9f4c35806 (patch) | |
tree | 406ce0543fa294d41ab8204ca531ab18453e5a1a /tools/perf/util/python.c | |
parent | e04d1b23f9706186187dcb0be1a752e48dcc540b (diff) | |
parent | c63ca0c01d73563d4e2ab174bb3dd1e5efb907e6 (diff) | |
download | lwn-57d524154ffe99d27fb55e0e30ddbad9f4c35806.tar.gz lwn-57d524154ffe99d27fb55e0e30ddbad9f4c35806.zip |
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 'tools/perf/util/python.c')
-rw-r--r-- | tools/perf/util/python.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index f5e38451fdc5..8b0eff8b8283 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c @@ -810,6 +810,9 @@ static struct { { "COUNT_HW_CACHE_RESULT_ACCESS", PERF_COUNT_HW_CACHE_RESULT_ACCESS }, { "COUNT_HW_CACHE_RESULT_MISS", PERF_COUNT_HW_CACHE_RESULT_MISS }, + { "COUNT_HW_STALLED_CYCLES_FRONTEND", PERF_COUNT_HW_STALLED_CYCLES_FRONTEND }, + { "COUNT_HW_STALLED_CYCLES_BACKEND", PERF_COUNT_HW_STALLED_CYCLES_BACKEND }, + { "COUNT_SW_CPU_CLOCK", PERF_COUNT_SW_CPU_CLOCK }, { "COUNT_SW_TASK_CLOCK", PERF_COUNT_SW_TASK_CLOCK }, { "COUNT_SW_PAGE_FAULTS", PERF_COUNT_SW_PAGE_FAULTS }, |