From nobody Wed Feb 11 14:05:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45C8CC6FD1D for ; Fri, 7 Apr 2023 05:52:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232491AbjDGFwr (ORCPT ); Fri, 7 Apr 2023 01:52:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232214AbjDGFwl (ORCPT ); Fri, 7 Apr 2023 01:52:41 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D6E59768; Thu, 6 Apr 2023 22:52:40 -0700 (PDT) Received: from kwepemi500013.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Pt6sC2zpyzKx2X; Fri, 7 Apr 2023 13:50:07 +0800 (CST) Received: from M910t.huawei.com (10.110.54.157) by kwepemi500013.china.huawei.com (7.221.188.120) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Fri, 7 Apr 2023 13:52:36 +0800 From: Changbin Du To: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar CC: Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Adrian Hunter , , , Hui Wang , Changbin Du Subject: [PATCH v2 2/2] perf: script: add new output field 'dsoff' to print dso offset Date: Fri, 7 Apr 2023 13:52:12 +0800 Message-ID: <20230407055212.2701635-3-changbin.du@huawei.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407055212.2701635-1-changbin.du@huawei.com> References: <20230407055212.2701635-1-changbin.du@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.110.54.157] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500013.china.huawei.com (7.221.188.120) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This adds a new 'dsoff' field to print dso offset for resolved symbols, and the offset is appended to dso name. Default output: $ perf script ls 2695501 3011030.487017: 500000 cycles: 152cc73ef4b5 get_= common_indices.constprop.0+0x155 (/usr/lib/x86_64-linux-gnu/ld-2.31.so) ls 2695501 3011030.487018: 500000 cycles: ffffffff99045b3e [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffff9968e107 [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffffc1f54afb [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffff9968382f [unk= nown] ([unknown]) ls 2695501 3011030.487019: 500000 cycles: ffffffff99e00094 [unk= nown] ([unknown]) ls 2695501 3011030.487019: 500000 cycles: 152cc718a8d0 __er= rno_location@plt+0x0 (/usr/lib/x86_64-linux-gnu/libselinux.so.1) Display 'dsoff' field: $ perf script -F +dsoff ls 2695501 3011030.487017: 500000 cycles: 152cc73ef4b5 get_= common_indices.constprop.0+0x155 (/usr/lib/x86_64-linux-gnu/ld-2.31.so+0x1c= 4b5) ls 2695501 3011030.487018: 500000 cycles: ffffffff99045b3e [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffff9968e107 [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffffc1f54afb [unk= nown] ([unknown]) ls 2695501 3011030.487018: 500000 cycles: ffffffff9968382f [unk= nown] ([unknown]) ls 2695501 3011030.487019: 500000 cycles: ffffffff99e00094 [unk= nown] ([unknown]) ls 2695501 3011030.487019: 500000 cycles: 152cc718a8d0 __er= rno_location@plt+0x0 (/usr/lib/x86_64-linux-gnu/libselinux.so.1+0x68d0) ls 2695501 3011030.487019: 500000 cycles: ffffffff992a6db0 [unk= nown] ([unknown]) Signed-off-by: Changbin Du --- tools/perf/Documentation/perf-script.txt | 2 +- tools/perf/builtin-script.c | 5 +++++ tools/perf/util/evsel_fprintf.c | 6 ++++++ tools/perf/util/evsel_fprintf.h | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Document= ation/perf-script.txt index 777a0d8ba7d1..ff9a52e44688 100644 --- a/tools/perf/Documentation/perf-script.txt +++ b/tools/perf/Documentation/perf-script.txt @@ -130,7 +130,7 @@ OPTIONS -F:: --fields:: Comma separated list of fields to print. Options are: - comm, tid, pid, time, cpu, event, trace, ip, sym, dso, addr, symof= f, + comm, tid, pid, time, cpu, event, trace, ip, sym, dso, dsoff, addr= , symoff, srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-out= put, brstackinsn, brstackinsnlen, brstackoff, callindent, insn, insnlen= , synth, phys_addr, metric, misc, srccode, ipc, data_page_size, code_page_s= ize, ins_lat, diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index a792214d1af8..ccc409893c4b 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c @@ -133,6 +133,7 @@ enum perf_output_field { PERF_OUTPUT_VCPU =3D 1ULL << 38, PERF_OUTPUT_CGROUP =3D 1ULL << 39, PERF_OUTPUT_RETIRE_LAT =3D 1ULL << 40, + PERF_OUTPUT_DSOFF =3D 1ULL << 41, }; =20 struct perf_script { @@ -174,6 +175,7 @@ struct output_option { {.str =3D "ip", .field =3D PERF_OUTPUT_IP}, {.str =3D "sym", .field =3D PERF_OUTPUT_SYM}, {.str =3D "dso", .field =3D PERF_OUTPUT_DSO}, + {.str =3D "dsoff", .field =3D PERF_OUTPUT_DSOFF}, {.str =3D "addr", .field =3D PERF_OUTPUT_ADDR}, {.str =3D "symoff", .field =3D PERF_OUTPUT_SYMOFFSET}, {.str =3D "srcline", .field =3D PERF_OUTPUT_SRCLINE}, @@ -574,6 +576,9 @@ static void set_print_ip_opts(struct perf_event_attr *a= ttr) if (PRINT_FIELD(DSO)) output[type].print_ip_opts |=3D EVSEL__PRINT_DSO; =20 + if (PRINT_FIELD(DSOFF)) + output[type].print_ip_opts |=3D EVSEL__PRINT_DSOFF; + if (PRINT_FIELD(SYMOFFSET)) output[type].print_ip_opts |=3D EVSEL__PRINT_SYMOFFSET; =20 diff --git a/tools/perf/util/evsel_fprintf.c b/tools/perf/util/evsel_fprint= f.c index 1fb8044d402e..ae8333772c76 100644 --- a/tools/perf/util/evsel_fprintf.c +++ b/tools/perf/util/evsel_fprintf.c @@ -116,6 +116,7 @@ int sample__fprintf_callchain(struct perf_sample *sampl= e, int left_alignment, int print_ip =3D print_opts & EVSEL__PRINT_IP; int print_sym =3D print_opts & EVSEL__PRINT_SYM; int print_dso =3D print_opts & EVSEL__PRINT_DSO; + int print_dsoff =3D print_opts & EVSEL__PRINT_DSOFF; int print_symoffset =3D print_opts & EVSEL__PRINT_SYMOFFSET; int print_oneline =3D print_opts & EVSEL__PRINT_ONELINE; int print_srcline =3D print_opts & EVSEL__PRINT_SRCLINE; @@ -174,6 +175,8 @@ int sample__fprintf_callchain(struct perf_sample *sampl= e, int left_alignment, if (print_dso && (!sym || !sym->inlined)) { printed +=3D fprintf(fp, " ("); printed +=3D map__fprintf_dsoname(map, fp); + if (print_dsoff && map && map->dso) + printed +=3D fprintf(fp, "+0x%lx", addr); printed +=3D fprintf(fp, ")"); } =20 @@ -209,6 +212,7 @@ int sample__fprintf_sym(struct perf_sample *sample, str= uct addr_location *al, int print_ip =3D print_opts & EVSEL__PRINT_IP; int print_sym =3D print_opts & EVSEL__PRINT_SYM; int print_dso =3D print_opts & EVSEL__PRINT_DSO; + int print_dsoff =3D print_opts & EVSEL__PRINT_DSOFF; int print_symoffset =3D print_opts & EVSEL__PRINT_SYMOFFSET; int print_srcline =3D print_opts & EVSEL__PRINT_SRCLINE; int print_unknown_as_addr =3D print_opts & EVSEL__PRINT_UNKNOWN_AS_ADDR; @@ -237,6 +241,8 @@ int sample__fprintf_sym(struct perf_sample *sample, str= uct addr_location *al, if (print_dso) { printed +=3D fprintf(fp, " ("); printed +=3D map__fprintf_dsoname(al->map, fp); + if (print_dsoff && al->map && al->map->dso) + printed +=3D fprintf(fp, "+0x%lx", al->addr); printed +=3D fprintf(fp, ")"); } =20 diff --git a/tools/perf/util/evsel_fprintf.h b/tools/perf/util/evsel_fprint= f.h index 3093d096c29f..c8a9fac2f2dd 100644 --- a/tools/perf/util/evsel_fprintf.h +++ b/tools/perf/util/evsel_fprintf.h @@ -26,6 +26,7 @@ int evsel__fprintf(struct evsel *evsel, struct perf_attr_= details *details, FILE #define EVSEL__PRINT_UNKNOWN_AS_ADDR (1<<6) #define EVSEL__PRINT_CALLCHAIN_ARROW (1<<7) #define EVSEL__PRINT_SKIP_IGNORED (1<<8) +#define EVSEL__PRINT_DSOFF (1<<9) =20 struct addr_location; struct perf_event_attr; --=20 2.25.1