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

Message ID 20230424055107.12105-1-adrian.hunter@intel.com
Headers
Series perf script: Refine printing of dso offset (dsoff) |

Message

Adrian Hunter April 24, 2023, 5:51 a.m. UTC
  Hi

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

	https://lore.kernel.org/linux-perf-users/20230418031825.1262579-1-changbin.du@huawei.com/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
  

Comments

Arnaldo Carvalho de Melo April 29, 2023, 1:56 a.m. UTC | #1
Em Mon, Apr 24, 2023 at 08:51:05AM +0300, Adrian Hunter escreveu:
> Hi
> 
> Here is a refinement to patches from Changbin Du <changbin.du@huawei.com>
> that add dsoff:
> 
> 	https://lore.kernel.org/linux-perf-users/20230418031825.1262579-1-changbin.du@huawei.com/T/#t
> 

Thanks, applied.

- Arnaldo

 
> 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