Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311024
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jiri Olsa <jolsa@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: perf, tools: Refactor and support interval and CSV metrics |
| Date | Sat, 16 Jan 2016 21:30:02 +0100 |
| Message-ID | <qRFDY-VC-7@gated-at.bofh.it> (permalink) |
| References | <qRnH3-5Ih-7@gated-at.bofh.it> |
| X-Original-To | Andi Kleen <andi@firstfloor.org> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Scanned-By | MIMEDefang 2.68 on 10.5.11.27 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | acme@kernel.org, jolsa@kernel.org, eranian@google.com, linux-kernel@vger.kernel.org, mingo@kernel.org |
| X-Original-Date | Sat, 16 Jan 2016 21:21:20 +0100 |
| X-Original-Message-ID | <20160116202120.GB17618@krava.redhat.com> |
| X-Original-References | <1452906675-7260-1-git-send-email-andi@firstfloor.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1311024 |
Show key headers only | View raw
On Fri, Jan 15, 2016 at 05:11:07PM -0800, Andi Kleen wrote:
SNIP
> 1.000852081,1976560,,branch-misses,12010501884,100.00,8.32,of all branches
>
> Available in
> git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6 perf/stat-metrics-12
getting little tired of this:
http://marc.info/?l=linux-kernel&m=145076648115589&w=2
first patch in your perf/stat-metrics-12:
[jolsa@krava perf]$ ./perf stat -e instructions,cycles kill
kill: not enough arguments
Performance counter stats for 'kill':
772,743 instructions # 0.82 insn per cycle
947,484 cycles
0.002016698 seconds time elapsed
jirka
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
perf, tools: Refactor and support interval and CSV metrics Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 6/8] perf, tools, stat: Document CSV format in manpage Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 4/8] perf, tools, stat: Implement CSV metrics output Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 5/8] perf, tools: Support metrics in --per-core/socket mode Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 3/8] perf, tools, stat: Move noise/running printing into printout Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 7/8] perf, tools, stat: Implement --metric-only mode Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 8/8] perf, tools, stat: Fix indentation of counter running printout Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
[PATCH 1/8] perf, tools, stat: Abstract stat metrics printing Andi Kleen <andi@firstfloor.org> - 2016-01-16 02:20 +0100
Re: perf, tools: Refactor and support interval and CSV metrics Jiri Olsa <jolsa@redhat.com> - 2016-01-16 21:30 +0100
Re: perf, tools: Refactor and support interval and CSV metrics Andi Kleen <andi@firstfloor.org> - 2016-01-18 23:30 +0100
csiph-web