blob: 181d65e5a45054cc93263bf7fbf15ec89d3e30b1 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002#include "builtin.h"
3
Arnaldo Carvalho de Melo0f31c012019-08-21 14:00:17 -03004#include "util/counts.h"
Andrea Gelminib7eead82010-08-05 15:51:38 +02005#include "util/debug.h"
Arnaldo Carvalho de Melo4a3cec82019-08-30 11:11:01 -03006#include "util/dso.h"
Josh Poimboeuf4b6ab942015-12-15 09:39:39 -06007#include <subcmd/exec-cmd.h>
Andrea Gelminib7eead82010-08-05 15:51:38 +02008#include "util/header.h"
Josh Poimboeuf4b6ab942015-12-15 09:39:39 -06009#include <subcmd/parse-options.h>
Stephane Eranianfc36f942015-08-31 18:41:10 +020010#include "util/perf_regs.h"
Andrea Gelminib7eead82010-08-05 15:51:38 +020011#include "util/session.h"
Arnaldo Carvalho de Melo45694aa2011-11-28 08:30:20 -020012#include "util/tool.h"
Arnaldo Carvalho de Melo1101f692019-01-27 13:42:37 +010013#include "util/map.h"
Arnaldo Carvalho de Melo97b9d862019-08-22 17:10:08 -030014#include "util/srcline.h"
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +020015#include "util/symbol.h"
16#include "util/thread.h"
Ingo Molnarcf723442009-11-28 10:11:00 +010017#include "util/trace-event.h"
David Ahern1424dc92011-03-09 22:23:28 -070018#include "util/evlist.h"
19#include "util/evsel.h"
Arnaldo Carvalho de Meloca125272019-09-24 15:41:51 -030020#include "util/evsel_fprintf.h"
Arnaldo Carvalho de Melod2360442019-08-15 10:37:24 -030021#include "util/evswitch.h"
Feng Tang36385be2012-09-07 16:42:24 +080022#include "util/sort.h"
Jiri Olsaf5fc14122013-10-15 16:27:32 +020023#include "util/data.h"
Adrian Hunter7a680eb2015-04-09 18:53:56 +030024#include "util/auxtrace.h"
Jiri Olsacfc88742016-01-05 22:09:06 +010025#include "util/cpumap.h"
26#include "util/thread_map.h"
27#include "util/stat.h"
Andi Kleen4bd1bef2017-11-17 13:43:00 -080028#include "util/color.h"
Arnaldo Carvalho de Meloa0675582017-04-17 16:51:59 -030029#include "util/string2.h"
Adrian Huntere2167082016-06-23 16:40:58 +030030#include "util/thread-stack.h"
David Aherna91f4c42016-11-29 10:15:43 -070031#include "util/time-utils.h"
Jiri Olsa06c3f2a2017-12-06 18:45:35 +010032#include "util/path.h"
Arnaldo Carvalho de Melofa0d9842019-08-30 12:52:25 -030033#include "ui/ui.h"
Arnaldo Carvalho de Melofea01392017-04-17 16:23:22 -030034#include "print_binary.h"
Andi Kleen3ab481a2019-03-05 06:47:45 -080035#include "archinsn.h"
Anton Blanchard5d67be92011-07-04 21:57:50 +100036#include <linux/bitmap.h>
Arnaldo Carvalho de Melo877a7a12017-04-17 11:39:06 -030037#include <linux/kernel.h>
Arnaldo Carvalho de Melo6125cc82016-04-14 18:15:18 -030038#include <linux/stringify.h>
Arnaldo Carvalho de Melobd48c632016-08-05 15:40:30 -030039#include <linux/time64.h>
Arnaldo Carvalho de Melo7f7c5362019-07-04 11:32:27 -030040#include <linux/zalloc.h>
Andi Kleen3ab481a2019-03-05 06:47:45 -080041#include <sys/utsname.h>
Jiri Olsacfc88742016-01-05 22:09:06 +010042#include "asm/bug.h"
Jiri Olsac19ac912016-02-24 09:46:54 +010043#include "util/mem-events.h"
Andi Kleen48d02a12017-02-23 15:46:34 -080044#include "util/dump-insn.h"
Arnaldo Carvalho de Melo76b31a22017-04-18 12:26:44 -030045#include <dirent.h>
Arnaldo Carvalho de Meloa43783a2017-04-18 10:46:11 -030046#include <errno.h>
Arnaldo Carvalho de Melofd20e812017-04-17 15:23:08 -030047#include <inttypes.h>
Arnaldo Carvalho de Melo9607ad32017-04-19 15:49:18 -030048#include <signal.h>
Arnaldo Carvalho de Melo391e4202017-04-19 18:51:14 -030049#include <sys/param.h>
Arnaldo Carvalho de Melo7a8ef4c2017-04-19 20:57:47 -030050#include <sys/types.h>
51#include <sys/stat.h>
Arnaldo Carvalho de Melobafae982018-01-22 16:42:16 -030052#include <fcntl.h>
Arnaldo Carvalho de Melo7a8ef4c2017-04-19 20:57:47 -030053#include <unistd.h>
Andi Kleenb585ebd2018-09-20 11:05:36 -070054#include <subcmd/pager.h>
Jiri Olsa453fa032019-07-21 13:24:43 +020055#include <perf/evlist.h>
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +053056#include <linux/err.h>
Arnaldo Carvalho de Meloaeb00b12019-08-22 15:40:29 -030057#include "util/record.h"
Arnaldo Carvalho de Melo2da39f12019-08-27 11:51:18 -030058#include "util/util.h"
Arnaldo Carvalho de Meloc1a604d2019-08-29 15:20:59 -030059#include "perf.h"
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +020060
Arnaldo Carvalho de Melo3052ba52019-06-25 17:27:31 -030061#include <linux/ctype.h>
Arnaldo Carvalho de Melo3d689ed2017-04-17 16:10:49 -030062
Tom Zanussi956ffd02009-11-25 01:15:46 -060063static char const *script_name;
64static char const *generate_script_lang;
Andi Kleen90b10f42019-03-14 15:50:00 -070065static bool reltime;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +010066static bool deltatime;
Andi Kleen90b10f42019-03-14 15:50:00 -070067static u64 initial_time;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +010068static u64 previous_time;
Frederic Weisbeckerffabd992010-05-27 16:27:47 +020069static bool debug_mode;
Frederic Weisbeckere1889d72010-04-24 01:55:09 +020070static u64 last_timestamp;
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +020071static u64 nr_unordered;
David Ahernc0230b22011-03-09 22:23:27 -070072static bool no_callchain;
Namhyung Kim47390ae2013-06-04 14:20:28 +090073static bool latency_format;
Robert Richter317df652011-11-25 15:05:25 +010074static bool system_wide;
Adrian Hunter400ea6d2015-04-09 18:54:05 +030075static bool print_flags;
Anton Blanchard5d67be92011-07-04 21:57:50 +100076static const char *cpu_list;
77static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
Jiri Olsa91a2c3d2016-01-05 22:09:07 +010078static struct perf_stat_config stat_config;
Andi Kleen48d02a12017-02-23 15:46:34 -080079static int max_blocks;
Andi Kleen3ab481a2019-03-05 06:47:45 -080080static bool native_arch;
Tom Zanussi956ffd02009-11-25 01:15:46 -060081
Adrian Hunter44cbe722015-09-25 16:15:50 +030082unsigned int scripting_max_stack = PERF_MAX_STACK_DEPTH;
Adrian Hunter03cd1fe2015-09-25 16:15:49 +030083
David Ahern745f43e2011-03-09 22:23:26 -070084enum perf_output_field {
85 PERF_OUTPUT_COMM = 1U << 0,
86 PERF_OUTPUT_TID = 1U << 1,
87 PERF_OUTPUT_PID = 1U << 2,
88 PERF_OUTPUT_TIME = 1U << 3,
89 PERF_OUTPUT_CPU = 1U << 4,
90 PERF_OUTPUT_EVNAME = 1U << 5,
91 PERF_OUTPUT_TRACE = 1U << 6,
David Ahern787bef12011-05-27 14:28:43 -060092 PERF_OUTPUT_IP = 1U << 7,
93 PERF_OUTPUT_SYM = 1U << 8,
David Ahern610723f2011-05-27 14:28:44 -060094 PERF_OUTPUT_DSO = 1U << 9,
David Ahern7cec0922011-05-30 13:08:23 -060095 PERF_OUTPUT_ADDR = 1U << 10,
Akihiro Nagaia978f2a2012-01-30 13:43:15 +090096 PERF_OUTPUT_SYMOFFSET = 1U << 11,
Adrian Huntercc8fae12013-12-06 09:42:57 +020097 PERF_OUTPUT_SRCLINE = 1U << 12,
Jiri Olsa535aeaae2014-08-25 16:45:42 +020098 PERF_OUTPUT_PERIOD = 1U << 13,
Stephane Eranianfc36f942015-08-31 18:41:10 +020099 PERF_OUTPUT_IREGS = 1U << 14,
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200100 PERF_OUTPUT_BRSTACK = 1U << 15,
101 PERF_OUTPUT_BRSTACKSYM = 1U << 16,
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100102 PERF_OUTPUT_DATA_SRC = 1U << 17,
103 PERF_OUTPUT_WEIGHT = 1U << 18,
Wang Nan30372f02016-02-24 11:20:45 +0000104 PERF_OUTPUT_BPF_OUTPUT = 1U << 19,
Adrian Huntere2167082016-06-23 16:40:58 +0300105 PERF_OUTPUT_CALLINDENT = 1U << 20,
Andi Kleen224e2c92016-10-07 16:42:27 +0300106 PERF_OUTPUT_INSN = 1U << 21,
107 PERF_OUTPUT_INSNLEN = 1U << 22,
Andi Kleen48d02a12017-02-23 15:46:34 -0800108 PERF_OUTPUT_BRSTACKINSN = 1U << 23,
Mark Santaniello106dacd2017-06-19 09:38:25 -0700109 PERF_OUTPUT_BRSTACKOFF = 1U << 24,
Adrian Hunter47e78082017-05-26 11:17:22 +0300110 PERF_OUTPUT_SYNTH = 1U << 25,
Kan Liang49d58f02017-08-29 13:11:11 -0400111 PERF_OUTPUT_PHYS_ADDR = 1U << 26,
Andi Kleenb1491ac2017-09-05 11:40:57 -0700112 PERF_OUTPUT_UREGS = 1U << 27,
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800113 PERF_OUTPUT_METRIC = 1U << 28,
Jiri Olsa28a0b392018-01-07 17:03:52 +0100114 PERF_OUTPUT_MISC = 1U << 29,
Andi Kleendd2e18e2018-12-03 16:18:48 -0800115 PERF_OUTPUT_SRCCODE = 1U << 30,
Adrian Hunter68fb45b2019-05-20 14:37:14 +0300116 PERF_OUTPUT_IPC = 1U << 31,
David Ahern745f43e2011-03-09 22:23:26 -0700117};
118
119struct output_option {
120 const char *str;
121 enum perf_output_field field;
122} all_output_options[] = {
123 {.str = "comm", .field = PERF_OUTPUT_COMM},
124 {.str = "tid", .field = PERF_OUTPUT_TID},
125 {.str = "pid", .field = PERF_OUTPUT_PID},
126 {.str = "time", .field = PERF_OUTPUT_TIME},
127 {.str = "cpu", .field = PERF_OUTPUT_CPU},
128 {.str = "event", .field = PERF_OUTPUT_EVNAME},
129 {.str = "trace", .field = PERF_OUTPUT_TRACE},
David Ahern787bef12011-05-27 14:28:43 -0600130 {.str = "ip", .field = PERF_OUTPUT_IP},
David Ahernc0230b22011-03-09 22:23:27 -0700131 {.str = "sym", .field = PERF_OUTPUT_SYM},
David Ahern610723f2011-05-27 14:28:44 -0600132 {.str = "dso", .field = PERF_OUTPUT_DSO},
David Ahern7cec0922011-05-30 13:08:23 -0600133 {.str = "addr", .field = PERF_OUTPUT_ADDR},
Akihiro Nagaia978f2a2012-01-30 13:43:15 +0900134 {.str = "symoff", .field = PERF_OUTPUT_SYMOFFSET},
Adrian Huntercc8fae12013-12-06 09:42:57 +0200135 {.str = "srcline", .field = PERF_OUTPUT_SRCLINE},
Jiri Olsa535aeaae2014-08-25 16:45:42 +0200136 {.str = "period", .field = PERF_OUTPUT_PERIOD},
Stephane Eranianfc36f942015-08-31 18:41:10 +0200137 {.str = "iregs", .field = PERF_OUTPUT_IREGS},
Andi Kleenb1491ac2017-09-05 11:40:57 -0700138 {.str = "uregs", .field = PERF_OUTPUT_UREGS},
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200139 {.str = "brstack", .field = PERF_OUTPUT_BRSTACK},
140 {.str = "brstacksym", .field = PERF_OUTPUT_BRSTACKSYM},
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100141 {.str = "data_src", .field = PERF_OUTPUT_DATA_SRC},
142 {.str = "weight", .field = PERF_OUTPUT_WEIGHT},
Wang Nan30372f02016-02-24 11:20:45 +0000143 {.str = "bpf-output", .field = PERF_OUTPUT_BPF_OUTPUT},
Adrian Huntere2167082016-06-23 16:40:58 +0300144 {.str = "callindent", .field = PERF_OUTPUT_CALLINDENT},
Andi Kleen224e2c92016-10-07 16:42:27 +0300145 {.str = "insn", .field = PERF_OUTPUT_INSN},
146 {.str = "insnlen", .field = PERF_OUTPUT_INSNLEN},
Andi Kleen48d02a12017-02-23 15:46:34 -0800147 {.str = "brstackinsn", .field = PERF_OUTPUT_BRSTACKINSN},
Mark Santaniello106dacd2017-06-19 09:38:25 -0700148 {.str = "brstackoff", .field = PERF_OUTPUT_BRSTACKOFF},
Adrian Hunter47e78082017-05-26 11:17:22 +0300149 {.str = "synth", .field = PERF_OUTPUT_SYNTH},
Kan Liang49d58f02017-08-29 13:11:11 -0400150 {.str = "phys_addr", .field = PERF_OUTPUT_PHYS_ADDR},
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800151 {.str = "metric", .field = PERF_OUTPUT_METRIC},
Jiri Olsa28a0b392018-01-07 17:03:52 +0100152 {.str = "misc", .field = PERF_OUTPUT_MISC},
Andi Kleendd2e18e2018-12-03 16:18:48 -0800153 {.str = "srccode", .field = PERF_OUTPUT_SRCCODE},
Adrian Hunter68fb45b2019-05-20 14:37:14 +0300154 {.str = "ipc", .field = PERF_OUTPUT_IPC},
David Ahern745f43e2011-03-09 22:23:26 -0700155};
156
Adrian Hunter14057202017-06-21 13:17:19 +0300157enum {
158 OUTPUT_TYPE_SYNTH = PERF_TYPE_MAX,
159 OUTPUT_TYPE_MAX
160};
161
David Ahern745f43e2011-03-09 22:23:26 -0700162/* default set to maintain compatibility with current format */
David Ahern2c9e45f72011-03-17 10:03:21 -0600163static struct {
164 bool user_set;
David Ahern9cbdb702011-04-06 21:54:20 -0600165 bool wildcard_set;
David Aherna6ffaf92013-08-07 22:50:51 -0400166 unsigned int print_ip_opts;
David Ahern2c9e45f72011-03-17 10:03:21 -0600167 u64 fields;
168 u64 invalid_fields;
Andi Kleen4b6ac812019-02-24 07:37:12 -0800169 u64 user_set_fields;
Adrian Hunterb5164082020-05-27 21:02:50 +0300170 u64 user_unset_fields;
Adrian Hunter14057202017-06-21 13:17:19 +0300171} output[OUTPUT_TYPE_MAX] = {
David Ahern1424dc92011-03-09 22:23:28 -0700172
David Ahern2c9e45f72011-03-17 10:03:21 -0600173 [PERF_TYPE_HARDWARE] = {
174 .user_set = false,
David Ahern1424dc92011-03-09 22:23:28 -0700175
David Ahern2c9e45f72011-03-17 10:03:21 -0600176 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
177 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600178 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530179 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
180 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
David Ahern2c9e45f72011-03-17 10:03:21 -0600181
Wang Nan30372f02016-02-24 11:20:45 +0000182 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
David Ahern2c9e45f72011-03-17 10:03:21 -0600183 },
184
185 [PERF_TYPE_SOFTWARE] = {
186 .user_set = false,
187
188 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
189 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600190 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530191 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
192 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD |
193 PERF_OUTPUT_BPF_OUTPUT,
David Ahern2c9e45f72011-03-17 10:03:21 -0600194
195 .invalid_fields = PERF_OUTPUT_TRACE,
196 },
197
198 [PERF_TYPE_TRACEPOINT] = {
199 .user_set = false,
200
201 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
202 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
Wang Nan30372f02016-02-24 11:20:45 +0000203 PERF_OUTPUT_EVNAME | PERF_OUTPUT_TRACE
David Ahern2c9e45f72011-03-17 10:03:21 -0600204 },
Arun Sharma0817a6a2011-04-14 10:38:18 -0700205
Seeteena Thoufeekfad76d42018-06-08 16:32:28 +0530206 [PERF_TYPE_HW_CACHE] = {
207 .user_set = false,
208
209 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
210 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
211 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
212 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
213 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
214
215 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
216 },
217
Arun Sharma0817a6a2011-04-14 10:38:18 -0700218 [PERF_TYPE_RAW] = {
219 .user_set = false,
220
221 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
222 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600223 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530224 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
225 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD |
226 PERF_OUTPUT_ADDR | PERF_OUTPUT_DATA_SRC |
227 PERF_OUTPUT_WEIGHT | PERF_OUTPUT_PHYS_ADDR,
Arun Sharma0817a6a2011-04-14 10:38:18 -0700228
Wang Nan30372f02016-02-24 11:20:45 +0000229 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
Arun Sharma0817a6a2011-04-14 10:38:18 -0700230 },
Wang Nan27cfef02015-12-08 02:25:43 +0000231
232 [PERF_TYPE_BREAKPOINT] = {
233 .user_set = false,
234
235 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
236 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
237 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530238 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
239 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
Wang Nan27cfef02015-12-08 02:25:43 +0000240
Wang Nan30372f02016-02-24 11:20:45 +0000241 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
Wang Nan27cfef02015-12-08 02:25:43 +0000242 },
Adrian Hunter14057202017-06-21 13:17:19 +0300243
244 [OUTPUT_TYPE_SYNTH] = {
245 .user_set = false,
246
247 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
248 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
249 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530250 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
251 PERF_OUTPUT_DSO | PERF_OUTPUT_SYNTH,
Adrian Hunter14057202017-06-21 13:17:19 +0300252
253 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
254 },
David Ahern1424dc92011-03-09 22:23:28 -0700255};
David Ahern745f43e2011-03-09 22:23:26 -0700256
Jiri Olsa32dcd022019-07-21 13:23:51 +0200257struct evsel_script {
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300258 char *filename;
259 FILE *fp;
260 u64 samples;
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800261 /* For metric output */
262 u64 val;
263 int gnum;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300264};
265
Jiri Olsa32dcd022019-07-21 13:23:51 +0200266static inline struct evsel_script *evsel_script(struct evsel *evsel)
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800267{
Jiri Olsa32dcd022019-07-21 13:23:51 +0200268 return (struct evsel_script *)evsel->priv;
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800269}
270
Jiri Olsa32dcd022019-07-21 13:23:51 +0200271static struct evsel_script *perf_evsel_script__new(struct evsel *evsel,
Jiri Olsa8ceb41d2017-01-23 22:07:59 +0100272 struct perf_data *data)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300273{
Jiri Olsa32dcd022019-07-21 13:23:51 +0200274 struct evsel_script *es = zalloc(sizeof(*es));
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300275
276 if (es != NULL) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300277 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300278 goto out_free;
279 es->fp = fopen(es->filename, "w");
280 if (es->fp == NULL)
281 goto out_free_filename;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300282 }
283
284 return es;
285out_free_filename:
286 zfree(&es->filename);
287out_free:
288 free(es);
289 return NULL;
290}
291
Jiri Olsa32dcd022019-07-21 13:23:51 +0200292static void perf_evsel_script__delete(struct evsel_script *es)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300293{
294 zfree(&es->filename);
295 fclose(es->fp);
296 es->fp = NULL;
297 free(es);
298}
299
Jiri Olsa32dcd022019-07-21 13:23:51 +0200300static int perf_evsel_script__fprintf(struct evsel_script *es, FILE *fp)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300301{
302 struct stat st;
303
304 fstat(fileno(es->fp), &st);
305 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n",
306 st.st_size / 1024.0 / 1024.0, es->filename, es->samples);
307}
308
Adrian Hunter14057202017-06-21 13:17:19 +0300309static inline int output_type(unsigned int type)
310{
311 switch (type) {
312 case PERF_TYPE_SYNTH:
313 return OUTPUT_TYPE_SYNTH;
314 default:
315 return type;
316 }
317}
318
319static inline unsigned int attr_type(unsigned int type)
320{
321 switch (type) {
322 case OUTPUT_TYPE_SYNTH:
323 return PERF_TYPE_SYNTH;
324 default:
325 return type;
326 }
327}
328
David Ahern2c9e45f72011-03-17 10:03:21 -0600329static bool output_set_by_user(void)
330{
331 int j;
Adrian Hunter14057202017-06-21 13:17:19 +0300332 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -0600333 if (output[j].user_set)
334 return true;
335 }
336 return false;
337}
David Ahern745f43e2011-03-09 22:23:26 -0700338
David Ahern9cbdb702011-04-06 21:54:20 -0600339static const char *output_field2str(enum perf_output_field field)
340{
341 int i, imax = ARRAY_SIZE(all_output_options);
342 const char *str = "";
343
344 for (i = 0; i < imax; ++i) {
345 if (all_output_options[i].field == field) {
346 str = all_output_options[i].str;
347 break;
348 }
349 }
350 return str;
351}
352
Adrian Hunter14057202017-06-21 13:17:19 +0300353#define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
David Ahern1424dc92011-03-09 22:23:28 -0700354
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300355static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg,
356 enum perf_output_field field, bool allow_user_set)
David Ahern1424dc92011-03-09 22:23:28 -0700357{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200358 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +0300359 int type = output_type(attr->type);
David Ahern9cbdb702011-04-06 21:54:20 -0600360 const char *evname;
361
362 if (attr->sample_type & sample_type)
363 return 0;
364
Andi Kleen4b6ac812019-02-24 07:37:12 -0800365 if (output[type].user_set_fields & field) {
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300366 if (allow_user_set)
367 return 0;
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300368 evname = evsel__name(evsel);
David Ahern9cbdb702011-04-06 21:54:20 -0600369 pr_err("Samples for '%s' event do not have %s attribute set. "
370 "Cannot print '%s' field.\n",
371 evname, sample_msg, output_field2str(field));
372 return -1;
373 }
374
375 /* user did not ask for it explicitly so remove from the default list */
376 output[type].fields &= ~field;
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300377 evname = evsel__name(evsel);
David Ahern9cbdb702011-04-06 21:54:20 -0600378 pr_debug("Samples for '%s' event do not have %s attribute set. "
379 "Skipping '%s' field.\n",
380 evname, sample_msg, output_field2str(field));
381
382 return 0;
383}
384
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300385static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg,
386 enum perf_output_field field)
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300387{
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300388 return evsel__do_check_stype(evsel, sample_type, sample_msg, field, false);
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300389}
390
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300391static int perf_evsel__check_attr(struct evsel *evsel, struct perf_session *session)
David Ahern9cbdb702011-04-06 21:54:20 -0600392{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200393 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300394 bool allow_user_set;
395
Jiri Olsae099eba2016-01-05 22:09:09 +0100396 if (perf_header__has_feat(&session->header, HEADER_STAT))
397 return 0;
398
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300399 allow_user_set = perf_header__has_feat(&session->header,
400 HEADER_AUXTRACE);
David Ahern9cbdb702011-04-06 21:54:20 -0600401
David Ahern1424dc92011-03-09 22:23:28 -0700402 if (PRINT_FIELD(TRACE) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300403 !perf_session__has_traces(session, "record -R"))
David Ahern1424dc92011-03-09 22:23:28 -0700404 return -EINVAL;
405
David Ahern787bef12011-05-27 14:28:43 -0600406 if (PRINT_FIELD(IP)) {
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300407 if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP))
David Ahern1424dc92011-03-09 22:23:28 -0700408 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700409 }
David Ahern7cec0922011-05-30 13:08:23 -0600410
411 if (PRINT_FIELD(ADDR) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300412 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set))
David Ahern7cec0922011-05-30 13:08:23 -0600413 return -EINVAL;
414
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100415 if (PRINT_FIELD(DATA_SRC) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300416 evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC))
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100417 return -EINVAL;
418
419 if (PRINT_FIELD(WEIGHT) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300420 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT, "WEIGHT", PERF_OUTPUT_WEIGHT))
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100421 return -EINVAL;
422
Andi Kleen37fed3d2018-09-18 05:32:09 -0700423 if (PRINT_FIELD(SYM) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300424 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
David Ahern7cec0922011-05-30 13:08:23 -0600425 pr_err("Display of symbols requested but neither sample IP nor "
Andi Kleen37fed3d2018-09-18 05:32:09 -0700426 "sample address\navailable. Hence, no addresses to convert "
David Ahern7cec0922011-05-30 13:08:23 -0600427 "to symbols.\n");
David Ahern787bef12011-05-27 14:28:43 -0600428 return -EINVAL;
429 }
Akihiro Nagaia978f2a2012-01-30 13:43:15 +0900430 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) {
431 pr_err("Display of offsets requested but symbol is not"
432 "selected.\n");
433 return -EINVAL;
434 }
Andi Kleen37fed3d2018-09-18 05:32:09 -0700435 if (PRINT_FIELD(DSO) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300436 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
Andi Kleen37fed3d2018-09-18 05:32:09 -0700437 pr_err("Display of DSO requested but no address to convert.\n");
David Ahern610723f2011-05-27 14:28:44 -0600438 return -EINVAL;
439 }
Andi Kleendd2e18e2018-12-03 16:18:48 -0800440 if ((PRINT_FIELD(SRCLINE) || PRINT_FIELD(SRCCODE)) && !PRINT_FIELD(IP)) {
Adrian Huntercc8fae12013-12-06 09:42:57 +0200441 pr_err("Display of source line number requested but sample IP is not\n"
442 "selected. Hence, no address to lookup the source line number.\n");
443 return -EINVAL;
444 }
Adrian Hunter0cd032d2019-11-27 11:53:21 +0200445 if (PRINT_FIELD(BRSTACKINSN) && !allow_user_set &&
Andi Kleen48d02a12017-02-23 15:46:34 -0800446 !(perf_evlist__combined_branch_type(session->evlist) &
447 PERF_SAMPLE_BRANCH_ANY)) {
448 pr_err("Display of branch stack assembler requested, but non all-branch filter set\n"
449 "Hint: run 'perf record -b ...'\n");
450 return -EINVAL;
451 }
David Ahern1424dc92011-03-09 22:23:28 -0700452 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300453 evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID))
David Ahern1424dc92011-03-09 22:23:28 -0700454 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700455
456 if (PRINT_FIELD(TIME) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300457 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME))
David Ahern1424dc92011-03-09 22:23:28 -0700458 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700459
460 if (PRINT_FIELD(CPU) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300461 evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", PERF_OUTPUT_CPU, allow_user_set))
David Ahern1424dc92011-03-09 22:23:28 -0700462 return -EINVAL;
David Ahern9cbdb702011-04-06 21:54:20 -0600463
Stephane Eranianfc36f942015-08-31 18:41:10 +0200464 if (PRINT_FIELD(IREGS) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300465 evsel__check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS))
Stephane Eranianfc36f942015-08-31 18:41:10 +0200466 return -EINVAL;
467
Andi Kleenb1491ac2017-09-05 11:40:57 -0700468 if (PRINT_FIELD(UREGS) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300469 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS))
Andi Kleenb1491ac2017-09-05 11:40:57 -0700470 return -EINVAL;
471
Kan Liang49d58f02017-08-29 13:11:11 -0400472 if (PRINT_FIELD(PHYS_ADDR) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300473 evsel__check_stype(evsel, PERF_SAMPLE_PHYS_ADDR, "PHYS_ADDR", PERF_OUTPUT_PHYS_ADDR))
Kan Liang49d58f02017-08-29 13:11:11 -0400474 return -EINVAL;
475
David Ahern9cbdb702011-04-06 21:54:20 -0600476 return 0;
477}
478
Adrian Hunter7ea95722013-11-01 15:51:30 +0200479static void set_print_ip_opts(struct perf_event_attr *attr)
480{
Adrian Hunter14057202017-06-21 13:17:19 +0300481 unsigned int type = output_type(attr->type);
Adrian Hunter7ea95722013-11-01 15:51:30 +0200482
483 output[type].print_ip_opts = 0;
484 if (PRINT_FIELD(IP))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300485 output[type].print_ip_opts |= EVSEL__PRINT_IP;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200486
487 if (PRINT_FIELD(SYM))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300488 output[type].print_ip_opts |= EVSEL__PRINT_SYM;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200489
490 if (PRINT_FIELD(DSO))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300491 output[type].print_ip_opts |= EVSEL__PRINT_DSO;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200492
493 if (PRINT_FIELD(SYMOFFSET))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300494 output[type].print_ip_opts |= EVSEL__PRINT_SYMOFFSET;
Adrian Huntercc8fae12013-12-06 09:42:57 +0200495
496 if (PRINT_FIELD(SRCLINE))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300497 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200498}
499
David Ahern9cbdb702011-04-06 21:54:20 -0600500/*
501 * verify all user requested events exist and the samples
502 * have the expected data
503 */
504static int perf_session__check_output_opt(struct perf_session *session)
505{
He Kuang40f20e52016-05-16 04:51:19 +0000506 unsigned int j;
Jiri Olsa32dcd022019-07-21 13:23:51 +0200507 struct evsel *evsel;
David Ahern9cbdb702011-04-06 21:54:20 -0600508
Adrian Hunter14057202017-06-21 13:17:19 +0300509 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
510 evsel = perf_session__find_first_evtype(session, attr_type(j));
David Ahern9cbdb702011-04-06 21:54:20 -0600511
512 /*
513 * even if fields is set to 0 (ie., show nothing) event must
514 * exist if user explicitly includes it on the command line
515 */
Adrian Hunter14057202017-06-21 13:17:19 +0300516 if (!evsel && output[j].user_set && !output[j].wildcard_set &&
517 j != OUTPUT_TYPE_SYNTH) {
David Ahern9cbdb702011-04-06 21:54:20 -0600518 pr_err("%s events do not exist. "
Adrian Hunter701516a2017-05-26 11:17:20 +0300519 "Remove corresponding -F option to proceed.\n",
David Ahern9cbdb702011-04-06 21:54:20 -0600520 event_type(j));
521 return -1;
522 }
523
524 if (evsel && output[j].fields &&
525 perf_evsel__check_attr(evsel, session))
526 return -1;
David Aherna6ffaf92013-08-07 22:50:51 -0400527
528 if (evsel == NULL)
529 continue;
530
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200531 set_print_ip_opts(&evsel->core.attr);
David Ahern1424dc92011-03-09 22:23:28 -0700532 }
533
Adrian Hunter98526ee2014-07-31 09:00:59 +0300534 if (!no_callchain) {
535 bool use_callchain = false;
He Kuang71ac8992016-08-04 11:25:43 +0000536 bool not_pipe = false;
Adrian Hunter98526ee2014-07-31 09:00:59 +0300537
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -0300538 evlist__for_each_entry(session->evlist, evsel) {
He Kuang71ac8992016-08-04 11:25:43 +0000539 not_pipe = true;
Arnaldo Carvalho de Melo27de9b22018-05-28 16:00:29 -0300540 if (evsel__has_callchain(evsel)) {
Adrian Hunter98526ee2014-07-31 09:00:59 +0300541 use_callchain = true;
542 break;
543 }
544 }
He Kuang71ac8992016-08-04 11:25:43 +0000545 if (not_pipe && !use_callchain)
Adrian Hunter98526ee2014-07-31 09:00:59 +0300546 symbol_conf.use_callchain = false;
547 }
548
David Ahern80b8b492013-11-19 21:07:37 -0700549 /*
550 * set default for tracepoints to print symbols only
551 * if callchains are present
552 */
553 if (symbol_conf.use_callchain &&
554 !output[PERF_TYPE_TRACEPOINT].user_set) {
David Ahern80b8b492013-11-19 21:07:37 -0700555 j = PERF_TYPE_TRACEPOINT;
David Ahern80b8b492013-11-19 21:07:37 -0700556
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -0300557 evlist__for_each_entry(session->evlist, evsel) {
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200558 if (evsel->core.attr.type != j)
He Kuang40f20e52016-05-16 04:51:19 +0000559 continue;
David Ahern80b8b492013-11-19 21:07:37 -0700560
Arnaldo Carvalho de Melo27de9b22018-05-28 16:00:29 -0300561 if (evsel__has_callchain(evsel)) {
He Kuang40f20e52016-05-16 04:51:19 +0000562 output[j].fields |= PERF_OUTPUT_IP;
563 output[j].fields |= PERF_OUTPUT_SYM;
Sandipan Das7903a702018-05-17 12:03:26 +0530564 output[j].fields |= PERF_OUTPUT_SYMOFFSET;
He Kuang40f20e52016-05-16 04:51:19 +0000565 output[j].fields |= PERF_OUTPUT_DSO;
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200566 set_print_ip_opts(&evsel->core.attr);
He Kuang40f20e52016-05-16 04:51:19 +0000567 goto out;
568 }
David Ahern80b8b492013-11-19 21:07:37 -0700569 }
570 }
571
572out:
David Ahern1424dc92011-03-09 22:23:28 -0700573 return 0;
574}
David Ahern745f43e2011-03-09 22:23:26 -0700575
Milian Wolff9add8fe2018-11-07 23:34:37 +0100576static int perf_sample__fprintf_regs(struct regs_dump *regs, uint64_t mask,
577 FILE *fp
578)
Stephane Eranianfc36f942015-08-31 18:41:10 +0200579{
Andi Kleenb1491ac2017-09-05 11:40:57 -0700580 unsigned i = 0, r;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300581 int printed = 0;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700582
583 if (!regs || !regs->regs)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300584 return 0;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700585
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300586 printed += fprintf(fp, " ABI:%" PRIu64 " ", regs->abi);
Andi Kleenb1491ac2017-09-05 11:40:57 -0700587
588 for_each_set_bit(r, (unsigned long *) &mask, sizeof(mask) * 8) {
589 u64 val = regs->regs[i++];
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300590 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r), val);
Andi Kleenb1491ac2017-09-05 11:40:57 -0700591 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300592
593 return printed;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700594}
595
Milian Wolff9add8fe2018-11-07 23:34:37 +0100596static int perf_sample__fprintf_iregs(struct perf_sample *sample,
597 struct perf_event_attr *attr, FILE *fp)
598{
599 return perf_sample__fprintf_regs(&sample->intr_regs,
600 attr->sample_regs_intr, fp);
601}
602
603static int perf_sample__fprintf_uregs(struct perf_sample *sample,
604 struct perf_event_attr *attr, FILE *fp)
605{
606 return perf_sample__fprintf_regs(&sample->user_regs,
607 attr->sample_regs_user, fp);
608}
609
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300610static int perf_sample__fprintf_start(struct perf_sample *sample,
611 struct thread *thread,
Jiri Olsa32dcd022019-07-21 13:23:51 +0200612 struct evsel *evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +0100613 u32 type, FILE *fp)
David Ahernc70c94b2011-03-09 22:23:25 -0700614{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200615 struct perf_event_attr *attr = &evsel->core.attr;
David Ahernc70c94b2011-03-09 22:23:25 -0700616 unsigned long secs;
David Ahern745f43e2011-03-09 22:23:26 -0700617 unsigned long long nsecs;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300618 int printed = 0;
David Ahernc70c94b2011-03-09 22:23:25 -0700619
David Ahern745f43e2011-03-09 22:23:26 -0700620 if (PRINT_FIELD(COMM)) {
621 if (latency_format)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300622 printed += fprintf(fp, "%8.8s ", thread__comm_str(thread));
Arnaldo Carvalho de Melob8798332018-06-04 10:34:20 -0300623 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300624 printed += fprintf(fp, "%s ", thread__comm_str(thread));
David Ahern745f43e2011-03-09 22:23:26 -0700625 else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300626 printed += fprintf(fp, "%16s ", thread__comm_str(thread));
David Ahern745f43e2011-03-09 22:23:26 -0700627 }
David Ahernc70c94b2011-03-09 22:23:25 -0700628
David Ahern745f43e2011-03-09 22:23:26 -0700629 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300630 printed += fprintf(fp, "%5d/%-5d ", sample->pid, sample->tid);
David Ahern745f43e2011-03-09 22:23:26 -0700631 else if (PRINT_FIELD(PID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300632 printed += fprintf(fp, "%5d ", sample->pid);
David Ahern745f43e2011-03-09 22:23:26 -0700633 else if (PRINT_FIELD(TID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300634 printed += fprintf(fp, "%5d ", sample->tid);
David Ahernc70c94b2011-03-09 22:23:25 -0700635
David Ahern745f43e2011-03-09 22:23:26 -0700636 if (PRINT_FIELD(CPU)) {
637 if (latency_format)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300638 printed += fprintf(fp, "%3d ", sample->cpu);
David Ahern745f43e2011-03-09 22:23:26 -0700639 else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300640 printed += fprintf(fp, "[%03d] ", sample->cpu);
David Ahern745f43e2011-03-09 22:23:26 -0700641 }
David Ahernc70c94b2011-03-09 22:23:25 -0700642
Jiri Olsa28a0b392018-01-07 17:03:52 +0100643 if (PRINT_FIELD(MISC)) {
644 int ret = 0;
645
646 #define has(m) \
647 (sample->misc & PERF_RECORD_MISC_##m) == PERF_RECORD_MISC_##m
648
649 if (has(KERNEL))
650 ret += fprintf(fp, "K");
651 if (has(USER))
652 ret += fprintf(fp, "U");
653 if (has(HYPERVISOR))
654 ret += fprintf(fp, "H");
655 if (has(GUEST_KERNEL))
656 ret += fprintf(fp, "G");
657 if (has(GUEST_USER))
658 ret += fprintf(fp, "g");
659
660 switch (type) {
661 case PERF_RECORD_MMAP:
662 case PERF_RECORD_MMAP2:
663 if (has(MMAP_DATA))
664 ret += fprintf(fp, "M");
665 break;
666 case PERF_RECORD_COMM:
667 if (has(COMM_EXEC))
668 ret += fprintf(fp, "E");
669 break;
670 case PERF_RECORD_SWITCH:
671 case PERF_RECORD_SWITCH_CPU_WIDE:
Alexey Budankovbf30cc12018-04-09 10:26:46 +0300672 if (has(SWITCH_OUT)) {
Jiri Olsa28a0b392018-01-07 17:03:52 +0100673 ret += fprintf(fp, "S");
Alexey Budankovbf30cc12018-04-09 10:26:46 +0300674 if (sample->misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT)
675 ret += fprintf(fp, "p");
676 }
Jiri Olsa28a0b392018-01-07 17:03:52 +0100677 default:
678 break;
679 }
680
681 #undef has
682
683 ret += fprintf(fp, "%*s", 6 - ret, " ");
684 printed += ret;
685 }
686
David Ahern745f43e2011-03-09 22:23:26 -0700687 if (PRINT_FIELD(TIME)) {
Andi Kleen90b10f42019-03-14 15:50:00 -0700688 u64 t = sample->time;
689 if (reltime) {
690 if (!initial_time)
691 initial_time = sample->time;
692 t = sample->time - initial_time;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +0100693 } else if (deltatime) {
694 if (previous_time)
695 t = sample->time - previous_time;
696 else {
697 t = 0;
698 }
699 previous_time = sample->time;
Andi Kleen90b10f42019-03-14 15:50:00 -0700700 }
701 nsecs = t;
Arnaldo Carvalho de Melobd48c632016-08-05 15:40:30 -0300702 secs = nsecs / NSEC_PER_SEC;
703 nsecs -= secs * NSEC_PER_SEC;
Namhyung Kim99620a52016-10-24 11:02:45 +0900704
Andi Kleen52bab882019-03-05 06:47:47 -0800705 if (symbol_conf.nanosecs)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300706 printed += fprintf(fp, "%5lu.%09llu: ", secs, nsecs);
Namhyung Kim99620a52016-10-24 11:02:45 +0900707 else {
708 char sample_time[32];
Andi Kleen90b10f42019-03-14 15:50:00 -0700709 timestamp__scnprintf_usec(t, sample_time, sizeof(sample_time));
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300710 printed += fprintf(fp, "%12s: ", sample_time);
Namhyung Kim99620a52016-10-24 11:02:45 +0900711 }
David Ahern745f43e2011-03-09 22:23:26 -0700712 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300713
714 return printed;
David Ahernc70c94b2011-03-09 22:23:25 -0700715}
716
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200717static inline char
718mispred_str(struct branch_entry *br)
719{
720 if (!(br->flags.mispred || br->flags.predicted))
721 return '-';
722
723 return br->flags.predicted ? 'P' : 'M';
724}
725
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300726static int perf_sample__fprintf_brstack(struct perf_sample *sample,
727 struct thread *thread,
728 struct perf_event_attr *attr, FILE *fp)
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200729{
730 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800731 struct branch_entry *entries = perf_sample__branch_entries(sample);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700732 struct addr_location alf, alt;
733 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300734 int printed = 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200735
736 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300737 return 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200738
739 for (i = 0; i < br->nr; i++) {
Kan Liang42bbabe2020-02-28 08:30:00 -0800740 from = entries[i].from;
741 to = entries[i].to;
Mark Santaniello55b9b502017-06-19 09:38:24 -0700742
743 if (PRINT_FIELD(DSO)) {
744 memset(&alf, 0, sizeof(alf));
745 memset(&alt, 0, sizeof(alt));
Adrian Hunter692d0e62018-11-06 23:07:12 +0200746 thread__find_map_fb(thread, sample->cpumode, from, &alf);
747 thread__find_map_fb(thread, sample->cpumode, to, &alt);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700748 }
749
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300750 printed += fprintf(fp, " 0x%"PRIx64, from);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700751 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300752 printed += fprintf(fp, "(");
753 printed += map__fprintf_dsoname(alf.map, fp);
754 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700755 }
756
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300757 printed += fprintf(fp, "/0x%"PRIx64, to);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700758 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300759 printed += fprintf(fp, "(");
760 printed += map__fprintf_dsoname(alt.map, fp);
761 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700762 }
763
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300764 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800765 mispred_str(entries + i),
766 entries[i].flags.in_tx ? 'X' : '-',
767 entries[i].flags.abort ? 'A' : '-',
768 entries[i].flags.cycles);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200769 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300770
771 return printed;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200772}
773
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300774static int perf_sample__fprintf_brstacksym(struct perf_sample *sample,
775 struct thread *thread,
776 struct perf_event_attr *attr, FILE *fp)
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200777{
778 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800779 struct branch_entry *entries = perf_sample__branch_entries(sample);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200780 struct addr_location alf, alt;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200781 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300782 int printed = 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200783
784 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300785 return 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200786
787 for (i = 0; i < br->nr; i++) {
788
789 memset(&alf, 0, sizeof(alf));
790 memset(&alt, 0, sizeof(alt));
Kan Liang42bbabe2020-02-28 08:30:00 -0800791 from = entries[i].from;
792 to = entries[i].to;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200793
Adrian Hunter692d0e62018-11-06 23:07:12 +0200794 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
795 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200796
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300797 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700798 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300799 printed += fprintf(fp, "(");
800 printed += map__fprintf_dsoname(alf.map, fp);
801 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700802 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300803 printed += fprintf(fp, "%c", '/');
804 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700805 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300806 printed += fprintf(fp, "(");
807 printed += map__fprintf_dsoname(alt.map, fp);
808 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700809 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300810 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800811 mispred_str(entries + i),
812 entries[i].flags.in_tx ? 'X' : '-',
813 entries[i].flags.abort ? 'A' : '-',
814 entries[i].flags.cycles);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200815 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300816
817 return printed;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200818}
819
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300820static int perf_sample__fprintf_brstackoff(struct perf_sample *sample,
821 struct thread *thread,
822 struct perf_event_attr *attr, FILE *fp)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700823{
824 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800825 struct branch_entry *entries = perf_sample__branch_entries(sample);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700826 struct addr_location alf, alt;
827 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300828 int printed = 0;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700829
830 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300831 return 0;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700832
833 for (i = 0; i < br->nr; i++) {
834
835 memset(&alf, 0, sizeof(alf));
836 memset(&alt, 0, sizeof(alt));
Kan Liang42bbabe2020-02-28 08:30:00 -0800837 from = entries[i].from;
838 to = entries[i].to;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700839
Adrian Hunter692d0e62018-11-06 23:07:12 +0200840 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -0300841 !alf.map->dso->adjust_symbols)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700842 from = map__map_ip(alf.map, from);
843
Adrian Hunter692d0e62018-11-06 23:07:12 +0200844 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -0300845 !alt.map->dso->adjust_symbols)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700846 to = map__map_ip(alt.map, to);
847
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300848 printed += fprintf(fp, " 0x%"PRIx64, from);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700849 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300850 printed += fprintf(fp, "(");
851 printed += map__fprintf_dsoname(alf.map, fp);
852 printed += fprintf(fp, ")");
Mark Santaniello106dacd2017-06-19 09:38:25 -0700853 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300854 printed += fprintf(fp, "/0x%"PRIx64, to);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700855 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300856 printed += fprintf(fp, "(");
857 printed += map__fprintf_dsoname(alt.map, fp);
858 printed += fprintf(fp, ")");
Mark Santaniello106dacd2017-06-19 09:38:25 -0700859 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300860 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800861 mispred_str(entries + i),
862 entries[i].flags.in_tx ? 'X' : '-',
863 entries[i].flags.abort ? 'A' : '-',
864 entries[i].flags.cycles);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700865 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300866
867 return printed;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700868}
Andi Kleen48d02a12017-02-23 15:46:34 -0800869#define MAXBB 16384UL
870
871static int grab_bb(u8 *buffer, u64 start, u64 end,
872 struct machine *machine, struct thread *thread,
873 bool *is64bit, u8 *cpumode, bool last)
874{
875 long offset, len;
876 struct addr_location al;
877 bool kernel;
878
879 if (!start || !end)
880 return 0;
881
882 kernel = machine__kernel_ip(machine, start);
883 if (kernel)
884 *cpumode = PERF_RECORD_MISC_KERNEL;
885 else
886 *cpumode = PERF_RECORD_MISC_USER;
887
888 /*
889 * Block overlaps between kernel and user.
890 * This can happen due to ring filtering
891 * On Intel CPUs the entry into the kernel is filtered,
892 * but the exit is not. Let the caller patch it up.
893 */
894 if (kernel != machine__kernel_ip(machine, end)) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300895 pr_debug("\tblock %" PRIx64 "-%" PRIx64 " transfers between kernel and user\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -0800896 return -ENXIO;
897 }
898
899 memset(&al, 0, sizeof(al));
900 if (end - start > MAXBB - MAXINSN) {
901 if (last)
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300902 pr_debug("\tbrstack does not reach to final jump (%" PRIx64 "-%" PRIx64 ")\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -0800903 else
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300904 pr_debug("\tblock %" PRIx64 "-%" PRIx64 " (%" PRIu64 ") too long to dump\n", start, end, end - start);
Andi Kleen48d02a12017-02-23 15:46:34 -0800905 return 0;
906 }
907
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -0300908 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300909 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -0800910 return 0;
911 }
912 if (al.map->dso->data.status == DSO_DATA_STATUS_ERROR) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300913 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -0800914 return 0;
915 }
916
917 /* Load maps to ensure dso->is_64_bit has been updated */
918 map__load(al.map);
919
920 offset = al.map->map_ip(al.map, start);
921 len = dso__data_read_offset(al.map->dso, machine, offset, (u8 *)buffer,
922 end - start + MAXINSN);
923
924 *is64bit = al.map->dso->is_64_bit;
925 if (len <= 0)
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300926 pr_debug("\tcannot fetch code for block at %" PRIx64 "-%" PRIx64 "\n",
Andi Kleen48d02a12017-02-23 15:46:34 -0800927 start, end);
928 return len;
929}
930
Arnaldo Carvalho de Melo540a63e2019-11-22 12:39:06 -0300931static int map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct srccode_state *state)
932{
933 char *srcfile;
934 int ret = 0;
935 unsigned line;
936 int len;
937 char *srccode;
938
939 if (!map || !map->dso)
940 return 0;
941 srcfile = get_srcline_split(map->dso,
942 map__rip_2objdump(map, addr),
943 &line);
944 if (!srcfile)
945 return 0;
946
947 /* Avoid redundant printing */
948 if (state &&
949 state->srcfile &&
950 !strcmp(state->srcfile, srcfile) &&
951 state->line == line) {
952 free(srcfile);
953 return 0;
954 }
955
956 srccode = find_sourceline(srcfile, line, &len);
957 if (!srccode)
958 goto out_free_line;
959
960 ret = fprintf(fp, "|%-8d %.*s", line, len, srccode);
961
962 if (state) {
963 state->srcfile = srcfile;
964 state->line = line;
965 }
966 return ret;
967
968out_free_line:
969 free(srcfile);
970 return ret;
971}
972
Andi Kleendd2e18e2018-12-03 16:18:48 -0800973static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)
974{
975 struct addr_location al;
976 int ret = 0;
977
978 memset(&al, 0, sizeof(al));
979 thread__find_map(thread, cpumode, addr, &al);
980 if (!al.map)
981 return 0;
982 ret = map__fprintf_srccode(al.map, al.addr, stdout,
983 &thread->srccode_state);
984 if (ret)
985 ret += printf("\n");
986 return ret;
987}
988
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300989static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
990 struct perf_insn *x, u8 *inbuf, int len,
Andi Kleenfe571202018-09-24 10:07:32 -0700991 int insn, FILE *fp, int *total_cycles)
Andi Kleen48d02a12017-02-23 15:46:34 -0800992{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300993 int printed = fprintf(fp, "\t%016" PRIx64 "\t%-30s\t#%s%s%s%s", ip,
994 dump_insn(x, ip, inbuf, len, NULL),
995 en->flags.predicted ? " PRED" : "",
996 en->flags.mispred ? " MISPRED" : "",
997 en->flags.in_tx ? " INTX" : "",
998 en->flags.abort ? " ABORT" : "");
Andi Kleen48d02a12017-02-23 15:46:34 -0800999 if (en->flags.cycles) {
Andi Kleenfe571202018-09-24 10:07:32 -07001000 *total_cycles += en->flags.cycles;
1001 printed += fprintf(fp, " %d cycles [%d]", en->flags.cycles, *total_cycles);
Andi Kleen48d02a12017-02-23 15:46:34 -08001002 if (insn)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001003 printed += fprintf(fp, " %.2f IPC", (float)insn / en->flags.cycles);
Andi Kleen48d02a12017-02-23 15:46:34 -08001004 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001005 return printed + fprintf(fp, "\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001006}
1007
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001008static int ip__fprintf_sym(uint64_t addr, struct thread *thread,
1009 u8 cpumode, int cpu, struct symbol **lastsym,
1010 struct perf_event_attr *attr, FILE *fp)
Andi Kleen48d02a12017-02-23 15:46:34 -08001011{
1012 struct addr_location al;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001013 int off, printed = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001014
1015 memset(&al, 0, sizeof(al));
1016
Arnaldo Carvalho de Melo404eb5a2018-04-26 09:34:37 -03001017 thread__find_map(thread, cpumode, addr, &al);
1018
Andi Kleen48d02a12017-02-23 15:46:34 -08001019 if ((*lastsym) && al.addr >= (*lastsym)->start && al.addr < (*lastsym)->end)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001020 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001021
1022 al.cpu = cpu;
1023 al.sym = NULL;
1024 if (al.map)
1025 al.sym = map__find_symbol(al.map, al.addr);
1026
1027 if (!al.sym)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001028 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001029
1030 if (al.addr < al.sym->end)
1031 off = al.addr - al.sym->start;
1032 else
1033 off = al.addr - al.map->start - al.sym->start;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001034 printed += fprintf(fp, "\t%s", al.sym->name);
Andi Kleen48d02a12017-02-23 15:46:34 -08001035 if (off)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001036 printed += fprintf(fp, "%+d", off);
1037 printed += fprintf(fp, ":");
Andi Kleen48d02a12017-02-23 15:46:34 -08001038 if (PRINT_FIELD(SRCLINE))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001039 printed += map__fprintf_srcline(al.map, al.addr, "\t", fp);
1040 printed += fprintf(fp, "\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001041 *lastsym = al.sym;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001042
1043 return printed;
Andi Kleen48d02a12017-02-23 15:46:34 -08001044}
1045
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001046static int perf_sample__fprintf_brstackinsn(struct perf_sample *sample,
1047 struct thread *thread,
1048 struct perf_event_attr *attr,
1049 struct machine *machine, FILE *fp)
Andi Kleen48d02a12017-02-23 15:46:34 -08001050{
1051 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -08001052 struct branch_entry *entries = perf_sample__branch_entries(sample);
Andi Kleen48d02a12017-02-23 15:46:34 -08001053 u64 start, end;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001054 int i, insn, len, nr, ilen, printed = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001055 struct perf_insn x;
1056 u8 buffer[MAXBB];
1057 unsigned off;
1058 struct symbol *lastsym = NULL;
Andi Kleenfe571202018-09-24 10:07:32 -07001059 int total_cycles = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001060
1061 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001062 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001063 nr = br->nr;
1064 if (max_blocks && nr > max_blocks + 1)
1065 nr = max_blocks + 1;
1066
1067 x.thread = thread;
1068 x.cpu = sample->cpu;
1069
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001070 printed += fprintf(fp, "%c", '\n');
Andi Kleen48d02a12017-02-23 15:46:34 -08001071
1072 /* Handle first from jump, of which we don't know the entry. */
Kan Liang42bbabe2020-02-28 08:30:00 -08001073 len = grab_bb(buffer, entries[nr-1].from,
1074 entries[nr-1].from,
Andi Kleen48d02a12017-02-23 15:46:34 -08001075 machine, thread, &x.is64bit, &x.cpumode, false);
1076 if (len > 0) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001077 printed += ip__fprintf_sym(entries[nr - 1].from, thread,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001078 x.cpumode, x.cpu, &lastsym, attr, fp);
Kan Liang42bbabe2020-02-28 08:30:00 -08001079 printed += ip__fprintf_jump(entries[nr - 1].from, &entries[nr - 1],
Andi Kleenfe571202018-09-24 10:07:32 -07001080 &x, buffer, len, 0, fp, &total_cycles);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001081 if (PRINT_FIELD(SRCCODE))
Kan Liang42bbabe2020-02-28 08:30:00 -08001082 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
Andi Kleen48d02a12017-02-23 15:46:34 -08001083 }
1084
1085 /* Print all blocks */
1086 for (i = nr - 2; i >= 0; i--) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001087 if (entries[i].from || entries[i].to)
Andi Kleen48d02a12017-02-23 15:46:34 -08001088 pr_debug("%d: %" PRIx64 "-%" PRIx64 "\n", i,
Kan Liang42bbabe2020-02-28 08:30:00 -08001089 entries[i].from,
1090 entries[i].to);
1091 start = entries[i + 1].to;
1092 end = entries[i].from;
Andi Kleen48d02a12017-02-23 15:46:34 -08001093
1094 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1095 /* Patch up missing kernel transfers due to ring filters */
1096 if (len == -ENXIO && i > 0) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001097 end = entries[--i].from;
Andi Kleen48d02a12017-02-23 15:46:34 -08001098 pr_debug("\tpatching up to %" PRIx64 "-%" PRIx64 "\n", start, end);
1099 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1100 }
1101 if (len <= 0)
1102 continue;
1103
1104 insn = 0;
Andi Kleene98df282019-09-27 16:35:44 -07001105 for (off = 0; off < (unsigned)len; off += ilen) {
Andi Kleen48d02a12017-02-23 15:46:34 -08001106 uint64_t ip = start + off;
1107
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001108 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
Andi Kleen48d02a12017-02-23 15:46:34 -08001109 if (ip == end) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001110 printed += ip__fprintf_jump(ip, &entries[i], &x, buffer + off, len - off, ++insn, fp,
Andi Kleenfe571202018-09-24 10:07:32 -07001111 &total_cycles);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001112 if (PRINT_FIELD(SRCCODE))
1113 printed += print_srccode(thread, x.cpumode, ip);
Andi Kleen48d02a12017-02-23 15:46:34 -08001114 break;
1115 } else {
Andi Kleene98df282019-09-27 16:35:44 -07001116 ilen = 0;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001117 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", ip,
1118 dump_insn(&x, ip, buffer + off, len - off, &ilen));
Andi Kleen48d02a12017-02-23 15:46:34 -08001119 if (ilen == 0)
1120 break;
Andi Kleendd2e18e2018-12-03 16:18:48 -08001121 if (PRINT_FIELD(SRCCODE))
1122 print_srccode(thread, x.cpumode, ip);
Andi Kleen48d02a12017-02-23 15:46:34 -08001123 insn++;
1124 }
1125 }
Adrian Hunter51726722019-11-27 11:56:31 +02001126 if (off != end - start)
Andi Kleene98df282019-09-27 16:35:44 -07001127 printed += fprintf(fp, "\tmismatch of LBR data and executable\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001128 }
1129
1130 /*
1131 * Hit the branch? In this case we are already done, and the target
1132 * has not been executed yet.
1133 */
Kan Liang42bbabe2020-02-28 08:30:00 -08001134 if (entries[0].from == sample->ip)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001135 goto out;
Kan Liang42bbabe2020-02-28 08:30:00 -08001136 if (entries[0].flags.abort)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001137 goto out;
Andi Kleen48d02a12017-02-23 15:46:34 -08001138
1139 /*
1140 * Print final block upto sample
Andi Kleen61f61152018-11-19 21:06:17 -08001141 *
1142 * Due to pipeline delays the LBRs might be missing a branch
1143 * or two, which can result in very large or negative blocks
1144 * between final branch and sample. When this happens just
1145 * continue walking after the last TO until we hit a branch.
Andi Kleen48d02a12017-02-23 15:46:34 -08001146 */
Kan Liang42bbabe2020-02-28 08:30:00 -08001147 start = entries[0].to;
Andi Kleen48d02a12017-02-23 15:46:34 -08001148 end = sample->ip;
Andi Kleen61f61152018-11-19 21:06:17 -08001149 if (end < start) {
1150 /* Missing jump. Scan 128 bytes for the next branch */
1151 end = start + 128;
1152 }
Andi Kleen48d02a12017-02-23 15:46:34 -08001153 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001154 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
Andi Kleen48d02a12017-02-23 15:46:34 -08001155 if (len <= 0) {
1156 /* Print at least last IP if basic block did not work */
1157 len = grab_bb(buffer, sample->ip, sample->ip,
1158 machine, thread, &x.is64bit, &x.cpumode, false);
1159 if (len <= 0)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001160 goto out;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001161 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", sample->ip,
Andi Kleen48d02a12017-02-23 15:46:34 -08001162 dump_insn(&x, sample->ip, buffer, len, NULL));
Andi Kleendd2e18e2018-12-03 16:18:48 -08001163 if (PRINT_FIELD(SRCCODE))
1164 print_srccode(thread, x.cpumode, sample->ip);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001165 goto out;
Andi Kleen48d02a12017-02-23 15:46:34 -08001166 }
1167 for (off = 0; off <= end - start; off += ilen) {
Andi Kleene98df282019-09-27 16:35:44 -07001168 ilen = 0;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001169 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", start + off,
1170 dump_insn(&x, start + off, buffer + off, len - off, &ilen));
Andi Kleen48d02a12017-02-23 15:46:34 -08001171 if (ilen == 0)
1172 break;
Andi Kleen61f61152018-11-19 21:06:17 -08001173 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) {
1174 /*
1175 * Hit a missing branch. Just stop.
1176 */
1177 printed += fprintf(fp, "\t... not reaching sample ...\n");
1178 break;
1179 }
Andi Kleendd2e18e2018-12-03 16:18:48 -08001180 if (PRINT_FIELD(SRCCODE))
1181 print_srccode(thread, x.cpumode, start + off);
Andi Kleen48d02a12017-02-23 15:46:34 -08001182 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001183out:
1184 return printed;
Andi Kleen48d02a12017-02-23 15:46:34 -08001185}
Stephane Eraniandc323ce2015-08-31 18:41:13 +02001186
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001187static int perf_sample__fprintf_addr(struct perf_sample *sample,
1188 struct thread *thread,
1189 struct perf_event_attr *attr, FILE *fp)
David Ahern7cec0922011-05-30 13:08:23 -06001190{
1191 struct addr_location al;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001192 int printed = fprintf(fp, "%16" PRIx64, sample->addr);
David Ahern7cec0922011-05-30 13:08:23 -06001193
1194 if (!sample_addr_correlates_sym(attr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001195 goto out;
David Ahern7cec0922011-05-30 13:08:23 -06001196
Arnaldo Carvalho de Meloc2740a82016-03-22 18:44:46 -03001197 thread__resolve(thread, &al, sample);
David Ahern7cec0922011-05-30 13:08:23 -06001198
1199 if (PRINT_FIELD(SYM)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001200 printed += fprintf(fp, " ");
Akihiro Nagaia978f2a2012-01-30 13:43:15 +09001201 if (PRINT_FIELD(SYMOFFSET))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001202 printed += symbol__fprintf_symname_offs(al.sym, &al, fp);
Akihiro Nagaia978f2a2012-01-30 13:43:15 +09001203 else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001204 printed += symbol__fprintf_symname(al.sym, fp);
David Ahern7cec0922011-05-30 13:08:23 -06001205 }
1206
1207 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001208 printed += fprintf(fp, " (");
1209 printed += map__fprintf_dsoname(al.map, fp);
1210 printed += fprintf(fp, ")");
David Ahern7cec0922011-05-30 13:08:23 -06001211 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001212out:
1213 return printed;
David Ahern7cec0922011-05-30 13:08:23 -06001214}
1215
Andi Kleen99f753f2018-09-20 11:05:39 -07001216static const char *resolve_branch_sym(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001217 struct evsel *evsel,
Andi Kleen99f753f2018-09-20 11:05:39 -07001218 struct thread *thread,
1219 struct addr_location *al,
1220 u64 *ip)
1221{
1222 struct addr_location addr_al;
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001223 struct perf_event_attr *attr = &evsel->core.attr;
Andi Kleen99f753f2018-09-20 11:05:39 -07001224 const char *name = NULL;
1225
1226 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) {
1227 if (sample_addr_correlates_sym(attr)) {
1228 thread__resolve(thread, &addr_al, sample);
1229 if (addr_al.sym)
1230 name = addr_al.sym->name;
1231 else
1232 *ip = sample->addr;
1233 } else {
1234 *ip = sample->addr;
1235 }
1236 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) {
1237 if (al->sym)
1238 name = al->sym->name;
1239 else
1240 *ip = sample->ip;
1241 }
1242 return name;
1243}
1244
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001245static int perf_sample__fprintf_callindent(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001246 struct evsel *evsel,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001247 struct thread *thread,
1248 struct addr_location *al, FILE *fp)
Adrian Huntere2167082016-06-23 16:40:58 +03001249{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001250 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter256d92b2018-12-21 14:06:19 +02001251 size_t depth = thread_stack__depth(thread, sample->cpu);
Adrian Huntere2167082016-06-23 16:40:58 +03001252 const char *name = NULL;
1253 static int spacing;
1254 int len = 0;
Andi Kleena78cdee2018-09-18 05:32:10 -07001255 int dlen = 0;
Adrian Huntere2167082016-06-23 16:40:58 +03001256 u64 ip = 0;
1257
1258 /*
1259 * The 'return' has already been popped off the stack so the depth has
1260 * to be adjusted to match the 'call'.
1261 */
1262 if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN)
1263 depth += 1;
1264
Andi Kleen99f753f2018-09-20 11:05:39 -07001265 name = resolve_branch_sym(sample, evsel, thread, al, &ip);
Adrian Huntere2167082016-06-23 16:40:58 +03001266
Andi Kleena78cdee2018-09-18 05:32:10 -07001267 if (PRINT_FIELD(DSO) && !(PRINT_FIELD(IP) || PRINT_FIELD(ADDR))) {
1268 dlen += fprintf(fp, "(");
1269 dlen += map__fprintf_dsoname(al->map, fp);
1270 dlen += fprintf(fp, ")\t");
1271 }
1272
Adrian Huntere2167082016-06-23 16:40:58 +03001273 if (name)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001274 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name);
Adrian Huntere2167082016-06-23 16:40:58 +03001275 else if (ip)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001276 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip);
Adrian Huntere2167082016-06-23 16:40:58 +03001277
1278 if (len < 0)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001279 return len;
Adrian Huntere2167082016-06-23 16:40:58 +03001280
1281 /*
1282 * Try to keep the output length from changing frequently so that the
1283 * output lines up more nicely.
1284 */
1285 if (len > spacing || (len && len < spacing - 52))
1286 spacing = round_up(len + 4, 32);
1287
1288 if (len < spacing)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001289 len += fprintf(fp, "%*s", spacing - len, "");
1290
Andi Kleena78cdee2018-09-18 05:32:10 -07001291 return len + dlen;
Adrian Huntere2167082016-06-23 16:40:58 +03001292}
1293
Andi Kleen3ab481a2019-03-05 06:47:45 -08001294__weak void arch_fetch_insn(struct perf_sample *sample __maybe_unused,
1295 struct thread *thread __maybe_unused,
1296 struct machine *machine __maybe_unused)
1297{
1298}
1299
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001300static int perf_sample__fprintf_insn(struct perf_sample *sample,
1301 struct perf_event_attr *attr,
1302 struct thread *thread,
1303 struct machine *machine, FILE *fp)
Andi Kleen224e2c92016-10-07 16:42:27 +03001304{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001305 int printed = 0;
1306
Andi Kleen3ab481a2019-03-05 06:47:45 -08001307 if (sample->insn_len == 0 && native_arch)
1308 arch_fetch_insn(sample, thread, machine);
1309
Andi Kleen224e2c92016-10-07 16:42:27 +03001310 if (PRINT_FIELD(INSNLEN))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001311 printed += fprintf(fp, " ilen: %d", sample->insn_len);
Andi Kleen3ab481a2019-03-05 06:47:45 -08001312 if (PRINT_FIELD(INSN) && sample->insn_len) {
Andi Kleen224e2c92016-10-07 16:42:27 +03001313 int i;
1314
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001315 printed += fprintf(fp, " insn:");
Andi Kleen224e2c92016-10-07 16:42:27 +03001316 for (i = 0; i < sample->insn_len; i++)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001317 printed += fprintf(fp, " %02x", (unsigned char)sample->insn[i]);
Andi Kleen224e2c92016-10-07 16:42:27 +03001318 }
Andi Kleen48d02a12017-02-23 15:46:34 -08001319 if (PRINT_FIELD(BRSTACKINSN))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001320 printed += perf_sample__fprintf_brstackinsn(sample, thread, attr, machine, fp);
1321
1322 return printed;
Andi Kleen224e2c92016-10-07 16:42:27 +03001323}
1324
Adrian Hunter68fb45b2019-05-20 14:37:14 +03001325static int perf_sample__fprintf_ipc(struct perf_sample *sample,
1326 struct perf_event_attr *attr, FILE *fp)
1327{
1328 unsigned int ipc;
1329
1330 if (!PRINT_FIELD(IPC) || !sample->cyc_cnt || !sample->insn_cnt)
1331 return 0;
1332
1333 ipc = (sample->insn_cnt * 100) / sample->cyc_cnt;
1334
1335 return fprintf(fp, " \t IPC: %u.%02u (%" PRIu64 "/%" PRIu64 ") ",
1336 ipc / 100, ipc % 100, sample->insn_cnt, sample->cyc_cnt);
1337}
1338
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001339static int perf_sample__fprintf_bts(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001340 struct evsel *evsel,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001341 struct thread *thread,
1342 struct addr_location *al,
1343 struct machine *machine, FILE *fp)
Akihiro Nagai95582592012-01-30 13:43:09 +09001344{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001345 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +03001346 unsigned int type = output_type(attr->type);
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001347 bool print_srcline_last = false;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001348 int printed = 0;
Akihiro Nagai95582592012-01-30 13:43:09 +09001349
Adrian Huntere2167082016-06-23 16:40:58 +03001350 if (PRINT_FIELD(CALLINDENT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001351 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, fp);
Adrian Huntere2167082016-06-23 16:40:58 +03001352
Akihiro Nagai95582592012-01-30 13:43:09 +09001353 /* print branch_from information */
1354 if (PRINT_FIELD(IP)) {
Adrian Hunter14057202017-06-21 13:17:19 +03001355 unsigned int print_opts = output[type].print_ip_opts;
Chris Phlipote557b672016-04-19 19:32:11 -07001356 struct callchain_cursor *cursor = NULL;
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001357
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001358 if (symbol_conf.use_callchain && sample->callchain &&
Chris Phlipote557b672016-04-19 19:32:11 -07001359 thread__resolve_callchain(al->thread, &callchain_cursor, evsel,
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001360 sample, NULL, NULL, scripting_max_stack) == 0)
Chris Phlipote557b672016-04-19 19:32:11 -07001361 cursor = &callchain_cursor;
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001362
1363 if (cursor == NULL) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001364 printed += fprintf(fp, " ");
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -03001365 if (print_opts & EVSEL__PRINT_SRCLINE) {
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001366 print_srcline_last = true;
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -03001367 print_opts &= ~EVSEL__PRINT_SRCLINE;
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001368 }
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001369 } else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001370 printed += fprintf(fp, "\n");
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001371
Arnaldo Carvalho de Melo9620bc362019-09-25 15:06:59 -03001372 printed += sample__fprintf_sym(sample, al, 0, print_opts, cursor,
1373 symbol_conf.bt_stop_list, fp);
Akihiro Nagai95582592012-01-30 13:43:09 +09001374 }
1375
Akihiro Nagai95582592012-01-30 13:43:09 +09001376 /* print branch_to information */
Adrian Hunter243be3d2013-10-18 15:29:14 +03001377 if (PRINT_FIELD(ADDR) ||
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001378 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
Adrian Hunter14057202017-06-21 13:17:19 +03001379 !output[type].user_set)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001380 printed += fprintf(fp, " => ");
1381 printed += perf_sample__fprintf_addr(sample, thread, attr, fp);
Adrian Hunter578bea42014-07-22 16:17:16 +03001382 }
Akihiro Nagai95582592012-01-30 13:43:09 +09001383
Adrian Hunter68fb45b2019-05-20 14:37:14 +03001384 printed += perf_sample__fprintf_ipc(sample, attr, fp);
1385
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001386 if (print_srcline_last)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001387 printed += map__fprintf_srcline(al->map, al->addr, "\n ", fp);
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001388
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001389 printed += perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001390 printed += fprintf(fp, "\n");
1391 if (PRINT_FIELD(SRCCODE)) {
1392 int ret = map__fprintf_srccode(al->map, al->addr, stdout,
1393 &thread->srccode_state);
1394 if (ret) {
1395 printed += ret;
1396 printed += printf("\n");
1397 }
1398 }
1399 return printed;
Akihiro Nagai95582592012-01-30 13:43:09 +09001400}
1401
Adrian Hunter055cd332016-06-23 16:40:56 +03001402static struct {
1403 u32 flags;
1404 const char *name;
1405} sample_flags[] = {
1406 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
1407 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
1408 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "jcc"},
1409 {PERF_IP_FLAG_BRANCH, "jmp"},
1410 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
1411 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
1412 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
1413 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
1414 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "async"},
1415 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"},
1416 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT, "tx abrt"},
1417 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},
1418 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "tr end"},
1419 {0, NULL}
1420};
1421
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001422static const char *sample_flags_to_name(u32 flags)
1423{
1424 int i;
1425
1426 for (i = 0; sample_flags[i].name ; i++) {
1427 if (sample_flags[i].flags == flags)
1428 return sample_flags[i].name;
1429 }
1430
1431 return NULL;
1432}
1433
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001434static int perf_sample__fprintf_flags(u32 flags, FILE *fp)
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001435{
1436 const char *chars = PERF_IP_FLAG_CHARS;
1437 const int n = strlen(PERF_IP_FLAG_CHARS);
Adrian Hunter055cd332016-06-23 16:40:56 +03001438 bool in_tx = flags & PERF_IP_FLAG_IN_TX;
1439 const char *name = NULL;
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001440 char str[33];
1441 int i, pos = 0;
1442
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001443 name = sample_flags_to_name(flags & ~PERF_IP_FLAG_IN_TX);
1444 if (name)
1445 return fprintf(fp, " %-15s%4s ", name, in_tx ? "(x)" : "");
1446
1447 if (flags & PERF_IP_FLAG_TRACE_BEGIN) {
1448 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_BEGIN));
1449 if (name)
1450 return fprintf(fp, " tr strt %-7s%4s ", name, in_tx ? "(x)" : "");
1451 }
1452
1453 if (flags & PERF_IP_FLAG_TRACE_END) {
1454 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_END));
1455 if (name)
1456 return fprintf(fp, " tr end %-7s%4s ", name, in_tx ? "(x)" : "");
Adrian Hunter055cd332016-06-23 16:40:56 +03001457 }
1458
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001459 for (i = 0; i < n; i++, flags >>= 1) {
1460 if (flags & 1)
1461 str[pos++] = chars[i];
1462 }
1463 for (; i < 32; i++, flags >>= 1) {
1464 if (flags & 1)
1465 str[pos++] = '?';
1466 }
1467 str[pos] = 0;
Adrian Hunter055cd332016-06-23 16:40:56 +03001468
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001469 return fprintf(fp, " %-19s ", str);
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001470}
1471
Wang Nan30372f02016-02-24 11:20:45 +00001472struct printer_data {
1473 int line_no;
1474 bool hit_nul;
1475 bool is_printable;
1476};
1477
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001478static int sample__fprintf_bpf_output(enum binary_printer_ops op,
1479 unsigned int val,
1480 void *extra, FILE *fp)
Wang Nan30372f02016-02-24 11:20:45 +00001481{
1482 unsigned char ch = (unsigned char)val;
1483 struct printer_data *printer_data = extra;
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001484 int printed = 0;
Wang Nan30372f02016-02-24 11:20:45 +00001485
1486 switch (op) {
1487 case BINARY_PRINT_DATA_BEGIN:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001488 printed += fprintf(fp, "\n");
Wang Nan30372f02016-02-24 11:20:45 +00001489 break;
1490 case BINARY_PRINT_LINE_BEGIN:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001491 printed += fprintf(fp, "%17s", !printer_data->line_no ? "BPF output:" :
Wang Nan30372f02016-02-24 11:20:45 +00001492 " ");
1493 break;
1494 case BINARY_PRINT_ADDR:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001495 printed += fprintf(fp, " %04x:", val);
Wang Nan30372f02016-02-24 11:20:45 +00001496 break;
1497 case BINARY_PRINT_NUM_DATA:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001498 printed += fprintf(fp, " %02x", val);
Wang Nan30372f02016-02-24 11:20:45 +00001499 break;
1500 case BINARY_PRINT_NUM_PAD:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001501 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001502 break;
1503 case BINARY_PRINT_SEP:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001504 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001505 break;
1506 case BINARY_PRINT_CHAR_DATA:
1507 if (printer_data->hit_nul && ch)
1508 printer_data->is_printable = false;
1509
1510 if (!isprint(ch)) {
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001511 printed += fprintf(fp, "%c", '.');
Wang Nan30372f02016-02-24 11:20:45 +00001512
1513 if (!printer_data->is_printable)
1514 break;
1515
1516 if (ch == '\0')
1517 printer_data->hit_nul = true;
1518 else
1519 printer_data->is_printable = false;
1520 } else {
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001521 printed += fprintf(fp, "%c", ch);
Wang Nan30372f02016-02-24 11:20:45 +00001522 }
1523 break;
1524 case BINARY_PRINT_CHAR_PAD:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001525 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001526 break;
1527 case BINARY_PRINT_LINE_END:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001528 printed += fprintf(fp, "\n");
Wang Nan30372f02016-02-24 11:20:45 +00001529 printer_data->line_no++;
1530 break;
1531 case BINARY_PRINT_DATA_END:
1532 default:
1533 break;
1534 }
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001535
1536 return printed;
Wang Nan30372f02016-02-24 11:20:45 +00001537}
1538
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001539static int perf_sample__fprintf_bpf_output(struct perf_sample *sample, FILE *fp)
Wang Nan30372f02016-02-24 11:20:45 +00001540{
1541 unsigned int nr_bytes = sample->raw_size;
1542 struct printer_data printer_data = {0, false, true};
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001543 int printed = binary__fprintf(sample->raw_data, nr_bytes, 8,
1544 sample__fprintf_bpf_output, &printer_data, fp);
Wang Nan30372f02016-02-24 11:20:45 +00001545
1546 if (printer_data.is_printable && printer_data.hit_nul)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001547 printed += fprintf(fp, "%17s \"%s\"\n", "BPF string:", (char *)(sample->raw_data));
1548
1549 return printed;
Wang Nan30372f02016-02-24 11:20:45 +00001550}
1551
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001552static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001553{
1554 if (len > 0 && len < spacing)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001555 return fprintf(fp, "%*s", spacing - len, "");
1556
1557 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001558}
1559
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001560static int perf_sample__fprintf_pt_spacing(int len, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001561{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001562 return perf_sample__fprintf_spacing(len, 34, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001563}
1564
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001565static int perf_sample__fprintf_synth_ptwrite(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001566{
1567 struct perf_synth_intel_ptwrite *data = perf_sample__synth_ptr(sample);
1568 int len;
1569
1570 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001571 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001572
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001573 len = fprintf(fp, " IP: %u payload: %#" PRIx64 " ",
Adrian Hunter65c5e182017-06-30 11:36:42 +03001574 data->ip, le64_to_cpu(data->payload));
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001575 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001576}
1577
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001578static int perf_sample__fprintf_synth_mwait(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001579{
1580 struct perf_synth_intel_mwait *data = perf_sample__synth_ptr(sample);
1581 int len;
1582
1583 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001584 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001585
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001586 len = fprintf(fp, " hints: %#x extensions: %#x ",
1587 data->hints, data->extensions);
1588 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001589}
1590
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001591static int perf_sample__fprintf_synth_pwre(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001592{
1593 struct perf_synth_intel_pwre *data = perf_sample__synth_ptr(sample);
1594 int len;
1595
1596 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001597 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001598
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001599 len = fprintf(fp, " hw: %u cstate: %u sub-cstate: %u ",
1600 data->hw, data->cstate, data->subcstate);
1601 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001602}
1603
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001604static int perf_sample__fprintf_synth_exstop(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001605{
1606 struct perf_synth_intel_exstop *data = perf_sample__synth_ptr(sample);
1607 int len;
1608
1609 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001610 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001611
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001612 len = fprintf(fp, " IP: %u ", data->ip);
1613 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001614}
1615
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001616static int perf_sample__fprintf_synth_pwrx(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001617{
1618 struct perf_synth_intel_pwrx *data = perf_sample__synth_ptr(sample);
1619 int len;
1620
1621 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001622 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001623
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001624 len = fprintf(fp, " deepest cstate: %u last cstate: %u wake reason: %#x ",
Adrian Hunter65c5e182017-06-30 11:36:42 +03001625 data->deepest_cstate, data->last_cstate,
1626 data->wake_reason);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001627 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001628}
1629
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001630static int perf_sample__fprintf_synth_cbr(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001631{
1632 struct perf_synth_intel_cbr *data = perf_sample__synth_ptr(sample);
1633 unsigned int percent, freq;
1634 int len;
1635
1636 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001637 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001638
1639 freq = (le32_to_cpu(data->freq) + 500) / 1000;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001640 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001641 if (data->max_nonturbo) {
1642 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001643 len += fprintf(fp, "(%3u%%) ", percent);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001644 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001645 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001646}
1647
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001648static int perf_sample__fprintf_synth(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001649 struct evsel *evsel, FILE *fp)
Adrian Hunter47e78082017-05-26 11:17:22 +03001650{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001651 switch (evsel->core.attr.config) {
Adrian Hunter65c5e182017-06-30 11:36:42 +03001652 case PERF_SYNTH_INTEL_PTWRITE:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001653 return perf_sample__fprintf_synth_ptwrite(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001654 case PERF_SYNTH_INTEL_MWAIT:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001655 return perf_sample__fprintf_synth_mwait(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001656 case PERF_SYNTH_INTEL_PWRE:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001657 return perf_sample__fprintf_synth_pwre(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001658 case PERF_SYNTH_INTEL_EXSTOP:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001659 return perf_sample__fprintf_synth_exstop(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001660 case PERF_SYNTH_INTEL_PWRX:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001661 return perf_sample__fprintf_synth_pwrx(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001662 case PERF_SYNTH_INTEL_CBR:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001663 return perf_sample__fprintf_synth_cbr(sample, fp);
Adrian Hunter47e78082017-05-26 11:17:22 +03001664 default:
1665 break;
1666 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001667
1668 return 0;
Adrian Hunter47e78082017-05-26 11:17:22 +03001669}
1670
Jiri Olsa809e9422015-11-26 18:55:21 +01001671struct perf_script {
1672 struct perf_tool tool;
1673 struct perf_session *session;
1674 bool show_task_events;
1675 bool show_mmap_events;
1676 bool show_switch_events;
Hari Bathini96a44bb2017-03-08 02:12:06 +05301677 bool show_namespace_events;
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01001678 bool show_lost_events;
Jiri Olsa3233b372018-02-06 19:17:59 +01001679 bool show_round_events;
Jiri Olsa490c8cc2019-05-08 15:20:08 +02001680 bool show_bpf_events;
Namhyung Kim160d4af2020-03-25 21:45:36 +09001681 bool show_cgroup_events;
Jiri Olsacfc88742016-01-05 22:09:06 +01001682 bool allocated;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03001683 bool per_event_dump;
Kan Liang680d1252020-03-19 13:25:14 -07001684 bool stitch_lbr;
Arnaldo Carvalho de Melof90a2412019-08-14 16:20:13 -03001685 struct evswitch evswitch;
Jiri Olsaf8548392019-07-21 13:23:49 +02001686 struct perf_cpu_map *cpus;
Jiri Olsa9749b902019-07-21 13:23:50 +02001687 struct perf_thread_map *threads;
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001688 int name_width;
David Aherna91f4c42016-11-29 10:15:43 -07001689 const char *time_str;
Jin Yaocc2ef582018-01-10 23:00:33 +08001690 struct perf_time_interval *ptime_range;
1691 int range_size;
Jin Yao2ab046c2017-12-08 21:13:46 +08001692 int range_num;
Jiri Olsa809e9422015-11-26 18:55:21 +01001693};
1694
Jiri Olsa63503db2019-07-21 13:23:52 +02001695static int perf_evlist__max_name_len(struct evlist *evlist)
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001696{
Jiri Olsa32dcd022019-07-21 13:23:51 +02001697 struct evsel *evsel;
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001698 int max = 0;
1699
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03001700 evlist__for_each_entry(evlist, evsel) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03001701 int len = strlen(evsel__name(evsel));
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001702
1703 max = MAX(len, max);
1704 }
1705
1706 return max;
1707}
1708
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001709static int data_src__fprintf(u64 data_src, FILE *fp)
Jiri Olsac19ac912016-02-24 09:46:54 +01001710{
1711 struct mem_info mi = { .data_src.val = data_src };
1712 char decode[100];
1713 char out[100];
1714 static int maxlen;
1715 int len;
1716
1717 perf_script__meminfo_scnprintf(decode, 100, &mi);
1718
1719 len = scnprintf(out, 100, "%16" PRIx64 " %s", data_src, decode);
1720 if (maxlen < len)
1721 maxlen = len;
1722
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001723 return fprintf(fp, "%-*s", maxlen, out);
Jiri Olsac19ac912016-02-24 09:46:54 +01001724}
1725
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001726struct metric_ctx {
1727 struct perf_sample *sample;
1728 struct thread *thread;
Jiri Olsa32dcd022019-07-21 13:23:51 +02001729 struct evsel *evsel;
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001730 FILE *fp;
1731};
1732
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001733static void script_print_metric(struct perf_stat_config *config __maybe_unused,
1734 void *ctx, const char *color,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001735 const char *fmt,
1736 const char *unit, double val)
1737{
1738 struct metric_ctx *mctx = ctx;
1739
1740 if (!fmt)
1741 return;
1742 perf_sample__fprintf_start(mctx->sample, mctx->thread, mctx->evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +01001743 PERF_RECORD_SAMPLE, mctx->fp);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001744 fputs("\tmetric: ", mctx->fp);
1745 if (color)
1746 color_fprintf(mctx->fp, color, fmt, val);
1747 else
1748 printf(fmt, val);
1749 fprintf(mctx->fp, " %s\n", unit);
1750}
1751
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001752static void script_new_line(struct perf_stat_config *config __maybe_unused,
1753 void *ctx)
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001754{
1755 struct metric_ctx *mctx = ctx;
1756
1757 perf_sample__fprintf_start(mctx->sample, mctx->thread, mctx->evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +01001758 PERF_RECORD_SAMPLE, mctx->fp);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001759 fputs("\tmetric: ", mctx->fp);
1760}
1761
1762static void perf_sample__fprint_metric(struct perf_script *script,
1763 struct thread *thread,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001764 struct evsel *evsel,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001765 struct perf_sample *sample,
1766 FILE *fp)
1767{
1768 struct perf_stat_output_ctx ctx = {
1769 .print_metric = script_print_metric,
1770 .new_line = script_new_line,
1771 .ctx = &(struct metric_ctx) {
1772 .sample = sample,
1773 .thread = thread,
1774 .evsel = evsel,
1775 .fp = fp,
1776 },
1777 .force_header = false,
1778 };
Jiri Olsa32dcd022019-07-21 13:23:51 +02001779 struct evsel *ev2;
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001780 u64 val;
1781
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001782 if (!evsel->stats)
1783 perf_evlist__alloc_stats(script->session->evlist, false);
1784 if (evsel_script(evsel->leader)->gnum++ == 0)
1785 perf_stat__reset_shadow_stats();
1786 val = sample->period * evsel->scale;
1787 perf_stat__update_shadow_stats(evsel,
1788 val,
Jin Yao1fcd0392017-12-05 22:03:04 +08001789 sample->cpu,
1790 &rt_stat);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001791 evsel_script(evsel)->val = val;
Jiri Olsa5643b1a2019-07-21 13:24:46 +02001792 if (evsel_script(evsel->leader)->gnum == evsel->leader->core.nr_members) {
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001793 for_each_group_member (ev2, evsel->leader) {
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001794 perf_stat__print_shadow_stats(&stat_config, ev2,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001795 evsel_script(ev2)->val,
1796 sample->cpu,
1797 &ctx,
Jin Yaoe0128b32017-12-05 22:03:05 +08001798 NULL,
1799 &rt_stat);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001800 }
1801 evsel_script(evsel->leader)->gnum = 0;
1802 }
1803}
1804
Andi Kleen99f753f2018-09-20 11:05:39 -07001805static bool show_event(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001806 struct evsel *evsel,
Andi Kleen99f753f2018-09-20 11:05:39 -07001807 struct thread *thread,
1808 struct addr_location *al)
1809{
Adrian Hunter256d92b2018-12-21 14:06:19 +02001810 int depth = thread_stack__depth(thread, sample->cpu);
Andi Kleen99f753f2018-09-20 11:05:39 -07001811
1812 if (!symbol_conf.graph_function)
1813 return true;
1814
1815 if (thread->filter) {
1816 if (depth <= thread->filter_entry_depth) {
1817 thread->filter = false;
1818 return false;
1819 }
1820 return true;
1821 } else {
1822 const char *s = symbol_conf.graph_function;
1823 u64 ip;
1824 const char *name = resolve_branch_sym(sample, evsel, thread, al,
1825 &ip);
1826 unsigned nlen;
1827
1828 if (!name)
1829 return false;
1830 nlen = strlen(name);
1831 while (*s) {
1832 unsigned len = strcspn(s, ",");
1833 if (nlen == len && !strncmp(name, s, len)) {
1834 thread->filter = true;
1835 thread->filter_entry_depth = depth;
1836 return true;
1837 }
1838 s += len;
1839 if (*s == ',')
1840 s++;
1841 }
1842 return false;
1843 }
1844}
1845
Arnaldo Carvalho de Meloa3dff302016-03-23 11:55:24 -03001846static void process_event(struct perf_script *script,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001847 struct perf_sample *sample, struct evsel *evsel,
Andi Kleen48d02a12017-02-23 15:46:34 -08001848 struct addr_location *al,
1849 struct machine *machine)
David Ahernbe6d8422011-03-09 22:23:23 -07001850{
Arnaldo Carvalho de Melof9d5d542015-04-01 13:29:25 -03001851 struct thread *thread = al->thread;
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001852 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +03001853 unsigned int type = output_type(attr->type);
Jiri Olsa32dcd022019-07-21 13:23:51 +02001854 struct evsel_script *es = evsel->priv;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03001855 FILE *fp = es->fp;
David Ahern1424dc92011-03-09 22:23:28 -07001856
Adrian Hunter14057202017-06-21 13:17:19 +03001857 if (output[type].fields == 0)
David Ahern1424dc92011-03-09 22:23:28 -07001858 return;
1859
Andi Kleen99f753f2018-09-20 11:05:39 -07001860 if (!show_event(sample, evsel, thread, al))
1861 return;
1862
Arnaldo Carvalho de Melo8829e562019-08-15 11:00:11 -03001863 if (evswitch__discard(&script->evswitch, evsel))
1864 return;
Arnaldo Carvalho de Melof90a2412019-08-14 16:20:13 -03001865
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03001866 ++es->samples;
1867
Jiri Olsa28a0b392018-01-07 17:03:52 +01001868 perf_sample__fprintf_start(sample, thread, evsel,
1869 PERF_RECORD_SAMPLE, fp);
David Ahern745f43e2011-03-09 22:23:26 -07001870
Jiri Olsa535aeaae2014-08-25 16:45:42 +02001871 if (PRINT_FIELD(PERIOD))
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001872 fprintf(fp, "%10" PRIu64 " ", sample->period);
Jiri Olsa535aeaae2014-08-25 16:45:42 +02001873
Namhyung Kime944d3d2013-11-18 14:34:52 +09001874 if (PRINT_FIELD(EVNAME)) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03001875 const char *evname = evsel__name(evsel);
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001876
1877 if (!script->name_width)
1878 script->name_width = perf_evlist__max_name_len(script->session->evlist);
1879
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001880 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]");
Namhyung Kime944d3d2013-11-18 14:34:52 +09001881 }
1882
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001883 if (print_flags)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001884 perf_sample__fprintf_flags(sample->flags, fp);
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001885
Akihiro Nagai95582592012-01-30 13:43:09 +09001886 if (is_bts_event(attr)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001887 perf_sample__fprintf_bts(sample, evsel, thread, al, machine, fp);
Akihiro Nagai95582592012-01-30 13:43:09 +09001888 return;
1889 }
1890
Andi Kleen96167162019-01-17 11:48:34 -08001891 if (PRINT_FIELD(TRACE) && sample->raw_data) {
Arnaldo Carvalho de Melo894f3f12017-10-26 10:26:52 -03001892 event_format__fprintf(evsel->tp_format, sample->cpu,
1893 sample->raw_data, sample->raw_size, fp);
1894 }
Adrian Hunter47e78082017-05-26 11:17:22 +03001895
1896 if (attr->type == PERF_TYPE_SYNTH && PRINT_FIELD(SYNTH))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001897 perf_sample__fprintf_synth(sample, evsel, fp);
Adrian Hunter47e78082017-05-26 11:17:22 +03001898
David Ahern7cec0922011-05-30 13:08:23 -06001899 if (PRINT_FIELD(ADDR))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001900 perf_sample__fprintf_addr(sample, thread, attr, fp);
David Ahern7cec0922011-05-30 13:08:23 -06001901
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001902 if (PRINT_FIELD(DATA_SRC))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001903 data_src__fprintf(sample->data_src, fp);
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001904
1905 if (PRINT_FIELD(WEIGHT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001906 fprintf(fp, "%16" PRIu64, sample->weight);
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001907
David Ahern787bef12011-05-27 14:28:43 -06001908 if (PRINT_FIELD(IP)) {
Chris Phlipote557b672016-04-19 19:32:11 -07001909 struct callchain_cursor *cursor = NULL;
David Aherna6ffaf92013-08-07 22:50:51 -04001910
Kan Liang680d1252020-03-19 13:25:14 -07001911 if (script->stitch_lbr)
1912 al->thread->lbr_stitch_enable = true;
1913
Arnaldo Carvalho de Melo92231522016-04-18 11:31:46 -03001914 if (symbol_conf.use_callchain && sample->callchain &&
Chris Phlipote557b672016-04-19 19:32:11 -07001915 thread__resolve_callchain(al->thread, &callchain_cursor, evsel,
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001916 sample, NULL, NULL, scripting_max_stack) == 0)
Chris Phlipote557b672016-04-19 19:32:11 -07001917 cursor = &callchain_cursor;
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001918
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001919 fputc(cursor ? '\n' : ' ', fp);
Arnaldo Carvalho de Melo9620bc362019-09-25 15:06:59 -03001920 sample__fprintf_sym(sample, al, 0, output[type].print_ip_opts, cursor,
1921 symbol_conf.bt_stop_list, fp);
David Ahernc0230b22011-03-09 22:23:27 -07001922 }
1923
Stephane Eranianfc36f942015-08-31 18:41:10 +02001924 if (PRINT_FIELD(IREGS))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001925 perf_sample__fprintf_iregs(sample, attr, fp);
Stephane Eranianfc36f942015-08-31 18:41:10 +02001926
Andi Kleenb1491ac2017-09-05 11:40:57 -07001927 if (PRINT_FIELD(UREGS))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001928 perf_sample__fprintf_uregs(sample, attr, fp);
Andi Kleenb1491ac2017-09-05 11:40:57 -07001929
Stephane Eraniandc323ce2015-08-31 18:41:13 +02001930 if (PRINT_FIELD(BRSTACK))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001931 perf_sample__fprintf_brstack(sample, thread, attr, fp);
Stephane Eraniandc323ce2015-08-31 18:41:13 +02001932 else if (PRINT_FIELD(BRSTACKSYM))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001933 perf_sample__fprintf_brstacksym(sample, thread, attr, fp);
Mark Santaniello106dacd2017-06-19 09:38:25 -07001934 else if (PRINT_FIELD(BRSTACKOFF))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001935 perf_sample__fprintf_brstackoff(sample, thread, attr, fp);
Stephane Eraniandc323ce2015-08-31 18:41:13 +02001936
Arnaldo Carvalho de Meloc754c382020-04-30 10:51:16 -03001937 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001938 perf_sample__fprintf_bpf_output(sample, fp);
1939 perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
Kan Liang49d58f02017-08-29 13:11:11 -04001940
1941 if (PRINT_FIELD(PHYS_ADDR))
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001942 fprintf(fp, "%16" PRIx64, sample->phys_addr);
Adrian Hunter68fb45b2019-05-20 14:37:14 +03001943
1944 perf_sample__fprintf_ipc(sample, attr, fp);
1945
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001946 fprintf(fp, "\n");
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001947
Andi Kleendd2e18e2018-12-03 16:18:48 -08001948 if (PRINT_FIELD(SRCCODE)) {
1949 if (map__fprintf_srccode(al->map, al->addr, stdout,
1950 &thread->srccode_state))
1951 printf("\n");
1952 }
1953
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001954 if (PRINT_FIELD(METRIC))
1955 perf_sample__fprint_metric(script, thread, evsel, sample, fp);
Milian Wolff7ee40672018-10-21 21:14:24 +02001956
1957 if (verbose)
1958 fflush(fp);
David Ahernbe6d8422011-03-09 22:23:23 -07001959}
1960
Tom Zanussi956ffd02009-11-25 01:15:46 -06001961static struct scripting_ops *scripting_ops;
1962
Jiri Olsa32dcd022019-07-21 13:23:51 +02001963static void __process_stat(struct evsel *counter, u64 tstamp)
Jiri Olsa36e33c52016-01-06 11:49:56 +01001964{
Jiri Olsaa2f354e2019-08-22 13:11:41 +02001965 int nthreads = perf_thread_map__nr(counter->core.threads);
Arnaldo Carvalho de Melo5eb88f02020-04-29 15:45:09 -03001966 int ncpus = evsel__nr_cpus(counter);
Jiri Olsa36e33c52016-01-06 11:49:56 +01001967 int cpu, thread;
1968 static int header_printed;
1969
Jiri Olsa648b5af2019-08-06 11:35:19 +02001970 if (counter->core.system_wide)
Jiri Olsa36e33c52016-01-06 11:49:56 +01001971 nthreads = 1;
1972
1973 if (!header_printed) {
1974 printf("%3s %8s %15s %15s %15s %15s %s\n",
1975 "CPU", "THREAD", "VAL", "ENA", "RUN", "TIME", "EVENT");
1976 header_printed = 1;
1977 }
1978
1979 for (thread = 0; thread < nthreads; thread++) {
1980 for (cpu = 0; cpu < ncpus; cpu++) {
1981 struct perf_counts_values *counts;
1982
1983 counts = perf_counts(counter->counts, cpu, thread);
1984
1985 printf("%3d %8d %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %s\n",
Jiri Olsad400bd32019-07-21 13:24:37 +02001986 counter->core.cpus->map[cpu],
Jiri Olsaa2f354e2019-08-22 13:11:41 +02001987 perf_thread_map__pid(counter->core.threads, thread),
Jiri Olsa36e33c52016-01-06 11:49:56 +01001988 counts->val,
1989 counts->ena,
1990 counts->run,
1991 tstamp,
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03001992 evsel__name(counter));
Jiri Olsa36e33c52016-01-06 11:49:56 +01001993 }
1994 }
1995}
1996
Jiri Olsa32dcd022019-07-21 13:23:51 +02001997static void process_stat(struct evsel *counter, u64 tstamp)
Jiri Olsae099eba2016-01-05 22:09:09 +01001998{
1999 if (scripting_ops && scripting_ops->process_stat)
2000 scripting_ops->process_stat(&stat_config, counter, tstamp);
Jiri Olsa36e33c52016-01-06 11:49:56 +01002001 else
2002 __process_stat(counter, tstamp);
Jiri Olsae099eba2016-01-05 22:09:09 +01002003}
2004
2005static void process_stat_interval(u64 tstamp)
2006{
2007 if (scripting_ops && scripting_ops->process_stat_interval)
2008 scripting_ops->process_stat_interval(tstamp);
2009}
2010
Tom Zanussi956ffd02009-11-25 01:15:46 -06002011static void setup_scripting(void)
2012{
Tom Zanussi16c632d2009-11-25 01:15:48 -06002013 setup_perl_scripting();
Tom Zanussi7e4b21b2010-01-27 02:27:57 -06002014 setup_python_scripting();
Tom Zanussi956ffd02009-11-25 01:15:46 -06002015}
2016
Adrian Hunterd445dd22014-08-15 22:08:37 +03002017static int flush_scripting(void)
2018{
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002019 return scripting_ops ? scripting_ops->flush_script() : 0;
Adrian Hunterd445dd22014-08-15 22:08:37 +03002020}
2021
Tom Zanussi956ffd02009-11-25 01:15:46 -06002022static int cleanup_scripting(void)
2023{
Ingo Molnar133dc4c2010-11-16 18:45:39 +01002024 pr_debug("\nperf script stopped\n");
Tom Zanussi3824a4e2010-05-09 23:46:57 -05002025
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002026 return scripting_ops ? scripting_ops->stop_script() : 0;
Tom Zanussi956ffd02009-11-25 01:15:46 -06002027}
2028
Andi Kleene87e5482019-03-11 07:44:52 -07002029static bool filter_cpu(struct perf_sample *sample)
2030{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002031 if (cpu_list && sample->cpu != (u32)-1)
Andi Kleene87e5482019-03-11 07:44:52 -07002032 return !test_bit(sample->cpu, cpu_bitmap);
2033 return false;
2034}
2035
Jiri Olsa809e9422015-11-26 18:55:21 +01002036static int process_sample_event(struct perf_tool *tool,
Arnaldo Carvalho de Melod20deb62011-11-25 08:19:45 -02002037 union perf_event *event,
Arnaldo Carvalho de Melo8115d602011-01-29 14:01:45 -02002038 struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02002039 struct evsel *evsel,
Arnaldo Carvalho de Melo743eb862011-11-28 07:56:39 -02002040 struct machine *machine)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002041{
Jiri Olsa809e9422015-11-26 18:55:21 +01002042 struct perf_script *scr = container_of(tool, struct perf_script, tool);
David Aherne7984b72011-11-21 10:02:52 -07002043 struct addr_location al;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002044
Jin Yao2ab046c2017-12-08 21:13:46 +08002045 if (perf_time__ranges_skip_sample(scr->ptime_range, scr->range_num,
2046 sample->time)) {
David Aherna91f4c42016-11-29 10:15:43 -07002047 return 0;
Jin Yao2ab046c2017-12-08 21:13:46 +08002048 }
David Aherna91f4c42016-11-29 10:15:43 -07002049
David Ahern1424dc92011-03-09 22:23:28 -07002050 if (debug_mode) {
2051 if (sample->time < last_timestamp) {
2052 pr_err("Samples misordered, previous: %" PRIu64
2053 " this: %" PRIu64 "\n", last_timestamp,
2054 sample->time);
2055 nr_unordered++;
Frederic Weisbeckere1889d72010-04-24 01:55:09 +02002056 }
David Ahern1424dc92011-03-09 22:23:28 -07002057 last_timestamp = sample->time;
2058 return 0;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002059 }
Anton Blanchard5d67be92011-07-04 21:57:50 +10002060
Arnaldo Carvalho de Melobb3eb562016-03-22 18:39:09 -03002061 if (machine__resolve(machine, &al, sample) < 0) {
David Aherne7984b72011-11-21 10:02:52 -07002062 pr_err("problem processing %d event, skipping it.\n",
2063 event->header.type);
2064 return -1;
2065 }
2066
2067 if (al.filtered)
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002068 goto out_put;
David Aherne7984b72011-11-21 10:02:52 -07002069
Andi Kleene87e5482019-03-11 07:44:52 -07002070 if (filter_cpu(sample))
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002071 goto out_put;
Anton Blanchard5d67be92011-07-04 21:57:50 +10002072
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002073 if (scripting_ops)
2074 scripting_ops->process_event(event, sample, evsel, &al);
2075 else
Andi Kleen48d02a12017-02-23 15:46:34 -08002076 process_event(scr, sample, evsel, &al, machine);
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002077
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002078out_put:
2079 addr_location__put(&al);
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002080 return 0;
2081}
2082
Adrian Hunter7ea95722013-11-01 15:51:30 +02002083static int process_attr(struct perf_tool *tool, union perf_event *event,
Jiri Olsa63503db2019-07-21 13:23:52 +02002084 struct evlist **pevlist)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002085{
2086 struct perf_script *scr = container_of(tool, struct perf_script, tool);
Jiri Olsa63503db2019-07-21 13:23:52 +02002087 struct evlist *evlist;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002088 struct evsel *evsel, *pos;
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002089 u64 sample_type;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002090 int err;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002091 static struct evsel_script *es;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002092
2093 err = perf_event__process_attr(tool, event, pevlist);
2094 if (err)
2095 return err;
2096
2097 evlist = *pevlist;
Jiri Olsa515dbe42019-09-03 10:39:52 +02002098 evsel = evlist__last(*pevlist);
Adrian Hunter7ea95722013-11-01 15:51:30 +02002099
Ravi Bangoriaa3af66f2018-06-25 18:12:19 +05302100 if (!evsel->priv) {
2101 if (scr->per_event_dump) {
2102 evsel->priv = perf_evsel_script__new(evsel,
2103 scr->session->data);
2104 } else {
2105 es = zalloc(sizeof(*es));
2106 if (!es)
2107 return -ENOMEM;
2108 es->fp = stdout;
2109 evsel->priv = es;
2110 }
2111 }
2112
Jiri Olsa1fc632c2019-07-21 13:24:29 +02002113 if (evsel->core.attr.type >= PERF_TYPE_MAX &&
2114 evsel->core.attr.type != PERF_TYPE_SYNTH)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002115 return 0;
2116
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03002117 evlist__for_each_entry(evlist, pos) {
Jiri Olsa1fc632c2019-07-21 13:24:29 +02002118 if (pos->core.attr.type == evsel->core.attr.type && pos != evsel)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002119 return 0;
2120 }
2121
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002122 if (evsel->core.attr.sample_type) {
Jiri Olsad2b5a312015-10-16 12:41:25 +02002123 err = perf_evsel__check_attr(evsel, scr->session);
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002124 if (err)
2125 return err;
2126 }
Jiri Olsad2b5a312015-10-16 12:41:25 +02002127
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002128 /*
2129 * Check if we need to enable callchains based
2130 * on events sample_type.
2131 */
2132 sample_type = perf_evlist__combined_sample_type(evlist);
2133 callchain_param_setup(sample_type);
Jiri Olsa53fb1892020-05-07 11:50:24 +02002134
Adrian Hunterb5164082020-05-27 21:02:50 +03002135 /* Enable fields for callchain entries */
2136 if (symbol_conf.use_callchain &&
2137 (sample_type & PERF_SAMPLE_CALLCHAIN ||
2138 sample_type & PERF_SAMPLE_BRANCH_STACK ||
2139 (sample_type & PERF_SAMPLE_REGS_USER &&
2140 sample_type & PERF_SAMPLE_STACK_USER))) {
2141 int type = output_type(evsel->core.attr.type);
2142
2143 if (!(output[type].user_unset_fields & PERF_OUTPUT_IP))
2144 output[type].fields |= PERF_OUTPUT_IP;
2145 if (!(output[type].user_unset_fields & PERF_OUTPUT_SYM))
2146 output[type].fields |= PERF_OUTPUT_SYM;
Jiri Olsa53fb1892020-05-07 11:50:24 +02002147 }
2148 set_print_ip_opts(&evsel->core.attr);
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002149 return 0;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002150}
2151
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002152static int print_event_with_time(struct perf_tool *tool,
2153 union perf_event *event,
2154 struct perf_sample *sample,
2155 struct machine *machine,
2156 pid_t pid, pid_t tid, u64 timestamp)
2157{
2158 struct perf_script *script = container_of(tool, struct perf_script, tool);
2159 struct perf_session *session = script->session;
2160 struct evsel *evsel = perf_evlist__id2evsel(session->evlist, sample->id);
2161 struct thread *thread = NULL;
2162
2163 if (evsel && !evsel->core.attr.sample_id_all) {
2164 sample->cpu = 0;
2165 sample->time = timestamp;
2166 sample->pid = pid;
2167 sample->tid = tid;
2168 }
2169
2170 if (filter_cpu(sample))
2171 return 0;
2172
2173 if (tid != -1)
2174 thread = machine__findnew_thread(machine, pid, tid);
2175
2176 if (thread && evsel) {
2177 perf_sample__fprintf_start(sample, thread, evsel,
2178 event->header.type, stdout);
2179 }
2180
2181 perf_event__fprintf(event, stdout);
2182
2183 thread__put(thread);
2184
2185 return 0;
2186}
2187
2188static int print_event(struct perf_tool *tool, union perf_event *event,
2189 struct perf_sample *sample, struct machine *machine,
2190 pid_t pid, pid_t tid)
2191{
2192 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2193}
2194
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002195static int process_comm_event(struct perf_tool *tool,
2196 union perf_event *event,
2197 struct perf_sample *sample,
2198 struct machine *machine)
2199{
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002200 if (perf_event__process_comm(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002201 return -1;
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002202
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002203 return print_event(tool, event, sample, machine, event->comm.pid,
2204 event->comm.tid);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002205}
2206
Hari Bathini96a44bb2017-03-08 02:12:06 +05302207static int process_namespaces_event(struct perf_tool *tool,
2208 union perf_event *event,
2209 struct perf_sample *sample,
2210 struct machine *machine)
2211{
Hari Bathini96a44bb2017-03-08 02:12:06 +05302212 if (perf_event__process_namespaces(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002213 return -1;
Hari Bathini96a44bb2017-03-08 02:12:06 +05302214
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002215 return print_event(tool, event, sample, machine, event->namespaces.pid,
2216 event->namespaces.tid);
Hari Bathini96a44bb2017-03-08 02:12:06 +05302217}
2218
Namhyung Kim160d4af2020-03-25 21:45:36 +09002219static int process_cgroup_event(struct perf_tool *tool,
2220 union perf_event *event,
2221 struct perf_sample *sample,
2222 struct machine *machine)
2223{
Namhyung Kim160d4af2020-03-25 21:45:36 +09002224 if (perf_event__process_cgroup(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002225 return -1;
Namhyung Kim160d4af2020-03-25 21:45:36 +09002226
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002227 return print_event(tool, event, sample, machine, sample->pid,
2228 sample->tid);
Namhyung Kim160d4af2020-03-25 21:45:36 +09002229}
2230
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002231static int process_fork_event(struct perf_tool *tool,
2232 union perf_event *event,
2233 struct perf_sample *sample,
2234 struct machine *machine)
2235{
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002236 if (perf_event__process_fork(tool, event, sample, machine) < 0)
2237 return -1;
2238
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002239 return print_event_with_time(tool, event, sample, machine,
2240 event->fork.pid, event->fork.tid,
2241 event->fork.time);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002242}
2243static int process_exit_event(struct perf_tool *tool,
2244 union perf_event *event,
2245 struct perf_sample *sample,
2246 struct machine *machine)
2247{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002248 /* Print before 'exit' deletes anything */
2249 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2250 event->fork.tid, event->fork.time))
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002251 return -1;
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002252
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002253 return perf_event__process_exit(tool, event, sample, machine);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002254}
2255
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002256static int process_mmap_event(struct perf_tool *tool,
2257 union perf_event *event,
2258 struct perf_sample *sample,
2259 struct machine *machine)
2260{
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002261 if (perf_event__process_mmap(tool, event, sample, machine) < 0)
2262 return -1;
2263
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002264 return print_event(tool, event, sample, machine, event->mmap.pid,
2265 event->mmap.tid);
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002266}
2267
2268static int process_mmap2_event(struct perf_tool *tool,
2269 union perf_event *event,
2270 struct perf_sample *sample,
2271 struct machine *machine)
2272{
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002273 if (perf_event__process_mmap2(tool, event, sample, machine) < 0)
2274 return -1;
2275
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002276 return print_event(tool, event, sample, machine, event->mmap2.pid,
2277 event->mmap2.tid);
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002278}
2279
Adrian Hunter7c148982015-07-21 12:44:06 +03002280static int process_switch_event(struct perf_tool *tool,
2281 union perf_event *event,
2282 struct perf_sample *sample,
2283 struct machine *machine)
2284{
Adrian Hunter7c148982015-07-21 12:44:06 +03002285 struct perf_script *script = container_of(tool, struct perf_script, tool);
Adrian Hunter7c148982015-07-21 12:44:06 +03002286
2287 if (perf_event__process_switch(tool, event, sample, machine) < 0)
2288 return -1;
2289
Adrian Hunter5bf83c22019-07-10 11:58:06 +03002290 if (scripting_ops && scripting_ops->process_switch)
2291 scripting_ops->process_switch(event, sample, machine);
2292
2293 if (!script->show_switch_events)
2294 return 0;
2295
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002296 return print_event(tool, event, sample, machine, sample->pid,
2297 sample->tid);
Adrian Hunter7c148982015-07-21 12:44:06 +03002298}
2299
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002300static int
2301process_lost_event(struct perf_tool *tool,
2302 union perf_event *event,
2303 struct perf_sample *sample,
2304 struct machine *machine)
2305{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002306 return print_event(tool, event, sample, machine, sample->pid,
2307 sample->tid);
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002308}
2309
Jiri Olsa3233b372018-02-06 19:17:59 +01002310static int
2311process_finished_round_event(struct perf_tool *tool __maybe_unused,
2312 union perf_event *event,
2313 struct ordered_events *oe __maybe_unused)
2314
2315{
2316 perf_event__fprintf(event, stdout);
2317 return 0;
2318}
2319
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002320static int
2321process_bpf_events(struct perf_tool *tool __maybe_unused,
2322 union perf_event *event,
2323 struct perf_sample *sample,
2324 struct machine *machine)
2325{
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002326 if (machine__process_ksymbol(machine, event, sample) < 0)
2327 return -1;
2328
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002329 return print_event(tool, event, sample, machine, sample->pid,
2330 sample->tid);
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002331}
2332
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002333static void sig_handler(int sig __maybe_unused)
Tom Zanussic239da32010-04-01 23:59:18 -05002334{
2335 session_done = 1;
2336}
2337
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002338static void perf_script__fclose_per_event_dump(struct perf_script *script)
2339{
Jiri Olsa63503db2019-07-21 13:23:52 +02002340 struct evlist *evlist = script->session->evlist;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002341 struct evsel *evsel;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002342
2343 evlist__for_each_entry(evlist, evsel) {
2344 if (!evsel->priv)
2345 break;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002346 perf_evsel_script__delete(evsel->priv);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002347 evsel->priv = NULL;
2348 }
2349}
2350
2351static int perf_script__fopen_per_event_dump(struct perf_script *script)
2352{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002353 struct evsel *evsel;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002354
2355 evlist__for_each_entry(script->session->evlist, evsel) {
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03002356 /*
2357 * Already setup? I.e. we may be called twice in cases like
2358 * Intel PT, one for the intel_pt// and dummy events, then
2359 * for the evsels syntheized from the auxtrace info.
2360 *
2361 * Ses perf_script__process_auxtrace_info.
2362 */
2363 if (evsel->priv != NULL)
2364 continue;
2365
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01002366 evsel->priv = perf_evsel_script__new(evsel, script->session->data);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002367 if (evsel->priv == NULL)
2368 goto out_err_fclose;
2369 }
2370
2371 return 0;
2372
2373out_err_fclose:
2374 perf_script__fclose_per_event_dump(script);
2375 return -1;
2376}
2377
2378static int perf_script__setup_per_event_dump(struct perf_script *script)
2379{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002380 struct evsel *evsel;
2381 static struct evsel_script es_stdout;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002382
2383 if (script->per_event_dump)
2384 return perf_script__fopen_per_event_dump(script);
2385
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002386 es_stdout.fp = stdout;
2387
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002388 evlist__for_each_entry(script->session->evlist, evsel)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002389 evsel->priv = &es_stdout;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002390
2391 return 0;
2392}
2393
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002394static void perf_script__exit_per_event_dump_stats(struct perf_script *script)
2395{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002396 struct evsel *evsel;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002397
2398 evlist__for_each_entry(script->session->evlist, evsel) {
Jiri Olsa32dcd022019-07-21 13:23:51 +02002399 struct evsel_script *es = evsel->priv;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002400
2401 perf_evsel_script__fprintf(es, stdout);
2402 perf_evsel_script__delete(es);
2403 evsel->priv = NULL;
2404 }
2405}
2406
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03002407static int __cmd_script(struct perf_script *script)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002408{
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002409 int ret;
2410
Tom Zanussic239da32010-04-01 23:59:18 -05002411 signal(SIGINT, sig_handler);
2412
Tony Jones8bf8c6d2019-01-20 11:14:14 -08002413 perf_stat__init_shadow_stats();
2414
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002415 /* override event processing functions */
2416 if (script->show_task_events) {
2417 script->tool.comm = process_comm_event;
2418 script->tool.fork = process_fork_event;
2419 script->tool.exit = process_exit_event;
2420 }
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002421 if (script->show_mmap_events) {
2422 script->tool.mmap = process_mmap_event;
2423 script->tool.mmap2 = process_mmap2_event;
2424 }
Adrian Hunter5bf83c22019-07-10 11:58:06 +03002425 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch))
Adrian Hunter7c148982015-07-21 12:44:06 +03002426 script->tool.context_switch = process_switch_event;
Hari Bathini96a44bb2017-03-08 02:12:06 +05302427 if (script->show_namespace_events)
2428 script->tool.namespaces = process_namespaces_event;
Namhyung Kim160d4af2020-03-25 21:45:36 +09002429 if (script->show_cgroup_events)
2430 script->tool.cgroup = process_cgroup_event;
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002431 if (script->show_lost_events)
2432 script->tool.lost = process_lost_event;
Jiri Olsa3233b372018-02-06 19:17:59 +01002433 if (script->show_round_events) {
2434 script->tool.ordered_events = false;
2435 script->tool.finished_round = process_finished_round_event;
2436 }
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002437 if (script->show_bpf_events) {
Arnaldo Carvalho de Melo3f604b52019-08-26 19:28:13 -03002438 script->tool.ksymbol = process_bpf_events;
2439 script->tool.bpf = process_bpf_events;
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002440 }
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002441
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002442 if (perf_script__setup_per_event_dump(script)) {
2443 pr_err("Couldn't create the per event dump files\n");
2444 return -1;
2445 }
2446
Arnaldo Carvalho de Melob7b61cb2015-03-03 11:58:45 -03002447 ret = perf_session__process_events(script->session);
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002448
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002449 if (script->per_event_dump)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002450 perf_script__exit_per_event_dump_stats(script);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002451
Arnaldo Carvalho de Melo6d8afb52011-01-04 16:27:30 -02002452 if (debug_mode)
Arnaldo Carvalho de Melo9486aa32011-01-22 20:37:02 -02002453 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered);
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002454
2455 return ret;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002456}
2457
Tom Zanussi956ffd02009-11-25 01:15:46 -06002458struct script_spec {
2459 struct list_head node;
2460 struct scripting_ops *ops;
Gustavo A. R. Silva6549a8c2020-05-15 12:29:26 -05002461 char spec[];
Tom Zanussi956ffd02009-11-25 01:15:46 -06002462};
2463
Arnaldo Carvalho de Meloeccdfe22011-01-04 16:32:52 -02002464static LIST_HEAD(script_specs);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002465
2466static struct script_spec *script_spec__new(const char *spec,
2467 struct scripting_ops *ops)
2468{
2469 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
2470
2471 if (s != NULL) {
2472 strcpy(s->spec, spec);
2473 s->ops = ops;
2474 }
2475
2476 return s;
2477}
2478
Tom Zanussi956ffd02009-11-25 01:15:46 -06002479static void script_spec__add(struct script_spec *s)
2480{
2481 list_add_tail(&s->node, &script_specs);
2482}
2483
2484static struct script_spec *script_spec__find(const char *spec)
2485{
2486 struct script_spec *s;
2487
2488 list_for_each_entry(s, &script_specs, node)
2489 if (strcasecmp(s->spec, spec) == 0)
2490 return s;
2491 return NULL;
2492}
2493
Tom Zanussi956ffd02009-11-25 01:15:46 -06002494int script_spec_register(const char *spec, struct scripting_ops *ops)
2495{
2496 struct script_spec *s;
2497
2498 s = script_spec__find(spec);
2499 if (s)
2500 return -1;
2501
Taeung Song8560bae2016-02-26 00:13:10 +09002502 s = script_spec__new(spec, ops);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002503 if (!s)
2504 return -1;
Taeung Song8560bae2016-02-26 00:13:10 +09002505 else
2506 script_spec__add(s);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002507
2508 return 0;
2509}
2510
2511static struct scripting_ops *script_spec__lookup(const char *spec)
2512{
2513 struct script_spec *s = script_spec__find(spec);
2514 if (!s)
2515 return NULL;
2516
2517 return s->ops;
2518}
2519
2520static void list_available_languages(void)
2521{
2522 struct script_spec *s;
2523
2524 fprintf(stderr, "\n");
2525 fprintf(stderr, "Scripting language extensions (used in "
Ingo Molnar133dc4c2010-11-16 18:45:39 +01002526 "perf script -s [spec:]script.[spec]):\n\n");
Tom Zanussi956ffd02009-11-25 01:15:46 -06002527
2528 list_for_each_entry(s, &script_specs, node)
2529 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops->name);
2530
2531 fprintf(stderr, "\n");
2532}
2533
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002534static int parse_scriptname(const struct option *opt __maybe_unused,
2535 const char *str, int unset __maybe_unused)
Tom Zanussi956ffd02009-11-25 01:15:46 -06002536{
2537 char spec[PATH_MAX];
2538 const char *script, *ext;
2539 int len;
2540
Tom Zanussif526d682010-01-27 02:27:52 -06002541 if (strcmp(str, "lang") == 0) {
Tom Zanussi956ffd02009-11-25 01:15:46 -06002542 list_available_languages();
Tom Zanussif526d682010-01-27 02:27:52 -06002543 exit(0);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002544 }
2545
2546 script = strchr(str, ':');
2547 if (script) {
2548 len = script - str;
2549 if (len >= PATH_MAX) {
2550 fprintf(stderr, "invalid language specifier");
2551 return -1;
2552 }
2553 strncpy(spec, str, len);
2554 spec[len] = '\0';
2555 scripting_ops = script_spec__lookup(spec);
2556 if (!scripting_ops) {
2557 fprintf(stderr, "invalid language specifier");
2558 return -1;
2559 }
2560 script++;
2561 } else {
2562 script = str;
Ben Hutchingsd1e95bb2010-10-10 16:11:02 +01002563 ext = strrchr(script, '.');
Tom Zanussi956ffd02009-11-25 01:15:46 -06002564 if (!ext) {
2565 fprintf(stderr, "invalid script extension");
2566 return -1;
2567 }
2568 scripting_ops = script_spec__lookup(++ext);
2569 if (!scripting_ops) {
2570 fprintf(stderr, "invalid script extension");
2571 return -1;
2572 }
2573 }
2574
2575 script_name = strdup(script);
2576
2577 return 0;
2578}
2579
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002580static int parse_output_fields(const struct option *opt __maybe_unused,
2581 const char *arg, int unset __maybe_unused)
David Ahern745f43e2011-03-09 22:23:26 -07002582{
Arnaldo Carvalho de Melo49346e82017-04-05 11:43:41 -03002583 char *tok, *strtok_saveptr = NULL;
Sasha Levin50ca19a2012-12-20 14:11:19 -05002584 int i, imax = ARRAY_SIZE(all_output_options);
David Ahern2c9e45f72011-03-17 10:03:21 -06002585 int j;
David Ahern745f43e2011-03-09 22:23:26 -07002586 int rc = 0;
2587 char *str = strdup(arg);
David Ahern1424dc92011-03-09 22:23:28 -07002588 int type = -1;
Andi Kleen36ce5652017-06-02 08:48:10 -07002589 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT;
David Ahern745f43e2011-03-09 22:23:26 -07002590
2591 if (!str)
2592 return -ENOMEM;
2593
David Ahern2c9e45f72011-03-17 10:03:21 -06002594 /* first word can state for which event type the user is specifying
2595 * the fields. If no type exists, the specified fields apply to all
2596 * event types found in the file minus the invalid fields for a type.
David Ahern1424dc92011-03-09 22:23:28 -07002597 */
David Ahern2c9e45f72011-03-17 10:03:21 -06002598 tok = strchr(str, ':');
2599 if (tok) {
2600 *tok = '\0';
2601 tok++;
2602 if (!strcmp(str, "hw"))
2603 type = PERF_TYPE_HARDWARE;
2604 else if (!strcmp(str, "sw"))
2605 type = PERF_TYPE_SOFTWARE;
2606 else if (!strcmp(str, "trace"))
2607 type = PERF_TYPE_TRACEPOINT;
Arun Sharma0817a6a2011-04-14 10:38:18 -07002608 else if (!strcmp(str, "raw"))
2609 type = PERF_TYPE_RAW;
Wang Nan27cfef02015-12-08 02:25:43 +00002610 else if (!strcmp(str, "break"))
2611 type = PERF_TYPE_BREAKPOINT;
Adrian Hunter14057202017-06-21 13:17:19 +03002612 else if (!strcmp(str, "synth"))
2613 type = OUTPUT_TYPE_SYNTH;
David Ahern2c9e45f72011-03-17 10:03:21 -06002614 else {
2615 fprintf(stderr, "Invalid event type in field string.\n");
Robert Richter38efb532011-11-25 11:38:40 +01002616 rc = -EINVAL;
2617 goto out;
David Ahern2c9e45f72011-03-17 10:03:21 -06002618 }
2619
2620 if (output[type].user_set)
2621 pr_warning("Overriding previous field request for %s events.\n",
2622 event_type(type));
2623
Jiri Olsa6ef362f2019-02-20 13:27:57 +01002624 /* Don't override defaults for +- */
2625 if (strchr(tok, '+') || strchr(tok, '-'))
2626 goto parse;
2627
David Ahern2c9e45f72011-03-17 10:03:21 -06002628 output[type].fields = 0;
2629 output[type].user_set = true;
David Ahern9cbdb702011-04-06 21:54:20 -06002630 output[type].wildcard_set = false;
David Ahern2c9e45f72011-03-17 10:03:21 -06002631
2632 } else {
2633 tok = str;
2634 if (strlen(str) == 0) {
2635 fprintf(stderr,
2636 "Cannot set fields to 'none' for all event types.\n");
2637 rc = -EINVAL;
2638 goto out;
2639 }
2640
Andi Kleen36ce5652017-06-02 08:48:10 -07002641 /* Don't override defaults for +- */
2642 if (strchr(str, '+') || strchr(str, '-'))
2643 goto parse;
2644
David Ahern2c9e45f72011-03-17 10:03:21 -06002645 if (output_set_by_user())
2646 pr_warning("Overriding previous field request for all events.\n");
2647
Adrian Hunter14057202017-06-21 13:17:19 +03002648 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002649 output[j].fields = 0;
2650 output[j].user_set = true;
David Ahern9cbdb702011-04-06 21:54:20 -06002651 output[j].wildcard_set = true;
David Ahern2c9e45f72011-03-17 10:03:21 -06002652 }
David Ahern1424dc92011-03-09 22:23:28 -07002653 }
2654
Andi Kleen36ce5652017-06-02 08:48:10 -07002655parse:
Arnaldo Carvalho de Melo49346e82017-04-05 11:43:41 -03002656 for (tok = strtok_r(tok, ",", &strtok_saveptr); tok; tok = strtok_r(NULL, ",", &strtok_saveptr)) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002657 if (*tok == '+') {
2658 if (change == SET)
2659 goto out_badmix;
2660 change = ADD;
2661 tok++;
2662 } else if (*tok == '-') {
2663 if (change == SET)
2664 goto out_badmix;
2665 change = REMOVE;
2666 tok++;
2667 } else {
2668 if (change != SET && change != DEFAULT)
2669 goto out_badmix;
2670 change = SET;
2671 }
2672
David Ahern745f43e2011-03-09 22:23:26 -07002673 for (i = 0; i < imax; ++i) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002674 if (strcmp(tok, all_output_options[i].str) == 0)
David Ahern745f43e2011-03-09 22:23:26 -07002675 break;
David Ahern745f43e2011-03-09 22:23:26 -07002676 }
Adrian Hunter400ea6d2015-04-09 18:54:05 +03002677 if (i == imax && strcmp(tok, "flags") == 0) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002678 print_flags = change == REMOVE ? false : true;
Adrian Hunter400ea6d2015-04-09 18:54:05 +03002679 continue;
2680 }
David Ahern745f43e2011-03-09 22:23:26 -07002681 if (i == imax) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002682 fprintf(stderr, "Invalid field requested.\n");
David Ahern745f43e2011-03-09 22:23:26 -07002683 rc = -EINVAL;
David Ahern2c9e45f72011-03-17 10:03:21 -06002684 goto out;
2685 }
2686
2687 if (type == -1) {
2688 /* add user option to all events types for
2689 * which it is valid
2690 */
Adrian Hunter14057202017-06-21 13:17:19 +03002691 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002692 if (output[j].invalid_fields & all_output_options[i].field) {
2693 pr_warning("\'%s\' not valid for %s events. Ignoring.\n",
2694 all_output_options[i].str, event_type(j));
Andi Kleen36ce5652017-06-02 08:48:10 -07002695 } else {
Andi Kleen4b6ac812019-02-24 07:37:12 -08002696 if (change == REMOVE) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002697 output[j].fields &= ~all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002698 output[j].user_set_fields &= ~all_output_options[i].field;
Adrian Hunterb5164082020-05-27 21:02:50 +03002699 output[j].user_unset_fields |= all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002700 } else {
Andi Kleen36ce5652017-06-02 08:48:10 -07002701 output[j].fields |= all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002702 output[j].user_set_fields |= all_output_options[i].field;
Adrian Hunterb5164082020-05-27 21:02:50 +03002703 output[j].user_unset_fields &= ~all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002704 }
Andi Kleen37fed3d2018-09-18 05:32:09 -07002705 output[j].user_set = true;
2706 output[j].wildcard_set = true;
Andi Kleen36ce5652017-06-02 08:48:10 -07002707 }
David Ahern2c9e45f72011-03-17 10:03:21 -06002708 }
2709 } else {
2710 if (output[type].invalid_fields & all_output_options[i].field) {
2711 fprintf(stderr, "\'%s\' not valid for %s events.\n",
2712 all_output_options[i].str, event_type(type));
2713
2714 rc = -EINVAL;
2715 goto out;
2716 }
Jiri Olsa6ef362f2019-02-20 13:27:57 +01002717 if (change == REMOVE)
2718 output[type].fields &= ~all_output_options[i].field;
2719 else
2720 output[type].fields |= all_output_options[i].field;
Andi Kleen37fed3d2018-09-18 05:32:09 -07002721 output[type].user_set = true;
2722 output[type].wildcard_set = true;
David Ahern2c9e45f72011-03-17 10:03:21 -06002723 }
David Ahern2c9e45f72011-03-17 10:03:21 -06002724 }
2725
2726 if (type >= 0) {
2727 if (output[type].fields == 0) {
2728 pr_debug("No fields requested for %s type. "
2729 "Events will not be displayed.\n", event_type(type));
David Ahern745f43e2011-03-09 22:23:26 -07002730 }
David Ahern1424dc92011-03-09 22:23:28 -07002731 }
Andi Kleen36ce5652017-06-02 08:48:10 -07002732 goto out;
David Ahern745f43e2011-03-09 22:23:26 -07002733
Andi Kleen36ce5652017-06-02 08:48:10 -07002734out_badmix:
2735 fprintf(stderr, "Cannot mix +-field with overridden fields\n");
2736 rc = -EINVAL;
David Ahern2c9e45f72011-03-17 10:03:21 -06002737out:
David Ahern745f43e2011-03-09 22:23:26 -07002738 free(str);
2739 return rc;
2740}
2741
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002742#define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
2743 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
2744 if ((lang_dirent->d_type == DT_DIR || \
2745 (lang_dirent->d_type == DT_UNKNOWN && \
2746 is_directory(scripts_path, lang_dirent))) && \
2747 (strcmp(lang_dirent->d_name, ".")) && \
2748 (strcmp(lang_dirent->d_name, "..")))
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002749
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002750#define for_each_script(lang_path, lang_dir, script_dirent) \
2751 while ((script_dirent = readdir(lang_dir)) != NULL) \
2752 if (script_dirent->d_type != DT_DIR && \
2753 (script_dirent->d_type != DT_UNKNOWN || \
2754 !is_directory(lang_path, script_dirent)))
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002755
2756
2757#define RECORD_SUFFIX "-record"
2758#define REPORT_SUFFIX "-report"
2759
2760struct script_desc {
2761 struct list_head node;
2762 char *name;
2763 char *half_liner;
2764 char *args;
2765};
2766
Arnaldo Carvalho de Meloeccdfe22011-01-04 16:32:52 -02002767static LIST_HEAD(script_descs);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002768
2769static struct script_desc *script_desc__new(const char *name)
2770{
2771 struct script_desc *s = zalloc(sizeof(*s));
2772
Tom Zanussib5b87312010-11-10 08:16:51 -06002773 if (s != NULL && name)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002774 s->name = strdup(name);
2775
2776 return s;
2777}
2778
2779static void script_desc__delete(struct script_desc *s)
2780{
Arnaldo Carvalho de Melo74cf2492013-12-27 16:55:14 -03002781 zfree(&s->name);
2782 zfree(&s->half_liner);
2783 zfree(&s->args);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002784 free(s);
2785}
2786
2787static void script_desc__add(struct script_desc *s)
2788{
2789 list_add_tail(&s->node, &script_descs);
2790}
2791
2792static struct script_desc *script_desc__find(const char *name)
2793{
2794 struct script_desc *s;
2795
2796 list_for_each_entry(s, &script_descs, node)
2797 if (strcasecmp(s->name, name) == 0)
2798 return s;
2799 return NULL;
2800}
2801
2802static struct script_desc *script_desc__findnew(const char *name)
2803{
2804 struct script_desc *s = script_desc__find(name);
2805
2806 if (s)
2807 return s;
2808
2809 s = script_desc__new(name);
2810 if (!s)
Dan Carpenter2ec5cab62017-07-22 10:36:10 +03002811 return NULL;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002812
2813 script_desc__add(s);
2814
2815 return s;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002816}
2817
Stephane Eranian965bb6b2010-12-03 17:52:01 +02002818static const char *ends_with(const char *str, const char *suffix)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002819{
2820 size_t suffix_len = strlen(suffix);
Stephane Eranian965bb6b2010-12-03 17:52:01 +02002821 const char *p = str;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002822
2823 if (strlen(str) > suffix_len) {
2824 p = str + strlen(str) - suffix_len;
2825 if (!strncmp(p, suffix, suffix_len))
2826 return p;
2827 }
2828
2829 return NULL;
2830}
2831
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002832static int read_script_info(struct script_desc *desc, const char *filename)
2833{
2834 char line[BUFSIZ], *p;
2835 FILE *fp;
2836
2837 fp = fopen(filename, "r");
2838 if (!fp)
2839 return -1;
2840
2841 while (fgets(line, sizeof(line), fp)) {
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002842 p = skip_spaces(line);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002843 if (strlen(p) == 0)
2844 continue;
2845 if (*p != '#')
2846 continue;
2847 p++;
2848 if (strlen(p) && *p == '!')
2849 continue;
2850
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002851 p = skip_spaces(p);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002852 if (strlen(p) && p[strlen(p) - 1] == '\n')
2853 p[strlen(p) - 1] = '\0';
2854
2855 if (!strncmp(p, "description:", strlen("description:"))) {
2856 p += strlen("description:");
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002857 desc->half_liner = strdup(skip_spaces(p));
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002858 continue;
2859 }
2860
2861 if (!strncmp(p, "args:", strlen("args:"))) {
2862 p += strlen("args:");
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002863 desc->args = strdup(skip_spaces(p));
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002864 continue;
2865 }
2866 }
2867
2868 fclose(fp);
2869
2870 return 0;
2871}
2872
Robert Richter38efb532011-11-25 11:38:40 +01002873static char *get_script_root(struct dirent *script_dirent, const char *suffix)
2874{
2875 char *script_root, *str;
2876
2877 script_root = strdup(script_dirent->d_name);
2878 if (!script_root)
2879 return NULL;
2880
2881 str = (char *)ends_with(script_root, suffix);
2882 if (!str) {
2883 free(script_root);
2884 return NULL;
2885 }
2886
2887 *str = '\0';
2888 return script_root;
2889}
2890
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002891static int list_available_scripts(const struct option *opt __maybe_unused,
2892 const char *s __maybe_unused,
2893 int unset __maybe_unused)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002894{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002895 struct dirent *script_dirent, *lang_dirent;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002896 char scripts_path[MAXPATHLEN];
2897 DIR *scripts_dir, *lang_dir;
2898 char script_path[MAXPATHLEN];
2899 char lang_path[MAXPATHLEN];
2900 struct script_desc *desc;
2901 char first_half[BUFSIZ];
2902 char *script_root;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002903
Josh Poimboeuf46113a52015-12-15 09:39:37 -06002904 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002905
2906 scripts_dir = opendir(scripts_path);
He Kuang88ded4d2016-08-04 11:25:42 +00002907 if (!scripts_dir) {
2908 fprintf(stdout,
2909 "open(%s) failed.\n"
2910 "Check \"PERF_EXEC_PATH\" env to set scripts dir.\n",
2911 scripts_path);
2912 exit(-1);
2913 }
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002914
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002915 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01002916 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
2917 lang_dirent->d_name);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002918 lang_dir = opendir(lang_path);
2919 if (!lang_dir)
2920 continue;
2921
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002922 for_each_script(lang_path, lang_dir, script_dirent) {
2923 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
Robert Richter38efb532011-11-25 11:38:40 +01002924 if (script_root) {
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002925 desc = script_desc__findnew(script_root);
Jiri Olsa77f18152018-03-19 09:29:01 +01002926 scnprintf(script_path, MAXPATHLEN, "%s/%s",
2927 lang_path, script_dirent->d_name);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002928 read_script_info(desc, script_path);
Robert Richter38efb532011-11-25 11:38:40 +01002929 free(script_root);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002930 }
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002931 }
2932 }
2933
2934 fprintf(stdout, "List of available trace scripts:\n");
2935 list_for_each_entry(desc, &script_descs, node) {
2936 sprintf(first_half, "%s %s", desc->name,
2937 desc->args ? desc->args : "");
2938 fprintf(stdout, " %-36s %s\n", first_half,
2939 desc->half_liner ? desc->half_liner : "");
2940 }
2941
2942 exit(0);
2943}
2944
Feng Tange5f37052012-09-07 16:42:26 +08002945/*
Feng Tang49e639e2012-10-30 11:56:03 +08002946 * Some scripts specify the required events in their "xxx-record" file,
2947 * this function will check if the events in perf.data match those
2948 * mentioned in the "xxx-record".
2949 *
2950 * Fixme: All existing "xxx-record" are all in good formats "-e event ",
2951 * which is covered well now. And new parsing code should be added to
2952 * cover the future complexing formats like event groups etc.
2953 */
2954static int check_ev_match(char *dir_name, char *scriptname,
2955 struct perf_session *session)
2956{
2957 char filename[MAXPATHLEN], evname[128];
2958 char line[BUFSIZ], *p;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002959 struct evsel *pos;
Feng Tang49e639e2012-10-30 11:56:03 +08002960 int match, len;
2961 FILE *fp;
2962
Jiri Olsa77f18152018-03-19 09:29:01 +01002963 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname);
Feng Tang49e639e2012-10-30 11:56:03 +08002964
2965 fp = fopen(filename, "r");
2966 if (!fp)
2967 return -1;
2968
2969 while (fgets(line, sizeof(line), fp)) {
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002970 p = skip_spaces(line);
Feng Tang49e639e2012-10-30 11:56:03 +08002971 if (*p == '#')
2972 continue;
2973
2974 while (strlen(p)) {
2975 p = strstr(p, "-e");
2976 if (!p)
2977 break;
2978
2979 p += 2;
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002980 p = skip_spaces(p);
Feng Tang49e639e2012-10-30 11:56:03 +08002981 len = strcspn(p, " \t");
2982 if (!len)
2983 break;
2984
2985 snprintf(evname, len + 1, "%s", p);
2986
2987 match = 0;
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03002988 evlist__for_each_entry(session->evlist, pos) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03002989 if (!strcmp(evsel__name(pos), evname)) {
Feng Tang49e639e2012-10-30 11:56:03 +08002990 match = 1;
2991 break;
2992 }
2993 }
2994
2995 if (!match) {
2996 fclose(fp);
2997 return -1;
2998 }
2999 }
3000 }
3001
3002 fclose(fp);
3003 return 0;
3004}
3005
3006/*
Feng Tange5f37052012-09-07 16:42:26 +08003007 * Return -1 if none is found, otherwise the actual scripts number.
3008 *
3009 * Currently the only user of this function is the script browser, which
3010 * will list all statically runnable scripts, select one, execute it and
3011 * show the output in a perf browser.
3012 */
Andi Kleen905e4af2019-03-11 07:45:01 -07003013int find_scripts(char **scripts_array, char **scripts_path_array, int num,
3014 int pathlen)
Feng Tange5f37052012-09-07 16:42:26 +08003015{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003016 struct dirent *script_dirent, *lang_dirent;
Feng Tang49e639e2012-10-30 11:56:03 +08003017 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];
Feng Tange5f37052012-09-07 16:42:26 +08003018 DIR *scripts_dir, *lang_dir;
Feng Tang49e639e2012-10-30 11:56:03 +08003019 struct perf_session *session;
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003020 struct perf_data data = {
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003021 .path = input_name,
3022 .mode = PERF_DATA_MODE_READ,
Jiri Olsaf5fc14122013-10-15 16:27:32 +02003023 };
Feng Tange5f37052012-09-07 16:42:26 +08003024 char *temp;
3025 int i = 0;
3026
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003027 session = perf_session__new(&data, false, NULL);
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +05303028 if (IS_ERR(session))
3029 return PTR_ERR(session);
Feng Tang49e639e2012-10-30 11:56:03 +08003030
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003031 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Feng Tange5f37052012-09-07 16:42:26 +08003032
3033 scripts_dir = opendir(scripts_path);
Feng Tang49e639e2012-10-30 11:56:03 +08003034 if (!scripts_dir) {
3035 perf_session__delete(session);
Feng Tange5f37052012-09-07 16:42:26 +08003036 return -1;
Feng Tang49e639e2012-10-30 11:56:03 +08003037 }
Feng Tange5f37052012-09-07 16:42:26 +08003038
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003039 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01003040 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
3041 lang_dirent->d_name);
Jin Yao90ce61b2018-04-09 18:26:47 +08003042#ifndef HAVE_LIBPERL_SUPPORT
Feng Tange5f37052012-09-07 16:42:26 +08003043 if (strstr(lang_path, "perl"))
3044 continue;
3045#endif
Jin Yao90ce61b2018-04-09 18:26:47 +08003046#ifndef HAVE_LIBPYTHON_SUPPORT
Feng Tange5f37052012-09-07 16:42:26 +08003047 if (strstr(lang_path, "python"))
3048 continue;
3049#endif
3050
3051 lang_dir = opendir(lang_path);
3052 if (!lang_dir)
3053 continue;
3054
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003055 for_each_script(lang_path, lang_dir, script_dirent) {
Feng Tange5f37052012-09-07 16:42:26 +08003056 /* Skip those real time scripts: xxxtop.p[yl] */
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003057 if (strstr(script_dirent->d_name, "top."))
Feng Tange5f37052012-09-07 16:42:26 +08003058 continue;
Andi Kleen905e4af2019-03-11 07:45:01 -07003059 if (i >= num)
3060 break;
3061 snprintf(scripts_path_array[i], pathlen, "%s/%s",
3062 lang_path,
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003063 script_dirent->d_name);
3064 temp = strchr(script_dirent->d_name, '.');
Feng Tange5f37052012-09-07 16:42:26 +08003065 snprintf(scripts_array[i],
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003066 (temp - script_dirent->d_name) + 1,
3067 "%s", script_dirent->d_name);
Feng Tang49e639e2012-10-30 11:56:03 +08003068
3069 if (check_ev_match(lang_path,
3070 scripts_array[i], session))
3071 continue;
3072
Feng Tange5f37052012-09-07 16:42:26 +08003073 i++;
3074 }
Feng Tang49e639e2012-10-30 11:56:03 +08003075 closedir(lang_dir);
Feng Tange5f37052012-09-07 16:42:26 +08003076 }
3077
Feng Tang49e639e2012-10-30 11:56:03 +08003078 closedir(scripts_dir);
3079 perf_session__delete(session);
Feng Tange5f37052012-09-07 16:42:26 +08003080 return i;
3081}
3082
Tom Zanussi38752942009-12-15 02:53:39 -06003083static char *get_script_path(const char *script_root, const char *suffix)
3084{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003085 struct dirent *script_dirent, *lang_dirent;
Tom Zanussi38752942009-12-15 02:53:39 -06003086 char scripts_path[MAXPATHLEN];
3087 char script_path[MAXPATHLEN];
3088 DIR *scripts_dir, *lang_dir;
3089 char lang_path[MAXPATHLEN];
Robert Richter38efb532011-11-25 11:38:40 +01003090 char *__script_root;
Tom Zanussi38752942009-12-15 02:53:39 -06003091
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003092 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Tom Zanussi38752942009-12-15 02:53:39 -06003093
3094 scripts_dir = opendir(scripts_path);
3095 if (!scripts_dir)
3096 return NULL;
3097
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003098 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01003099 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3100 lang_dirent->d_name);
Tom Zanussi38752942009-12-15 02:53:39 -06003101 lang_dir = opendir(lang_path);
3102 if (!lang_dir)
3103 continue;
3104
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003105 for_each_script(lang_path, lang_dir, script_dirent) {
3106 __script_root = get_script_root(script_dirent, suffix);
Robert Richter38efb532011-11-25 11:38:40 +01003107 if (__script_root && !strcmp(script_root, __script_root)) {
3108 free(__script_root);
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003109 closedir(scripts_dir);
Jiri Olsa77f18152018-03-19 09:29:01 +01003110 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3111 lang_path, script_dirent->d_name);
Andreas Gerstmayr27486a82020-04-02 14:43:38 +02003112 closedir(lang_dir);
Robert Richter38efb532011-11-25 11:38:40 +01003113 return strdup(script_path);
Tom Zanussi38752942009-12-15 02:53:39 -06003114 }
3115 free(__script_root);
3116 }
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003117 closedir(lang_dir);
Tom Zanussi38752942009-12-15 02:53:39 -06003118 }
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003119 closedir(scripts_dir);
Tom Zanussi38752942009-12-15 02:53:39 -06003120
Robert Richter38efb532011-11-25 11:38:40 +01003121 return NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003122}
3123
Tom Zanussib5b87312010-11-10 08:16:51 -06003124static bool is_top_script(const char *script_path)
3125{
Stephane Eranian965bb6b2010-12-03 17:52:01 +02003126 return ends_with(script_path, "top") == NULL ? false : true;
Tom Zanussib5b87312010-11-10 08:16:51 -06003127}
3128
3129static int has_required_arg(char *script_path)
3130{
3131 struct script_desc *desc;
3132 int n_args = 0;
3133 char *p;
3134
3135 desc = script_desc__new(NULL);
3136
3137 if (read_script_info(desc, script_path))
3138 goto out;
3139
3140 if (!desc->args)
3141 goto out;
3142
3143 for (p = desc->args; *p; p++)
3144 if (*p == '<')
3145 n_args++;
3146out:
3147 script_desc__delete(desc);
3148
3149 return n_args;
3150}
3151
David Ahernd54b1a92012-08-26 12:24:46 -06003152static int have_cmd(int argc, const char **argv)
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003153{
3154 char **__argv = malloc(sizeof(const char *) * argc);
3155
David Ahernd54b1a92012-08-26 12:24:46 -06003156 if (!__argv) {
3157 pr_err("malloc failed\n");
3158 return -1;
3159 }
3160
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003161 memcpy(__argv, argv, sizeof(const char *) * argc);
3162 argc = parse_options(argc, (const char **)__argv, record_options,
3163 NULL, PARSE_OPT_STOP_AT_NON_OPTION);
3164 free(__argv);
3165
David Ahernd54b1a92012-08-26 12:24:46 -06003166 system_wide = (argc == 0);
3167
3168 return 0;
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003169}
3170
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003171static void script__setup_sample_type(struct perf_script *script)
3172{
3173 struct perf_session *session = script->session;
3174 u64 sample_type = perf_evlist__combined_sample_type(session->evlist);
3175
3176 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) {
3177 if ((sample_type & PERF_SAMPLE_REGS_USER) &&
Arnaldo Carvalho de Meloeabad8c2018-01-15 16:48:46 -03003178 (sample_type & PERF_SAMPLE_STACK_USER)) {
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003179 callchain_param.record_mode = CALLCHAIN_DWARF;
Arnaldo Carvalho de Meloeabad8c2018-01-15 16:48:46 -03003180 dwarf_callchain_users = true;
3181 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003182 callchain_param.record_mode = CALLCHAIN_LBR;
3183 else
3184 callchain_param.record_mode = CALLCHAIN_FP;
3185 }
Kan Liang680d1252020-03-19 13:25:14 -07003186
3187 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) {
3188 pr_warning("Can't find LBR callchain. Switch off --stitch-lbr.\n"
3189 "Please apply --call-graph lbr when recording.\n");
3190 script->stitch_lbr = false;
3191 }
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003192}
3193
Jiri Olsa89f16882018-09-13 14:54:03 +02003194static int process_stat_round_event(struct perf_session *session,
3195 union perf_event *event)
Jiri Olsae099eba2016-01-05 22:09:09 +01003196{
Jiri Olsa72932372019-08-28 15:57:16 +02003197 struct perf_record_stat_round *round = &event->stat_round;
Jiri Olsa32dcd022019-07-21 13:23:51 +02003198 struct evsel *counter;
Jiri Olsae099eba2016-01-05 22:09:09 +01003199
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03003200 evlist__for_each_entry(session->evlist, counter) {
Jiri Olsae099eba2016-01-05 22:09:09 +01003201 perf_stat_process_counter(&stat_config, counter);
3202 process_stat(counter, round->time);
3203 }
3204
3205 process_stat_interval(round->time);
3206 return 0;
3207}
3208
Jiri Olsa89f16882018-09-13 14:54:03 +02003209static int process_stat_config_event(struct perf_session *session __maybe_unused,
3210 union perf_event *event)
Jiri Olsa91a2c3d2016-01-05 22:09:07 +01003211{
3212 perf_event__read_stat_config(&stat_config, &event->stat_config);
3213 return 0;
3214}
3215
Jiri Olsacfc88742016-01-05 22:09:06 +01003216static int set_maps(struct perf_script *script)
3217{
Jiri Olsa63503db2019-07-21 13:23:52 +02003218 struct evlist *evlist = script->session->evlist;
Jiri Olsacfc88742016-01-05 22:09:06 +01003219
3220 if (!script->cpus || !script->threads)
3221 return 0;
3222
3223 if (WARN_ONCE(script->allocated, "stats double allocation\n"))
3224 return -EINVAL;
3225
Jiri Olsa453fa032019-07-21 13:24:43 +02003226 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads);
Jiri Olsacfc88742016-01-05 22:09:06 +01003227
3228 if (perf_evlist__alloc_stats(evlist, true))
3229 return -ENOMEM;
3230
3231 script->allocated = true;
3232 return 0;
3233}
3234
3235static
Jiri Olsa89f16882018-09-13 14:54:03 +02003236int process_thread_map_event(struct perf_session *session,
3237 union perf_event *event)
Jiri Olsacfc88742016-01-05 22:09:06 +01003238{
Jiri Olsa89f16882018-09-13 14:54:03 +02003239 struct perf_tool *tool = session->tool;
Jiri Olsacfc88742016-01-05 22:09:06 +01003240 struct perf_script *script = container_of(tool, struct perf_script, tool);
3241
3242 if (script->threads) {
3243 pr_warning("Extra thread map event, ignoring.\n");
3244 return 0;
3245 }
3246
3247 script->threads = thread_map__new_event(&event->thread_map);
3248 if (!script->threads)
3249 return -ENOMEM;
3250
3251 return set_maps(script);
3252}
3253
3254static
Jiri Olsa89f16882018-09-13 14:54:03 +02003255int process_cpu_map_event(struct perf_session *session,
3256 union perf_event *event)
Jiri Olsacfc88742016-01-05 22:09:06 +01003257{
Jiri Olsa89f16882018-09-13 14:54:03 +02003258 struct perf_tool *tool = session->tool;
Jiri Olsacfc88742016-01-05 22:09:06 +01003259 struct perf_script *script = container_of(tool, struct perf_script, tool);
3260
3261 if (script->cpus) {
3262 pr_warning("Extra cpu map event, ignoring.\n");
3263 return 0;
3264 }
3265
3266 script->cpus = cpu_map__new_data(&event->cpu_map.data);
3267 if (!script->cpus)
3268 return -ENOMEM;
3269
3270 return set_maps(script);
3271}
3272
Jiri Olsa89f16882018-09-13 14:54:03 +02003273static int process_feature_event(struct perf_session *session,
3274 union perf_event *event)
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303275{
3276 if (event->feat.feat_id < HEADER_LAST_FEATURE)
Jiri Olsa89f16882018-09-13 14:54:03 +02003277 return perf_event__process_feature(session, event);
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303278 return 0;
3279}
3280
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003281#ifdef HAVE_AUXTRACE_SUPPORT
Jiri Olsa89f16882018-09-13 14:54:03 +02003282static int perf_script__process_auxtrace_info(struct perf_session *session,
3283 union perf_event *event)
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003284{
Jiri Olsa89f16882018-09-13 14:54:03 +02003285 struct perf_tool *tool = session->tool;
3286
3287 int ret = perf_event__process_auxtrace_info(session, event);
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003288
3289 if (ret == 0) {
3290 struct perf_script *script = container_of(tool, struct perf_script, tool);
3291
3292 ret = perf_script__setup_per_event_dump(script);
3293 }
3294
3295 return ret;
3296}
3297#else
3298#define perf_script__process_auxtrace_info 0
3299#endif
3300
Andi Kleenb585ebd2018-09-20 11:05:36 -07003301static int parse_insn_trace(const struct option *opt __maybe_unused,
3302 const char *str __maybe_unused,
3303 int unset __maybe_unused)
3304{
3305 parse_output_fields(NULL, "+insn,-event,-period", 0);
3306 itrace_parse_synth_opts(opt, "i0ns", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003307 symbol_conf.nanosecs = true;
Andi Kleenb585ebd2018-09-20 11:05:36 -07003308 return 0;
3309}
3310
3311static int parse_xed(const struct option *opt __maybe_unused,
3312 const char *str __maybe_unused,
3313 int unset __maybe_unused)
3314{
Andi Kleen8c3e05c2020-05-21 19:09:14 -07003315 if (isatty(1))
3316 force_pager("xed -F insn: -A -64 | less");
3317 else
3318 force_pager("xed -F insn: -A -64");
Andi Kleenb585ebd2018-09-20 11:05:36 -07003319 return 0;
3320}
3321
Andi Kleend1b15522018-09-20 11:05:38 -07003322static int parse_call_trace(const struct option *opt __maybe_unused,
3323 const char *str __maybe_unused,
3324 int unset __maybe_unused)
3325{
3326 parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent", 0);
3327 itrace_parse_synth_opts(opt, "cewp", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003328 symbol_conf.nanosecs = true;
Jiri Olsa1c492422019-05-08 15:20:05 +02003329 symbol_conf.pad_output_len_dso = 50;
Andi Kleend1b15522018-09-20 11:05:38 -07003330 return 0;
3331}
3332
3333static int parse_callret_trace(const struct option *opt __maybe_unused,
3334 const char *str __maybe_unused,
3335 int unset __maybe_unused)
3336{
3337 parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent,+flags", 0);
3338 itrace_parse_synth_opts(opt, "crewp", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003339 symbol_conf.nanosecs = true;
Andi Kleend1b15522018-09-20 11:05:38 -07003340 return 0;
3341}
3342
Arnaldo Carvalho de Melob0ad8ea2017-03-27 11:47:20 -03003343int cmd_script(int argc, const char **argv)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003344{
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003345 bool show_full_info = false;
Jiri Olsae90debd2013-12-09 11:02:50 +01003346 bool header = false;
3347 bool header_only = false;
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003348 bool script_started = false;
Tom Zanussib5b87312010-11-10 08:16:51 -06003349 char *rec_script_path = NULL;
3350 char *rep_script_path = NULL;
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003351 struct perf_session *session;
Andi Kleen4eb06812018-09-20 11:05:37 -07003352 struct itrace_synth_opts itrace_synth_opts = {
3353 .set = false,
3354 .default_no_sample = true,
3355 };
Andi Kleen3ab481a2019-03-05 06:47:45 -08003356 struct utsname uts;
Tom Zanussib5b87312010-11-10 08:16:51 -06003357 char *script_path = NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003358 const char **__argv;
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003359 int i, j, err = 0;
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003360 struct perf_script script = {
3361 .tool = {
3362 .sample = process_sample_event,
3363 .mmap = perf_event__process_mmap,
3364 .mmap2 = perf_event__process_mmap2,
3365 .comm = perf_event__process_comm,
Hari Bathinif3b36142017-03-08 02:11:43 +05303366 .namespaces = perf_event__process_namespaces,
Namhyung Kim160d4af2020-03-25 21:45:36 +09003367 .cgroup = perf_event__process_cgroup,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003368 .exit = perf_event__process_exit,
3369 .fork = perf_event__process_fork,
Adrian Hunter7ea95722013-11-01 15:51:30 +02003370 .attr = process_attr,
Jiri Olsa91daee32016-04-07 09:11:13 +02003371 .event_update = perf_event__process_event_update,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003372 .tracing_data = perf_event__process_tracing_data,
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303373 .feature = process_feature_event,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003374 .build_id = perf_event__process_build_id,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003375 .id_index = perf_event__process_id_index,
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003376 .auxtrace_info = perf_script__process_auxtrace_info,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003377 .auxtrace = perf_event__process_auxtrace,
3378 .auxtrace_error = perf_event__process_auxtrace_error,
Jiri Olsae099eba2016-01-05 22:09:09 +01003379 .stat = perf_event__process_stat_event,
3380 .stat_round = process_stat_round_event,
Jiri Olsa91a2c3d2016-01-05 22:09:07 +01003381 .stat_config = process_stat_config_event,
Jiri Olsacfc88742016-01-05 22:09:06 +01003382 .thread_map = process_thread_map_event,
3383 .cpu_map = process_cpu_map_event,
Jiri Olsa0a8cb852014-07-06 14:18:21 +02003384 .ordered_events = true,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003385 .ordering_requires_timestamps = true,
3386 },
3387 };
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003388 struct perf_data data = {
Yunlong Song06af0f22015-04-02 21:47:16 +08003389 .mode = PERF_DATA_MODE_READ,
3390 };
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003391 const struct option options[] = {
3392 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
3393 "dump raw trace in ASCII"),
3394 OPT_INCR('v', "verbose", &verbose,
3395 "be more verbose (show symbol address, etc)"),
3396 OPT_BOOLEAN('L', "Latency", &latency_format,
3397 "show latency attributes (irqs/preemption disabled, etc)"),
3398 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts",
3399 list_available_scripts),
3400 OPT_CALLBACK('s', "script", NULL, "name",
3401 "script file name (lang:script name, script name, or *)",
3402 parse_scriptname),
3403 OPT_STRING('g', "gen-script", &generate_script_lang, "lang",
3404 "generate perf-script.xx script in specified language"),
3405 OPT_STRING('i', "input", &input_name, "file", "input file name"),
3406 OPT_BOOLEAN('d', "debug-mode", &debug_mode,
3407 "do various checks like samples ordering and lost events"),
Jiri Olsae90debd2013-12-09 11:02:50 +01003408 OPT_BOOLEAN(0, "header", &header, "Show data header."),
3409 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003410 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
3411 "file", "vmlinux pathname"),
3412 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
3413 "file", "kallsyms pathname"),
3414 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain,
3415 "When printing symbols do not display call chain"),
He Kuanga7066702016-05-19 11:47:37 +00003416 OPT_CALLBACK(0, "symfs", NULL, "directory",
3417 "Look for files with symbols relative to this directory",
3418 symbol__config_symfs),
Yunlong Song06af0f22015-04-02 21:47:16 +08003419 OPT_CALLBACK('F', "fields", NULL, "str",
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003420 "comma separated output fields prepend with 'type:'. "
Andi Kleen36ce5652017-06-02 08:48:10 -07003421 "+field to add and -field to remove."
Adrian Hunter14057202017-06-21 13:17:19 +03003422 "Valid types: hw,sw,trace,raw,synth. "
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003423 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
Ravi Bangoria10e9cec2018-06-25 18:12:18 +05303424 "addr,symoff,srcline,period,iregs,uregs,brstack,"
3425 "brstacksym,flags,bpf-output,brstackinsn,brstackoff,"
Adrian Hunter68fb45b2019-05-20 14:37:14 +03003426 "callindent,insn,insnlen,synth,phys_addr,metric,misc,ipc",
Andi Kleen48d02a12017-02-23 15:46:34 -08003427 parse_output_fields),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003428 OPT_BOOLEAN('a', "all-cpus", &system_wide,
3429 "system-wide collection from all CPUs"),
3430 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
3431 "only consider these symbols"),
Andi Kleenb585ebd2018-09-20 11:05:36 -07003432 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL,
3433 "Decode instructions from itrace", parse_insn_trace),
3434 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL,
3435 "Run xed disassembler on output", parse_xed),
Andi Kleend1b15522018-09-20 11:05:38 -07003436 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
3437 "Decode calls from from itrace", parse_call_trace),
3438 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
3439 "Decode calls and returns from itrace", parse_callret_trace),
Andi Kleen99f753f2018-09-20 11:05:39 -07003440 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]",
3441 "Only print symbols and callees with --call-trace/--call-ret-trace"),
David Ahern64eff7d2016-11-25 13:00:21 -07003442 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]",
3443 "Stop display of callgraph at these symbols"),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003444 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"),
3445 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
3446 "only display events for these comms"),
David Aherne03eaa42015-03-24 09:52:41 -06003447 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
3448 "only consider symbols in these pids"),
3449 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
3450 "only consider symbols in these tids"),
Arnaldo Carvalho de Melo6125cc82016-04-14 18:15:18 -03003451 OPT_UINTEGER(0, "max-stack", &scripting_max_stack,
3452 "Set the maximum stack depth when parsing the callchain, "
3453 "anything beyond the specified depth will be ignored. "
Arnaldo Carvalho de Melo4cb93442016-04-27 10:16:24 -03003454 "Default: kernel.perf_event_max_stack or " __stringify(PERF_MAX_STACK_DEPTH)),
Andi Kleen90b10f42019-03-14 15:50:00 -07003455 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"),
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +01003456 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003457 OPT_BOOLEAN('I', "show-info", &show_full_info,
3458 "display extended information from perf.data file"),
3459 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
3460 "Show the path of [kernel.kallsyms]"),
Namhyung Kimad7ebb92013-11-26 17:51:12 +09003461 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events,
3462 "Show the fork/comm/exit events"),
Namhyung Kimba1ddf42013-11-26 17:54:26 +09003463 OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events,
3464 "Show the mmap events"),
Adrian Hunter7c148982015-07-21 12:44:06 +03003465 OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events,
3466 "Show context switch events (if recorded)"),
Hari Bathini96a44bb2017-03-08 02:12:06 +05303467 OPT_BOOLEAN('\0', "show-namespace-events", &script.show_namespace_events,
3468 "Show namespace events (if recorded)"),
Namhyung Kim160d4af2020-03-25 21:45:36 +09003469 OPT_BOOLEAN('\0', "show-cgroup-events", &script.show_cgroup_events,
3470 "Show cgroup events (if recorded)"),
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01003471 OPT_BOOLEAN('\0', "show-lost-events", &script.show_lost_events,
3472 "Show lost events (if recorded)"),
Jiri Olsa3233b372018-02-06 19:17:59 +01003473 OPT_BOOLEAN('\0', "show-round-events", &script.show_round_events,
3474 "Show round events (if recorded)"),
Jiri Olsa490c8cc2019-05-08 15:20:08 +02003475 OPT_BOOLEAN('\0', "show-bpf-events", &script.show_bpf_events,
3476 "Show bpf related events (if recorded)"),
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03003477 OPT_BOOLEAN('\0', "per-event-dump", &script.per_event_dump,
3478 "Dump trace output to files named by the monitored events"),
Yannick Brosseaube3d4662017-01-13 13:25:27 -05003479 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
Andi Kleen48d02a12017-02-23 15:46:34 -08003480 OPT_INTEGER(0, "max-blocks", &max_blocks,
3481 "Maximum number of code blocks to dump with brstackinsn"),
Andi Kleen52bab882019-03-05 06:47:47 -08003482 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs,
Adrian Hunter83e19862015-09-25 16:15:36 +03003483 "Use 9 decimal places when displaying time"),
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003484 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
Andi Kleenc12e0392018-09-13 20:10:31 -07003485 "Instruction Tracing options\n" ITRACE_HELP,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003486 itrace_parse_synth_opts),
Andi Kleena9710ba2015-08-07 15:24:05 -07003487 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
3488 "Show full source file name path for source lines"),
Mark Drayton77e00702015-08-26 12:18:15 -07003489 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
3490 "Enable symbol demangling"),
3491 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
3492 "Enable kernel symbol demangling"),
David Aherna91f4c42016-11-29 10:15:43 -07003493 OPT_STRING(0, "time", &script.time_str, "str",
3494 "Time span of interest (start,stop)"),
Namhyung Kim325fbff2017-05-24 15:21:26 +09003495 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
3496 "Show inline function"),
Arnaldo Carvalho de Melo15a108a2019-06-28 17:16:58 -03003497 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
3498 "guest mount directory under which every guest os"
3499 " instance has a subdir"),
3500 OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name,
3501 "file", "file saving guest os vmlinux"),
3502 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms,
3503 "file", "file saving guest os /proc/kallsyms"),
3504 OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules,
3505 "file", "file saving guest os /proc/modules"),
Kan Liang680d1252020-03-19 13:25:14 -07003506 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr,
3507 "Enable LBR callgraph stitching approach"),
Arnaldo Carvalho de Meloadd3a712019-08-15 11:21:21 -03003508 OPTS_EVSWITCH(&script.evswitch),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003509 OPT_END()
3510 };
Yunlong Song40cae2b2015-03-18 21:35:54 +08003511 const char * const script_subcommands[] = { "record", "report", NULL };
3512 const char *script_usage[] = {
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003513 "perf script [<options>]",
3514 "perf script [<options>] record <script> [<record-options>] <command>",
3515 "perf script [<options>] report <script> [script-args]",
3516 "perf script [<options>] <script> [<record-options>] <command>",
3517 "perf script [<options>] <top-script> [script-args]",
3518 NULL
3519 };
Tom Zanussi38752942009-12-15 02:53:39 -06003520
Arnaldo Carvalho de Melo0a7c74e2017-04-04 13:15:04 -03003521 perf_set_singlethreaded();
3522
Tom Zanussib5b87312010-11-10 08:16:51 -06003523 setup_scripting();
3524
Yunlong Song40cae2b2015-03-18 21:35:54 +08003525 argc = parse_options_subcommand(argc, argv, options, script_subcommands, script_usage,
Tom Zanussib5b87312010-11-10 08:16:51 -06003526 PARSE_OPT_STOP_AT_NON_OPTION);
3527
Arnaldo Carvalho de Melo15a108a2019-06-28 17:16:58 -03003528 if (symbol_conf.guestmount ||
3529 symbol_conf.default_guest_vmlinux_name ||
3530 symbol_conf.default_guest_kallsyms ||
3531 symbol_conf.default_guest_modules) {
3532 /*
3533 * Enable guest sample processing.
3534 */
3535 perf_guest = true;
3536 }
3537
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003538 data.path = input_name;
3539 data.force = symbol_conf.force;
Jiri Olsaf5fc14122013-10-15 16:27:32 +02003540
Tom Zanussib5b87312010-11-10 08:16:51 -06003541 if (argc > 1 && !strncmp(argv[0], "rec", strlen("rec"))) {
3542 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
3543 if (!rec_script_path)
Arnaldo Carvalho de Melob0ad8ea2017-03-27 11:47:20 -03003544 return cmd_record(argc, argv);
Tom Zanussi38752942009-12-15 02:53:39 -06003545 }
3546
Tom Zanussib5b87312010-11-10 08:16:51 -06003547 if (argc > 1 && !strncmp(argv[0], "rep", strlen("rep"))) {
3548 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
3549 if (!rep_script_path) {
Tom Zanussi38752942009-12-15 02:53:39 -06003550 fprintf(stderr,
Tom Zanussib5b87312010-11-10 08:16:51 -06003551 "Please specify a valid report script"
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003552 "(see 'perf script -l' for listing)\n");
Tom Zanussi38752942009-12-15 02:53:39 -06003553 return -1;
3554 }
Tom Zanussi38752942009-12-15 02:53:39 -06003555 }
3556
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +01003557 if (reltime && deltatime) {
3558 fprintf(stderr,
3559 "reltime and deltatime - the two don't get along well. "
3560 "Please limit to --reltime or --deltatime.\n");
3561 return -1;
3562 }
3563
Adrian Hunter1c5c25b2020-04-01 13:16:05 +03003564 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
Adrian Hunter3c5b6452015-09-25 16:15:51 +03003565 itrace_synth_opts.callchain_sz > scripting_max_stack)
3566 scripting_max_stack = itrace_synth_opts.callchain_sz;
3567
Ben Hutchings44e668c2010-10-10 16:10:03 +01003568 /* make sure PERF_EXEC_PATH is set for scripts */
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003569 set_argv_exec_path(get_argv_exec_path());
Ben Hutchings44e668c2010-10-10 16:10:03 +01003570
Tom Zanussib5b87312010-11-10 08:16:51 -06003571 if (argc && !script_name && !rec_script_path && !rep_script_path) {
Tom Zanussia0cccc22010-04-01 23:59:25 -05003572 int live_pipe[2];
Tom Zanussib5b87312010-11-10 08:16:51 -06003573 int rep_args;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003574 pid_t pid;
3575
Tom Zanussib5b87312010-11-10 08:16:51 -06003576 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
3577 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);
3578
3579 if (!rec_script_path && !rep_script_path) {
Namhyung Kimc7118362015-10-25 00:49:27 +09003580 usage_with_options_msg(script_usage, options,
3581 "Couldn't find script `%s'\n\n See perf"
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003582 " script -l for available scripts.\n", argv[0]);
Tom Zanussia0cccc22010-04-01 23:59:25 -05003583 }
3584
Tom Zanussib5b87312010-11-10 08:16:51 -06003585 if (is_top_script(argv[0])) {
3586 rep_args = argc - 1;
3587 } else {
3588 int rec_args;
3589
3590 rep_args = has_required_arg(rep_script_path);
3591 rec_args = (argc - 1) - rep_args;
3592 if (rec_args < 0) {
Namhyung Kimc7118362015-10-25 00:49:27 +09003593 usage_with_options_msg(script_usage, options,
3594 "`%s' script requires options."
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003595 "\n\n See perf script -l for available "
Tom Zanussib5b87312010-11-10 08:16:51 -06003596 "scripts and options.\n", argv[0]);
Tom Zanussib5b87312010-11-10 08:16:51 -06003597 }
Tom Zanussia0cccc22010-04-01 23:59:25 -05003598 }
3599
3600 if (pipe(live_pipe) < 0) {
3601 perror("failed to create pipe");
David Ahernd54b1a92012-08-26 12:24:46 -06003602 return -1;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003603 }
3604
3605 pid = fork();
3606 if (pid < 0) {
3607 perror("failed to fork");
David Ahernd54b1a92012-08-26 12:24:46 -06003608 return -1;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003609 }
3610
3611 if (!pid) {
Tom Zanussib5b87312010-11-10 08:16:51 -06003612 j = 0;
3613
Tom Zanussia0cccc22010-04-01 23:59:25 -05003614 dup2(live_pipe[1], 1);
3615 close(live_pipe[0]);
3616
Robert Richter317df652011-11-25 15:05:25 +01003617 if (is_top_script(argv[0])) {
3618 system_wide = true;
3619 } else if (!system_wide) {
David Ahernd54b1a92012-08-26 12:24:46 -06003620 if (have_cmd(argc - rep_args, &argv[rep_args]) != 0) {
3621 err = -1;
3622 goto out;
3623 }
Robert Richter317df652011-11-25 15:05:25 +01003624 }
Tom Zanussib5b87312010-11-10 08:16:51 -06003625
3626 __argv = malloc((argc + 6) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003627 if (!__argv) {
3628 pr_err("malloc failed\n");
3629 err = -ENOMEM;
3630 goto out;
3631 }
Tom Zanussie8719ad2010-11-10 07:52:32 -06003632
Tom Zanussib5b87312010-11-10 08:16:51 -06003633 __argv[j++] = "/bin/sh";
3634 __argv[j++] = rec_script_path;
3635 if (system_wide)
3636 __argv[j++] = "-a";
3637 __argv[j++] = "-q";
3638 __argv[j++] = "-o";
3639 __argv[j++] = "-";
3640 for (i = rep_args + 1; i < argc; i++)
3641 __argv[j++] = argv[i];
3642 __argv[j++] = NULL;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003643
3644 execvp("/bin/sh", (char **)__argv);
Tom Zanussie8719ad2010-11-10 07:52:32 -06003645 free(__argv);
Tom Zanussia0cccc22010-04-01 23:59:25 -05003646 exit(-1);
3647 }
3648
3649 dup2(live_pipe[0], 0);
3650 close(live_pipe[1]);
3651
Tom Zanussib5b87312010-11-10 08:16:51 -06003652 __argv = malloc((argc + 4) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003653 if (!__argv) {
3654 pr_err("malloc failed\n");
3655 err = -ENOMEM;
3656 goto out;
3657 }
3658
Tom Zanussib5b87312010-11-10 08:16:51 -06003659 j = 0;
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003660 __argv[j++] = "/bin/sh";
Tom Zanussib5b87312010-11-10 08:16:51 -06003661 __argv[j++] = rep_script_path;
3662 for (i = 1; i < rep_args + 1; i++)
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003663 __argv[j++] = argv[i];
Tom Zanussib5b87312010-11-10 08:16:51 -06003664 __argv[j++] = "-i";
3665 __argv[j++] = "-";
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003666 __argv[j++] = NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003667
3668 execvp("/bin/sh", (char **)__argv);
Tom Zanussie8719ad2010-11-10 07:52:32 -06003669 free(__argv);
Tom Zanussi38752942009-12-15 02:53:39 -06003670 exit(-1);
3671 }
Tom Zanussi956ffd02009-11-25 01:15:46 -06003672
Tom Zanussib5b87312010-11-10 08:16:51 -06003673 if (rec_script_path)
3674 script_path = rec_script_path;
3675 if (rep_script_path)
3676 script_path = rep_script_path;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003677
Tom Zanussib5b87312010-11-10 08:16:51 -06003678 if (script_path) {
Tom Zanussib5b87312010-11-10 08:16:51 -06003679 j = 0;
3680
Robert Richter317df652011-11-25 15:05:25 +01003681 if (!rec_script_path)
3682 system_wide = false;
David Ahernd54b1a92012-08-26 12:24:46 -06003683 else if (!system_wide) {
3684 if (have_cmd(argc - 1, &argv[1]) != 0) {
3685 err = -1;
3686 goto out;
3687 }
3688 }
Tom Zanussib5b87312010-11-10 08:16:51 -06003689
3690 __argv = malloc((argc + 2) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003691 if (!__argv) {
3692 pr_err("malloc failed\n");
3693 err = -ENOMEM;
3694 goto out;
3695 }
3696
Tom Zanussib5b87312010-11-10 08:16:51 -06003697 __argv[j++] = "/bin/sh";
3698 __argv[j++] = script_path;
3699 if (system_wide)
3700 __argv[j++] = "-a";
3701 for (i = 2; i < argc; i++)
3702 __argv[j++] = argv[i];
3703 __argv[j++] = NULL;
3704
3705 execvp("/bin/sh", (char **)__argv);
3706 free(__argv);
3707 exit(-1);
3708 }
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003709
Milian Wolffc1c9b962018-10-21 21:14:23 +02003710 if (!script_name) {
Tom Zanussicf4fee52010-03-03 01:04:33 -06003711 setup_pager();
Milian Wolffc1c9b962018-10-21 21:14:23 +02003712 use_browser = 0;
3713 }
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003714
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003715 session = perf_session__new(&data, false, &script.tool);
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +05303716 if (IS_ERR(session))
3717 return PTR_ERR(session);
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003718
Jiri Olsae90debd2013-12-09 11:02:50 +01003719 if (header || header_only) {
David Carrillo-Cisneros114f7092017-07-17 21:25:47 -07003720 script.tool.show_feat_hdr = SHOW_FEAT_HEADER;
Jiri Olsae90debd2013-12-09 11:02:50 +01003721 perf_session__fprintf_info(session, stdout, show_full_info);
3722 if (header_only)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003723 goto out_delete;
Jiri Olsae90debd2013-12-09 11:02:50 +01003724 }
David Carrillo-Cisneros114f7092017-07-17 21:25:47 -07003725 if (show_full_info)
3726 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO;
Jiri Olsae90debd2013-12-09 11:02:50 +01003727
Namhyung Kim0a7e6d12014-08-12 15:40:45 +09003728 if (symbol__init(&session->header.env) < 0)
Namhyung Kim38520dc2014-08-12 15:40:42 +09003729 goto out_delete;
3730
Andi Kleen3ab481a2019-03-05 06:47:45 -08003731 uname(&uts);
Song Liu9d491692019-06-20 18:44:38 -07003732 if (data.is_pipe || /* assume pipe_mode indicates native_arch */
3733 !strcmp(uts.machine, session->header.env.arch) ||
Andi Kleen3ab481a2019-03-05 06:47:45 -08003734 (!strcmp(uts.machine, "x86_64") &&
3735 !strcmp(session->header.env.arch, "i386")))
3736 native_arch = true;
3737
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003738 script.session = session;
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003739 script__setup_sample_type(&script);
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003740
Andi Kleen99f753f2018-09-20 11:05:39 -07003741 if ((output[PERF_TYPE_HARDWARE].fields & PERF_OUTPUT_CALLINDENT) ||
3742 symbol_conf.graph_function)
Adrian Huntere2167082016-06-23 16:40:58 +03003743 itrace_synth_opts.thread_stack = true;
3744
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003745 session->itrace_synth_opts = &itrace_synth_opts;
3746
Anton Blanchard5d67be92011-07-04 21:57:50 +10003747 if (cpu_list) {
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003748 err = perf_session__cpu_bitmap(session, cpu_list, cpu_bitmap);
3749 if (err < 0)
3750 goto out_delete;
Adrian Hunter644e0842017-05-26 11:17:38 +03003751 itrace_synth_opts.cpu_bitmap = cpu_bitmap;
Anton Blanchard5d67be92011-07-04 21:57:50 +10003752 }
3753
David Ahern1424dc92011-03-09 22:23:28 -07003754 if (!no_callchain)
David Ahernc0230b22011-03-09 22:23:27 -07003755 symbol_conf.use_callchain = true;
3756 else
3757 symbol_conf.use_callchain = false;
3758
Arnaldo Carvalho de Melo9ee67422015-08-03 16:27:40 -03003759 if (session->tevent.pevent &&
Tzvetomir Stoyanov (VMware)ece2a4f2018-08-08 14:02:55 -04003760 tep_set_function_resolver(session->tevent.pevent,
3761 machine__resolve_kernel_addr,
3762 &session->machines.host) < 0) {
Arnaldo Carvalho de Meloccb3a822015-07-22 16:43:37 -03003763 pr_err("%s: failed to set libtraceevent function resolver\n", __func__);
Christophe JAILLETdb49bc12017-09-16 08:25:37 +02003764 err = -1;
3765 goto out_delete;
Arnaldo Carvalho de Meloccb3a822015-07-22 16:43:37 -03003766 }
3767
Tom Zanussi956ffd02009-11-25 01:15:46 -06003768 if (generate_script_lang) {
3769 struct stat perf_stat;
David Ahern745f43e2011-03-09 22:23:26 -07003770 int input;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003771
David Ahern2c9e45f72011-03-17 10:03:21 -06003772 if (output_set_by_user()) {
David Ahern745f43e2011-03-09 22:23:26 -07003773 fprintf(stderr,
3774 "custom fields not supported for generated scripts");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003775 err = -EINVAL;
3776 goto out_delete;
David Ahern745f43e2011-03-09 22:23:26 -07003777 }
3778
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003779 input = open(data.path, O_RDONLY); /* input_name */
Tom Zanussi956ffd02009-11-25 01:15:46 -06003780 if (input < 0) {
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003781 err = -errno;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003782 perror("failed to open file");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003783 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003784 }
3785
3786 err = fstat(input, &perf_stat);
3787 if (err < 0) {
3788 perror("failed to stat file");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003789 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003790 }
3791
3792 if (!perf_stat.st_size) {
3793 fprintf(stderr, "zero-sized file, nothing to do!\n");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003794 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003795 }
3796
3797 scripting_ops = script_spec__lookup(generate_script_lang);
3798 if (!scripting_ops) {
3799 fprintf(stderr, "invalid language specifier");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003800 err = -ENOENT;
3801 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003802 }
3803
Jiri Olsa29f5ffd2013-12-03 14:09:23 +01003804 err = scripting_ops->generate_script(session->tevent.pevent,
Arnaldo Carvalho de Meloda378962012-06-27 13:08:42 -03003805 "perf-script");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003806 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003807 }
3808
3809 if (script_name) {
Tom Zanussi586bc5c2009-12-15 02:53:35 -06003810 err = scripting_ops->start_script(script_name, argc, argv);
Tom Zanussi956ffd02009-11-25 01:15:46 -06003811 if (err)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003812 goto out_delete;
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003813 pr_debug("perf script started with script %s\n\n", script_name);
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003814 script_started = true;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003815 }
3816
David Ahern9cbdb702011-04-06 21:54:20 -06003817
3818 err = perf_session__check_output_opt(session);
3819 if (err < 0)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003820 goto out_delete;
David Ahern9cbdb702011-04-06 21:54:20 -06003821
Jin Yao284c4e12019-03-01 18:13:06 +08003822 if (script.time_str) {
Andi Kleenb3509b62019-10-11 11:21:39 -07003823 err = perf_time__parse_for_ranges_reltime(script.time_str, session,
Jin Yao284c4e12019-03-01 18:13:06 +08003824 &script.ptime_range,
3825 &script.range_size,
Andi Kleenb3509b62019-10-11 11:21:39 -07003826 &script.range_num,
3827 reltime);
Jin Yao284c4e12019-03-01 18:13:06 +08003828 if (err < 0)
Jin Yao2ab046c2017-12-08 21:13:46 +08003829 goto out_delete;
Adrian Hunter400ae982019-06-04 16:00:00 +03003830
3831 itrace_synth_opts__set_time_range(&itrace_synth_opts,
3832 script.ptime_range,
3833 script.range_num);
David Aherna91f4c42016-11-29 10:15:43 -07003834 }
3835
Arnaldo Carvalho de Melo124e02b2019-08-15 11:31:29 -03003836 err = evswitch__init(&script.evswitch, session->evlist, stderr);
3837 if (err)
3838 goto out_delete;
Arnaldo Carvalho de Melodd41f662019-08-14 16:51:28 -03003839
Milian Wolffb13b04d2020-06-13 01:03:33 +02003840 if (zstd_init(&(session->zstd_data), 0) < 0)
3841 pr_warning("Decompression initialization failed. Reported data may be incomplete.\n");
3842
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003843 err = __cmd_script(&script);
Tom Zanussi956ffd02009-11-25 01:15:46 -06003844
Adrian Hunterd445dd22014-08-15 22:08:37 +03003845 flush_scripting();
3846
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003847out_delete:
Adrian Hunter400ae982019-06-04 16:00:00 +03003848 if (script.ptime_range) {
3849 itrace_synth_opts__clear_time_range(&itrace_synth_opts);
Jin Yao284c4e12019-03-01 18:13:06 +08003850 zfree(&script.ptime_range);
Adrian Hunter400ae982019-06-04 16:00:00 +03003851 }
Jin Yaocc2ef582018-01-10 23:00:33 +08003852
Jiri Olsacfc88742016-01-05 22:09:06 +01003853 perf_evlist__free_stats(session->evlist);
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003854 perf_session__delete(session);
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003855
3856 if (script_started)
3857 cleanup_scripting();
Tom Zanussi956ffd02009-11-25 01:15:46 -06003858out:
3859 return err;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003860}