Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2317448imm; Thu, 20 Sep 2018 11:06:30 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdbnu1zmYD4GNq2FCIuqcidC3nsazKlIkfWEkqu7GPtALq35C8BWKMH9pqykhTuT53ZhPExp X-Received: by 2002:a63:5845:: with SMTP id i5-v6mr37917550pgm.272.1537466790495; Thu, 20 Sep 2018 11:06:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537466790; cv=none; d=google.com; s=arc-20160816; b=UTtGG3eH7HrIjYCUkW+gmoNJQpQfEq2j2hoM6R/jPLNFCaMedmgqg09x3mh4eKrYVC 8Qt3DejgrGNrMDfhbJpIqPWZqQNDIE/x1psZXa3StWIovvtqSY3VPMR0DJV9ZSPL+TTl dWMAFGGpCjCpO5ciurMVdSf1VG1YAtywzlgPv6XGcohjJfyDI6/BucLtnzUtfanlDS1C tS9hYwMP4Jkyux7PsLEpVqw492MViE39t0lXe3vP68q1SefVBo0RKTdf+1wUaDweVnir CwmZ9xMUlk29i6ITlXXObP3HNVi4zJXXW2L169VF8aOwitfYSWUFKkHku5TsXoibC/jD Jc+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=E3Vllsoas4rLWiDApIRRKITymAschF5YNJZUi8wp+nU=; b=Jm9XaTasKn0T1+ZIcsLjjquLZ7zrlIBRXSADTzu73oVx6qyTNnSAX/3nYtFQOEUHUO NoBGoMuG7KY8HhO/wpICmGtT2+lSLVQI8Nb/lQQTXVncNF98lE6MJ2OQcxNKylnHvAnN w3EfNWzbtGfY+gxBfA87ou6LFMpohOJTH+HYZoFeN3/s8YvnZ+qX9SasrCSCmp99pJIW ZtYJZMoyTJ7Wjuzm7CQYAi8MYFPC5kEDdflpNGsKfrv3TTbBZxgYs7qnglat2q+QvTGy R0WLY7gyxI6FOJGeTPKhLm9rtpBwQrtkvtNOjtqbnHnvzuVBtZ3fnfL02ff/Wtt69LYB NDAA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g70-v6si25902237pfd.86.2018.09.20.11.06.02; Thu, 20 Sep 2018 11:06:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388068AbeITXuY (ORCPT + 99 others); Thu, 20 Sep 2018 19:50:24 -0400 Received: from mga14.intel.com ([192.55.52.115]:43500 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731448AbeITXuX (ORCPT ); Thu, 20 Sep 2018 19:50:23 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 11:05:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,281,1534834800"; d="scan'208";a="93486356" Received: from tassilo.jf.intel.com (HELO tassilo.localdomain) ([10.7.201.126]) by orsmga002.jf.intel.com with ESMTP; 20 Sep 2018 11:05:42 -0700 Received: by tassilo.localdomain (Postfix, from userid 1000) id 9CFAF301A9C; Thu, 20 Sep 2018 11:05:42 -0700 (PDT) From: Andi Kleen To: acme@kernel.org Cc: jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: [PATCH v6 3/5] tools, perf, script: Add --call-trace and --call-ret-trace Date: Thu, 20 Sep 2018 11:05:38 -0700 Message-Id: <20180920180540.14039-4-andi@firstfloor.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180920180540.14039-1-andi@firstfloor.org> References: <20180920180540.14039-1-andi@firstfloor.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andi Kleen Add short cut options to print PT call trace and call-ret-trace, for calls and call and returns. Roughly corresponds to ftrace function tracer and function graph tracer. Just makes these common use cases nicer to use. % perf record -a -e intel_pt// sleep 1 % perf script --call-trace perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_pmu_enable perf 900 [000] 194167.205652203: ([kernel.kallsyms]) __x86_indirect_thunk_rax perf 900 [000] 194167.205652203: ([kernel.kallsyms]) event_filter_match perf 900 [000] 194167.205652203: ([kernel.kallsyms]) group_sched_in perf 900 [000] 194167.205652203: ([kernel.kallsyms]) __x86_indirect_thunk_rax perf 900 [000] 194167.205652203: ([kernel.kallsyms]) event_sched_in.isra.107 perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_event_set_state.part.71 perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_event_update_time perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_pmu_disable perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_log_itrace_start perf 900 [000] 194167.205652203: ([kernel.kallsyms]) __x86_indirect_thunk_rax perf 900 [000] 194167.205652203: ([kernel.kallsyms]) perf_event_update_userpage % perf script --call-ret-trace perf 900 [000] 194167.205652203: tr strt ([unknown]) pt_config perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) pt_config perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) pt_event_add perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) perf_pmu_enable perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) perf_pmu_nop_void perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) event_sched_in.isra.107 perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) __x86_indirect_thunk_rax perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) perf_pmu_nop_int perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) group_sched_in perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) event_filter_match perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) event_filter_match perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) group_sched_in perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) __x86_indirect_thunk_rax perf 900 [000] 194167.205652203: return ([kernel.kallsyms]) perf_pmu_nop_txn perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) event_sched_in.isra.107 perf 900 [000] 194167.205652203: call ([kernel.kallsyms]) perf_event_set_state.part.71 Signed-off-by: Andi Kleen --- v2: Print errors, power, ptwrite too --- tools/perf/Documentation/perf-script.txt | 7 +++++++ tools/perf/builtin-script.c | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt index 00c655ab4968..805baabd238e 100644 --- a/tools/perf/Documentation/perf-script.txt +++ b/tools/perf/Documentation/perf-script.txt @@ -390,6 +390,13 @@ include::itrace.txt[] --xed:: Run xed disassembler on output. Requires installing the xed disassembler. +--call-trace:: + Show call stream for intel_pt traces. The CPUs are interleaved, but + can be filtered with -C. + +--call-ret-trace:: + Show call and return stream for intel_pt traces. + SEE ALSO -------- linkperf:perf-record[1], linkperf:perf-script-perl[1], diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 519ebb5a1f96..6c4562973983 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c @@ -3119,6 +3119,26 @@ static int parse_xed(const struct option *opt __maybe_unused, return 0; } +static int parse_call_trace(const struct option *opt __maybe_unused, + const char *str __maybe_unused, + int unset __maybe_unused) +{ + parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent", 0); + itrace_parse_synth_opts(opt, "cewp", 0); + nanosecs = true; + return 0; +} + +static int parse_callret_trace(const struct option *opt __maybe_unused, + const char *str __maybe_unused, + int unset __maybe_unused) +{ + parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent,+flags", 0); + itrace_parse_synth_opts(opt, "crewp", 0); + nanosecs = true; + return 0; +} + int cmd_script(int argc, const char **argv) { bool show_full_info = false; @@ -3210,6 +3230,10 @@ int cmd_script(int argc, const char **argv) "Decode instructions from itrace", parse_insn_trace), OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL, "Run xed disassembler on output", parse_xed), + OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, + "Decode calls from from itrace", parse_call_trace), + OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, + "Decode calls and returns from itrace", parse_callret_trace), OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", "Stop display of callgraph at these symbols"), OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), -- 2.17.1