On Thu, Jun 27, 2024 at 6:37 AM Abhishek Dubey <adu...@linux.ibm.com> wrote: > > For printing dump_trace, just use existing stats_print() > function. > > Signed-off-by: Abhishek Dubey <adu...@linux.ibm.com>
Thanks Abishek, the change looks good but it needs to be rebased on top of Commit 411ee13598ef ("perf hist: Add symbol_conf.skip_empty") - https://lore.kernel.org/r/20240607202918.2357459-4-namhy...@kernel.org . Recently Howard Chu wrote a guide on this: https://sberm.cn/blog/how-to-contrib-perf Another small issue is the commit message should be "perf report: ..." rather than "Perf: ...". Thanks, Ian