linux/tools/perf
Ingo Molnar e779898aa7 perf stat: Print out instructins/cycle metric
Before:

     7549326754  cycles               #    3201.811 M/sec
    10007594937  instructions         #    4244.408 M/sec

After:

     7542051194  cycles               #    3201.996 M/sec
    10007743852  instructions         #    4248.811 M/sec # 1.327 per cycle

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-06-07 18:14:46 +02:00
..
Documentation
util perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 2009-06-07 17:31:52 +02:00
.gitignore
Makefile
builtin-annotate.c perf annotate: Fix command line help text 2009-06-06 21:25:29 +02:00
builtin-help.c
builtin-list.c
builtin-record.c perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER 2009-06-07 17:46:24 +02:00
builtin-report.c perf report: Print more expressive message in case of file open error 2009-06-07 17:58:23 +02:00
builtin-stat.c perf stat: Print out instructins/cycle metric 2009-06-07 18:14:46 +02:00
builtin-top.c perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER 2009-06-07 17:46:24 +02:00
builtin.h
command-list.txt
design.txt
perf.c
perf.h