Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3768652pxb; Tue, 17 Nov 2020 03:06:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJz+kQ1GPUQYEZ2KBrg9PKj64x8yESUibjg0LxT+Canr9+WzfybFBPW2k0hOJjqx53SeZ7ze X-Received: by 2002:a17:906:1f44:: with SMTP id d4mr2522756ejk.368.1605611179263; Tue, 17 Nov 2020 03:06:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605611179; cv=none; d=google.com; s=arc-20160816; b=skTTogK6v3BeZawe0iYpkwt0/nX+ovCpd1DfteP0Hi4Jx+bsZmauVJO4lc8SmOFTZB PMiba7hVoNHWknvI0/R3MMXke7qfy0oop2U7iOmaqxPMhZGGgS+dQ03lAcN1A03M0QDy 2F0zVJ4ou3t3kdMjTllEUDFkZdEmmjCv4DXVqqcDkgKr9d299l6XHl9NzvUIjB0tA3nI GfYWBLQBwwHdYuLAW3RmBh8UXr3oKHnpfiNU7I48tKPqSm195TvAi3Viv6z1qBeIh7ne xF1tOfyu0QJIo2Q0t6Yy2cn1YnQbu8QPRyyebYtLrs/yJhOXwbmFUfkJwpkjj9+4wyyx deCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=3+gEZrT3wBjPUKo2WVk/FW1G2h5GRVqhnIhelBHWrtk=; b=CI1IrGagXnsObu3+F16c2iEUQt04mMkqvk9dtYSDG4dgatzfiUi/UrUu/itxeCbV+v ohAXfJzPBmXPOhf5xZuUxYNq2UvCZXISh1MrzvYfmI2x5DI8qigsuvaMrSkDupDn4i3T gnTnbAUSNOP0SupvfTjVuEfxe1WE/T9Q94YSXAefaVE15Xu4vNSIHzapD3LDE+Ldx31k pkY/cYpujzJaR/SUVS4qheUqlxB10odfJpMla22AcOb7pGJUYfcNzk51SUB3yzZnu2q0 2xfMAYIjmL3gEvv1gupRzDUyO8hmYNwVzg9Sn07dhq+nQ4Bdj/fR3Lm1ZxS7uLXWhYGN WcWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z41si4640610ede.250.2020.11.17.03.05.56; Tue, 17 Nov 2020 03:06:19 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728441AbgKQLC1 convert rfc822-to-8bit (ORCPT + 99 others); Tue, 17 Nov 2020 06:02:27 -0500 Received: from us-smtp-delivery-44.mimecast.com ([205.139.111.44]:39132 "EHLO us-smtp-delivery-44.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728244AbgKQLC0 (ORCPT ); Tue, 17 Nov 2020 06:02:26 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-362-_GDK0vTWNeeflQFST4f50Q-1; Tue, 17 Nov 2020 06:02:19 -0500 X-MC-Unique: _GDK0vTWNeeflQFST4f50Q-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0898A10B9CA6; Tue, 17 Nov 2020 11:02:18 +0000 (UTC) Received: from krava.redhat.com (unknown [10.40.192.215]) by smtp.corp.redhat.com (Postfix) with ESMTP id 06CE85C1CF; Tue, 17 Nov 2020 11:02:14 +0000 (UTC) From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , Peter Zijlstra , Ingo Molnar , Mark Rutland , Namhyung Kim , Alexander Shishkin , Michael Petlan , Song Liu , Ian Rogers , Stephane Eranian , Alexey Budankov , Andi Kleen , Adrian Hunter Subject: [PATCH 22/24] perf buildid-cache: Add --debuginfod option Date: Tue, 17 Nov 2020 12:00:51 +0100 Message-Id: <20201117110053.1303113-23-jolsa@kernel.org> In-Reply-To: <20201117110053.1303113-1-jolsa@kernel.org> References: <20201117110053.1303113-1-jolsa@kernel.org> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=jolsa@kernel.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: kernel.org Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset=WINDOWS-1252 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adding --debuginfod option to specify debuginfod url and support to do that through config file as well. Use following in ~/.perfconfig file: [buildid-cache] debuginfod=http://192.168.122.174:8002 Signed-off-by: Jiri Olsa --- .../perf/Documentation/perf-buildid-cache.txt | 6 ++++ tools/perf/Documentation/perf-config.txt | 7 +++++ tools/perf/builtin-buildid-cache.c | 28 +++++++++++++++++-- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/tools/perf/Documentation/perf-buildid-cache.txt b/tools/perf/Documentation/perf-buildid-cache.txt index b77da5138bca..75385f4dc11f 100644 --- a/tools/perf/Documentation/perf-buildid-cache.txt +++ b/tools/perf/Documentation/perf-buildid-cache.txt @@ -84,6 +84,12 @@ OPTIONS used when creating a uprobe for a process that resides in a different mount namespace from the perf(1) utility. +--debuginfod=URL:: + Specify debuginfod URL to be used when retrieving perf.data binaries, + it follows the same syntax as the DEBUGINFOD_URLS variable, like: + + buildid-cache.debuginfod=http://192.168.122.174:8002 + SEE ALSO -------- linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1] diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 31069d8a5304..15fad32b9885 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -238,6 +238,13 @@ buildid.*:: cache location, or to disable it altogether. If you want to disable it, set buildid.dir to /dev/null. The default is $HOME/.debug +buildid-cache.*:: + buildid-cache.debuginfod=URL + Specify debuginfod URL to be used when retrieving perf.data binaries, + it follows the same syntax as the DEBUGINFOD_URLS variable, like: + + buildid-cache.debuginfod=http://192.168.122.174:8002 + annotate.*:: These are in control of addresses, jump function, source code in lines of assembly code from a specific program. diff --git a/tools/perf/builtin-buildid-cache.c b/tools/perf/builtin-buildid-cache.c index 0bfb54ee1e5e..fc03de7d2a28 100644 --- a/tools/perf/builtin-buildid-cache.c +++ b/tools/perf/builtin-buildid-cache.c @@ -27,6 +27,7 @@ #include "util/time-utils.h" #include "util/util.h" #include "util/probe-file.h" +#include "util/config.h" #include #include #include @@ -552,12 +553,21 @@ build_id_cache__add_perf_data(const char *path, bool all) return err; } +static int perf_buildid_cache_config(const char *var, const char *value, void *cb) +{ + const char **debuginfod = cb; + + if (!strcmp(var, "buildid-cache.debuginfod")) + *debuginfod = strdup(value); + + return 0; +} + int cmd_buildid_cache(int argc, const char **argv) { struct strlist *list; struct str_node *pos; - int ret = 0; - int ns_id = -1; + int ret, ns_id = -1; bool force = false; bool list_files = false; bool opts_flag = false; @@ -567,7 +577,8 @@ int cmd_buildid_cache(int argc, const char **argv) *purge_name_list_str = NULL, *missing_filename = NULL, *update_name_list_str = NULL, - *kcore_filename = NULL; + *kcore_filename = NULL, + *debuginfod = NULL; char sbuf[STRERR_BUFSIZE]; struct perf_data data = { @@ -592,6 +603,8 @@ int cmd_buildid_cache(int argc, const char **argv) OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), OPT_STRING('u', "update", &update_name_list_str, "file list", "file(s) to update"), + OPT_STRING(0, "debuginfod", &debuginfod, "debuginfod url", + "set debuginfod url"), OPT_INCR('v', "verbose", &verbose, "be more verbose"), OPT_INTEGER(0, "target-ns", &ns_id, "target pid for namespace context"), OPT_END() @@ -601,6 +614,10 @@ int cmd_buildid_cache(int argc, const char **argv) NULL }; + ret = perf_config(perf_buildid_cache_config, &debuginfod); + if (ret) + return ret; + argc = parse_options(argc, argv, buildid_cache_options, buildid_cache_usage, 0); @@ -612,6 +629,11 @@ int cmd_buildid_cache(int argc, const char **argv) if (argc || !(list_files || opts_flag)) usage_with_options(buildid_cache_usage, buildid_cache_options); + if (debuginfod) { + pr_debug("DEBUGINFOD_URLS=%s\n", debuginfod); + setenv("DEBUGINFOD_URLS", debuginfod, 1); + } + /* -l is exclusive. It can not be used with other options. */ if (list_files && opts_flag) { usage_with_options_msg(buildid_cache_usage, -- 2.26.2