Re: [PATCH] perf script: Show hw-cache events

2018-06-08 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 08, 2018 at 04:32:28PM +0530, Seeteena Thoufeek escreveu: > perf script fails to report hardware cache events (PERF_TYPE_HW_CACHE) > where as perf report shows the samples. Fix it. Ex, > > # perf record -e L1-dcache-loads ./a.out > [ perf record: Woken up 1 times to write data ] >

[PATCH] perf script: Show hw-cache events

2018-06-08 Thread Seeteena Thoufeek
perf script fails to report hardware cache events (PERF_TYPE_HW_CACHE) where as perf report shows the samples. Fix it. Ex, # perf record -e L1-dcache-loads ./a.out [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.008 MB perf.data (11 samples)] Before patch: