On 1/15/2021 2:25 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, Jan 05, 2021 at 11:57:50AM -0800,kan.li...@linux.intel.com escreveu:
From: Stephane Eranian<eran...@google.com>
Display sampled code page sizes when PERF_SAMPLE_CODE_PAGE_SIZE was set.
For example,
perf script --fields comm,event,ip,code_page_size
dtlb mem-loads:uP: 445777 4K
dtlb mem-loads:uP: 40f724 4K
dtlb mem-loads:uP: 474926 4K
dtlb mem-loads:uP: 401075 4K
dtlb mem-loads:uP: 401095 4K
dtlb mem-loads:uP: 401095 4K
dtlb mem-loads:uP: 4010cc 4K
dtlb mem-loads:uP: 440b6f 4K
Acked-by: Namhyung Kim<namhy...@kernel.org>
Acked-by: Jiri Olsa<jo...@redhat.com>
Signed-off-by: Stephane Eranian<eran...@google.com>
You missed your Signed-off-by, I'm adding it, please ack this change.
The patch 4 and 5 are from Stephane. I only made minor changes so that
the code can be rebased to the latest perf/core branch (c07b45a355ee).
May add a tag as below.
[kan.li...@linux.intel.com: Rebase on top of acme's perf/core branch
commit c07b45a355ee]
Signed-off-by: Kan Liang <kan.li...@linux.intel.com>
Thanks,
Kan