--
Eric B Munson
IBM Linux Technology Center
ebmu...@us.ibm.com
The tools currently lack support for this, but patches are welcome.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
> On Wed, 2010-02-17 at 17:38 +0000, Eric B Munson wrote:
> > While testing perf record I found that when multiple events are specified
> > on the command line, i.e. perf record -e dTLB-misses -e cache-misses,
> > the are lumped into a single category on output from perf report. The
> > same event specification gives two event categories when using perf stat.
> > Is this working as expected or should I see seperate entries in the report
> > for each event?
>
> The tools currently lack support for this, but patches are welcome.
>
Thanks, I'll start looking into it.