[PATCH 0/2] perf script: Refine printing of dso offset (dsoff)

From: Adrian Hunter
Date: Mon Apr 24 2023 - 01:56:08 EST


Hi

Here is a refinement to patches from Changbin Du <changbin.du@xxxxxxxxxx>
that add dsoff:

https://lore.kernel.org/linux-perf-users/20230418031825.1262579-1-changbin.du@xxxxxxxxxx/T/#t


Adrian Hunter (2):
perf dso: Declare dso const as needed
perf script: Refine printing of dso offset

tools/perf/util/dso.c | 33 +++++++++++++++++++++++++++++++++
tools/perf/util/dso.h | 8 +++++---
tools/perf/util/map.c | 23 +++++++++++++++++++----
3 files changed, 57 insertions(+), 7 deletions(-)


Regards
Adrian