Groups | Search | Server Info | Login | Register
Groups > comp.os.linux.development.system > #399
| From | cyfmxc <tabloid.adroit@gmail.com> |
|---|---|
| Newsgroups | comp.os.linux.development.system |
| Subject | perf record: can I specify multiple events and use different sample-after value |
| Date | 2012-02-21 16:37 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <7942772.7.1329871051908.JavaMail.geo-discussion-forums@vbmv7> (permalink) |
I'm trying use perf tool from the linux kernel package to measure several raw PMU events. In the manpage of perf-record there is an "-l" option (Scale counter values), which is useful for my case because I want to know the total counter value, not just sample count. However it seems the -l is not recognized, is this expected? How can I get a total count? Another question is that how can I specify multiple events and use different sample-after value for each of them? like perf record -c 10000,2000000,2000000 -e r2d4,r03c,r0c0 thank you
Back to comp.os.linux.development.system | Previous | Next | Find similar
perf record: can I specify multiple events and use different sample-after value cyfmxc <tabloid.adroit@gmail.com> - 2012-02-21 16:37 -0800
csiph-web