[PATCH 0/4] perf tools: Assorted random updates and fixes

Namhyung Kim posted 4 patches 1 year, 5 months ago
tools/perf/util/dsos.c       | 3 +++
tools/perf/util/mem-events.c | 2 +-
tools/perf/util/sort.c       | 2 +-
tools/perf/util/symbol.c     | 5 +----
4 files changed, 6 insertions(+), 6 deletions(-)
[PATCH 0/4] perf tools: Assorted random updates and fixes
Posted by Namhyung Kim 1 year, 5 months ago
Hello,

I found some misc updates and fixes are still remaining.  Just sending out
together.  Please take a look!

Thanks,
Namhyung


Namhyung Kim (4):
  perf report: Fix condition in sort__sym_cmp()
  perf symbol: Simplify kernel module checking
  perf tools: Fix a compiler warning of NULL pointer
  perf mem: Fix a segfault with NULL event->name

 tools/perf/util/dsos.c       | 3 +++
 tools/perf/util/mem-events.c | 2 +-
 tools/perf/util/sort.c       | 2 +-
 tools/perf/util/symbol.c     | 5 +----
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.45.2.741.gdbec12cfda-goog
Re: [PATCH 0/4] perf tools: Assorted random updates and fixes
Posted by Namhyung Kim 1 year, 5 months ago
On Fri, 21 Jun 2024 10:05:24 -0700, Namhyung Kim wrote:

> I found some misc updates and fixes are still remaining.  Just sending out
> together.  Please take a look!
> 
> Thanks,
> Namhyung
> 
> 
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung
Re: [PATCH 0/4] perf tools: Assorted random updates and fixes
Posted by Liang, Kan 1 year, 5 months ago

On 2024-06-21 1:05 p.m., Namhyung Kim wrote:
> Hello,
> 
> I found some misc updates and fixes are still remaining.  Just sending out
> together.  Please take a look!
> 
> Thanks,
> Namhyung
> 
> 
> Namhyung Kim (4):
>   perf report: Fix condition in sort__sym_cmp()
>   perf symbol: Simplify kernel module checking
>   perf tools: Fix a compiler warning of NULL pointer
>   perf mem: Fix a segfault with NULL event->name

Looks good to me.

Reviewed-by: Kan Liang <kan.liang@linux.intel.com>

Thanks,
Kan

> 
>  tools/perf/util/dsos.c       | 3 +++
>  tools/perf/util/mem-events.c | 2 +-
>  tools/perf/util/sort.c       | 2 +-
>  tools/perf/util/symbol.c     | 5 +----
>  4 files changed, 6 insertions(+), 6 deletions(-)
>