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? -- Eric B Munson IBM Linux Technology Center ebmunson@us.ibm.com