blob: edacfa98d073b38bdbc70754a4b795ec82cb53c2 [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"
Kan Liang6b9bae62020-12-16 10:57:57 -080033#include "util/event.h"
Arnaldo Carvalho de Melofa0d9842019-08-30 12:52:25 -030034#include "ui/ui.h"
Arnaldo Carvalho de Melofea01392017-04-17 16:23:22 -030035#include "print_binary.h"
Andi Kleen3ab481a2019-03-05 06:47:45 -080036#include "archinsn.h"
Anton Blanchard5d67be92011-07-04 21:57:50 +100037#include <linux/bitmap.h>
Arnaldo Carvalho de Melo877a7a12017-04-17 11:39:06 -030038#include <linux/kernel.h>
Arnaldo Carvalho de Melo6125cc82016-04-14 18:15:18 -030039#include <linux/stringify.h>
Arnaldo Carvalho de Melobd48c632016-08-05 15:40:30 -030040#include <linux/time64.h>
Arnaldo Carvalho de Melo7f7c5362019-07-04 11:32:27 -030041#include <linux/zalloc.h>
Andi Kleen3ab481a2019-03-05 06:47:45 -080042#include <sys/utsname.h>
Jiri Olsacfc88742016-01-05 22:09:06 +010043#include "asm/bug.h"
Jiri Olsac19ac912016-02-24 09:46:54 +010044#include "util/mem-events.h"
Andi Kleen48d02a12017-02-23 15:46:34 -080045#include "util/dump-insn.h"
Arnaldo Carvalho de Melo76b31a22017-04-18 12:26:44 -030046#include <dirent.h>
Arnaldo Carvalho de Meloa43783a2017-04-18 10:46:11 -030047#include <errno.h>
Arnaldo Carvalho de Melofd20e812017-04-17 15:23:08 -030048#include <inttypes.h>
Arnaldo Carvalho de Melo9607ad32017-04-19 15:49:18 -030049#include <signal.h>
Arnaldo Carvalho de Melo391e4202017-04-19 18:51:14 -030050#include <sys/param.h>
Arnaldo Carvalho de Melo7a8ef4c2017-04-19 20:57:47 -030051#include <sys/types.h>
52#include <sys/stat.h>
Arnaldo Carvalho de Melobafae982018-01-22 16:42:16 -030053#include <fcntl.h>
Arnaldo Carvalho de Melo7a8ef4c2017-04-19 20:57:47 -030054#include <unistd.h>
Andi Kleenb585ebd2018-09-20 11:05:36 -070055#include <subcmd/pager.h>
Jiri Olsa453fa032019-07-21 13:24:43 +020056#include <perf/evlist.h>
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +053057#include <linux/err.h>
Arnaldo Carvalho de Meloaeb00b12019-08-22 15:40:29 -030058#include "util/record.h"
Arnaldo Carvalho de Melo2da39f12019-08-27 11:51:18 -030059#include "util/util.h"
Arnaldo Carvalho de Meloc1a604d2019-08-29 15:20:59 -030060#include "perf.h"
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +020061
Arnaldo Carvalho de Melo3052ba52019-06-25 17:27:31 -030062#include <linux/ctype.h>
Arnaldo Carvalho de Melo3d689ed2017-04-17 16:10:49 -030063
Tom Zanussi956ffd02009-11-25 01:15:46 -060064static char const *script_name;
65static char const *generate_script_lang;
Andi Kleen90b10f42019-03-14 15:50:00 -070066static bool reltime;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +010067static bool deltatime;
Andi Kleen90b10f42019-03-14 15:50:00 -070068static u64 initial_time;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +010069static u64 previous_time;
Frederic Weisbeckerffabd992010-05-27 16:27:47 +020070static bool debug_mode;
Frederic Weisbeckere1889d72010-04-24 01:55:09 +020071static u64 last_timestamp;
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +020072static u64 nr_unordered;
David Ahernc0230b22011-03-09 22:23:27 -070073static bool no_callchain;
Namhyung Kim47390ae2013-06-04 14:20:28 +090074static bool latency_format;
Robert Richter317df652011-11-25 15:05:25 +010075static bool system_wide;
Adrian Hunter400ea6d2015-04-09 18:54:05 +030076static bool print_flags;
Anton Blanchard5d67be92011-07-04 21:57:50 +100077static const char *cpu_list;
78static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
Jiri Olsa91a2c3d2016-01-05 22:09:07 +010079static struct perf_stat_config stat_config;
Andi Kleen48d02a12017-02-23 15:46:34 -080080static int max_blocks;
Andi Kleen3ab481a2019-03-05 06:47:45 -080081static bool native_arch;
Tom Zanussi956ffd02009-11-25 01:15:46 -060082
Adrian Hunter44cbe722015-09-25 16:15:50 +030083unsigned int scripting_max_stack = PERF_MAX_STACK_DEPTH;
Adrian Hunter03cd1fe2015-09-25 16:15:49 +030084
David Ahern745f43e2011-03-09 22:23:26 -070085enum perf_output_field {
Jiri Olsa60e5eeb2020-08-05 11:34:43 +020086 PERF_OUTPUT_COMM = 1ULL << 0,
87 PERF_OUTPUT_TID = 1ULL << 1,
88 PERF_OUTPUT_PID = 1ULL << 2,
89 PERF_OUTPUT_TIME = 1ULL << 3,
90 PERF_OUTPUT_CPU = 1ULL << 4,
91 PERF_OUTPUT_EVNAME = 1ULL << 5,
92 PERF_OUTPUT_TRACE = 1ULL << 6,
93 PERF_OUTPUT_IP = 1ULL << 7,
94 PERF_OUTPUT_SYM = 1ULL << 8,
95 PERF_OUTPUT_DSO = 1ULL << 9,
96 PERF_OUTPUT_ADDR = 1ULL << 10,
97 PERF_OUTPUT_SYMOFFSET = 1ULL << 11,
98 PERF_OUTPUT_SRCLINE = 1ULL << 12,
99 PERF_OUTPUT_PERIOD = 1ULL << 13,
100 PERF_OUTPUT_IREGS = 1ULL << 14,
101 PERF_OUTPUT_BRSTACK = 1ULL << 15,
102 PERF_OUTPUT_BRSTACKSYM = 1ULL << 16,
103 PERF_OUTPUT_DATA_SRC = 1ULL << 17,
104 PERF_OUTPUT_WEIGHT = 1ULL << 18,
105 PERF_OUTPUT_BPF_OUTPUT = 1ULL << 19,
106 PERF_OUTPUT_CALLINDENT = 1ULL << 20,
107 PERF_OUTPUT_INSN = 1ULL << 21,
108 PERF_OUTPUT_INSNLEN = 1ULL << 22,
109 PERF_OUTPUT_BRSTACKINSN = 1ULL << 23,
110 PERF_OUTPUT_BRSTACKOFF = 1ULL << 24,
111 PERF_OUTPUT_SYNTH = 1ULL << 25,
112 PERF_OUTPUT_PHYS_ADDR = 1ULL << 26,
113 PERF_OUTPUT_UREGS = 1ULL << 27,
114 PERF_OUTPUT_METRIC = 1ULL << 28,
115 PERF_OUTPUT_MISC = 1ULL << 29,
116 PERF_OUTPUT_SRCCODE = 1ULL << 30,
117 PERF_OUTPUT_IPC = 1ULL << 31,
Jiri Olsae534bfb2020-08-05 11:34:44 +0200118 PERF_OUTPUT_TOD = 1ULL << 32,
Kan Liang6b9bae62020-12-16 10:57:57 -0800119 PERF_OUTPUT_DATA_PAGE_SIZE = 1ULL << 33,
Jiri Olsae534bfb2020-08-05 11:34:44 +0200120};
121
122struct perf_script {
123 struct perf_tool tool;
124 struct perf_session *session;
125 bool show_task_events;
126 bool show_mmap_events;
127 bool show_switch_events;
128 bool show_namespace_events;
129 bool show_lost_events;
130 bool show_round_events;
131 bool show_bpf_events;
132 bool show_cgroup_events;
133 bool show_text_poke_events;
134 bool allocated;
135 bool per_event_dump;
136 bool stitch_lbr;
137 struct evswitch evswitch;
138 struct perf_cpu_map *cpus;
139 struct perf_thread_map *threads;
140 int name_width;
141 const char *time_str;
142 struct perf_time_interval *ptime_range;
143 int range_size;
144 int range_num;
David Ahern745f43e2011-03-09 22:23:26 -0700145};
146
147struct output_option {
148 const char *str;
149 enum perf_output_field field;
150} all_output_options[] = {
151 {.str = "comm", .field = PERF_OUTPUT_COMM},
152 {.str = "tid", .field = PERF_OUTPUT_TID},
153 {.str = "pid", .field = PERF_OUTPUT_PID},
154 {.str = "time", .field = PERF_OUTPUT_TIME},
155 {.str = "cpu", .field = PERF_OUTPUT_CPU},
156 {.str = "event", .field = PERF_OUTPUT_EVNAME},
157 {.str = "trace", .field = PERF_OUTPUT_TRACE},
David Ahern787bef12011-05-27 14:28:43 -0600158 {.str = "ip", .field = PERF_OUTPUT_IP},
David Ahernc0230b22011-03-09 22:23:27 -0700159 {.str = "sym", .field = PERF_OUTPUT_SYM},
David Ahern610723f2011-05-27 14:28:44 -0600160 {.str = "dso", .field = PERF_OUTPUT_DSO},
David Ahern7cec0922011-05-30 13:08:23 -0600161 {.str = "addr", .field = PERF_OUTPUT_ADDR},
Akihiro Nagaia978f2a2012-01-30 13:43:15 +0900162 {.str = "symoff", .field = PERF_OUTPUT_SYMOFFSET},
Adrian Huntercc8fae12013-12-06 09:42:57 +0200163 {.str = "srcline", .field = PERF_OUTPUT_SRCLINE},
Jiri Olsa535aeaae2014-08-25 16:45:42 +0200164 {.str = "period", .field = PERF_OUTPUT_PERIOD},
Stephane Eranianfc36f942015-08-31 18:41:10 +0200165 {.str = "iregs", .field = PERF_OUTPUT_IREGS},
Andi Kleenb1491ac2017-09-05 11:40:57 -0700166 {.str = "uregs", .field = PERF_OUTPUT_UREGS},
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200167 {.str = "brstack", .field = PERF_OUTPUT_BRSTACK},
168 {.str = "brstacksym", .field = PERF_OUTPUT_BRSTACKSYM},
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100169 {.str = "data_src", .field = PERF_OUTPUT_DATA_SRC},
170 {.str = "weight", .field = PERF_OUTPUT_WEIGHT},
Wang Nan30372f02016-02-24 11:20:45 +0000171 {.str = "bpf-output", .field = PERF_OUTPUT_BPF_OUTPUT},
Adrian Huntere2167082016-06-23 16:40:58 +0300172 {.str = "callindent", .field = PERF_OUTPUT_CALLINDENT},
Andi Kleen224e2c92016-10-07 16:42:27 +0300173 {.str = "insn", .field = PERF_OUTPUT_INSN},
174 {.str = "insnlen", .field = PERF_OUTPUT_INSNLEN},
Andi Kleen48d02a12017-02-23 15:46:34 -0800175 {.str = "brstackinsn", .field = PERF_OUTPUT_BRSTACKINSN},
Mark Santaniello106dacd2017-06-19 09:38:25 -0700176 {.str = "brstackoff", .field = PERF_OUTPUT_BRSTACKOFF},
Adrian Hunter47e78082017-05-26 11:17:22 +0300177 {.str = "synth", .field = PERF_OUTPUT_SYNTH},
Kan Liang49d58f02017-08-29 13:11:11 -0400178 {.str = "phys_addr", .field = PERF_OUTPUT_PHYS_ADDR},
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800179 {.str = "metric", .field = PERF_OUTPUT_METRIC},
Jiri Olsa28a0b392018-01-07 17:03:52 +0100180 {.str = "misc", .field = PERF_OUTPUT_MISC},
Andi Kleendd2e18e2018-12-03 16:18:48 -0800181 {.str = "srccode", .field = PERF_OUTPUT_SRCCODE},
Adrian Hunter68fb45b2019-05-20 14:37:14 +0300182 {.str = "ipc", .field = PERF_OUTPUT_IPC},
Jiri Olsae534bfb2020-08-05 11:34:44 +0200183 {.str = "tod", .field = PERF_OUTPUT_TOD},
Kan Liang6b9bae62020-12-16 10:57:57 -0800184 {.str = "data_page_size", .field = PERF_OUTPUT_DATA_PAGE_SIZE},
David Ahern745f43e2011-03-09 22:23:26 -0700185};
186
Adrian Hunter14057202017-06-21 13:17:19 +0300187enum {
188 OUTPUT_TYPE_SYNTH = PERF_TYPE_MAX,
189 OUTPUT_TYPE_MAX
190};
191
David Ahern745f43e2011-03-09 22:23:26 -0700192/* default set to maintain compatibility with current format */
David Ahern2c9e45f72011-03-17 10:03:21 -0600193static struct {
194 bool user_set;
David Ahern9cbdb702011-04-06 21:54:20 -0600195 bool wildcard_set;
David Aherna6ffaf92013-08-07 22:50:51 -0400196 unsigned int print_ip_opts;
David Ahern2c9e45f72011-03-17 10:03:21 -0600197 u64 fields;
198 u64 invalid_fields;
Andi Kleen4b6ac812019-02-24 07:37:12 -0800199 u64 user_set_fields;
Adrian Hunterb5164082020-05-27 21:02:50 +0300200 u64 user_unset_fields;
Adrian Hunter14057202017-06-21 13:17:19 +0300201} output[OUTPUT_TYPE_MAX] = {
David Ahern1424dc92011-03-09 22:23:28 -0700202
David Ahern2c9e45f72011-03-17 10:03:21 -0600203 [PERF_TYPE_HARDWARE] = {
204 .user_set = false,
David Ahern1424dc92011-03-09 22:23:28 -0700205
David Ahern2c9e45f72011-03-17 10:03:21 -0600206 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
207 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600208 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530209 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
210 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
David Ahern2c9e45f72011-03-17 10:03:21 -0600211
Wang Nan30372f02016-02-24 11:20:45 +0000212 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
David Ahern2c9e45f72011-03-17 10:03:21 -0600213 },
214
215 [PERF_TYPE_SOFTWARE] = {
216 .user_set = false,
217
218 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
219 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600220 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530221 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
222 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD |
223 PERF_OUTPUT_BPF_OUTPUT,
David Ahern2c9e45f72011-03-17 10:03:21 -0600224
225 .invalid_fields = PERF_OUTPUT_TRACE,
226 },
227
228 [PERF_TYPE_TRACEPOINT] = {
229 .user_set = false,
230
231 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
232 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
Wang Nan30372f02016-02-24 11:20:45 +0000233 PERF_OUTPUT_EVNAME | PERF_OUTPUT_TRACE
David Ahern2c9e45f72011-03-17 10:03:21 -0600234 },
Arun Sharma0817a6a2011-04-14 10:38:18 -0700235
Seeteena Thoufeekfad76d42018-06-08 16:32:28 +0530236 [PERF_TYPE_HW_CACHE] = {
237 .user_set = false,
238
239 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
240 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
241 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
242 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
243 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
244
245 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
246 },
247
Arun Sharma0817a6a2011-04-14 10:38:18 -0700248 [PERF_TYPE_RAW] = {
249 .user_set = false,
250
251 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
252 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
David Ahern787bef12011-05-27 14:28:43 -0600253 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530254 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
255 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD |
256 PERF_OUTPUT_ADDR | PERF_OUTPUT_DATA_SRC |
Kan Liang6b9bae62020-12-16 10:57:57 -0800257 PERF_OUTPUT_WEIGHT | PERF_OUTPUT_PHYS_ADDR |
258 PERF_OUTPUT_DATA_PAGE_SIZE,
Arun Sharma0817a6a2011-04-14 10:38:18 -0700259
Wang Nan30372f02016-02-24 11:20:45 +0000260 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
Arun Sharma0817a6a2011-04-14 10:38:18 -0700261 },
Wang Nan27cfef02015-12-08 02:25:43 +0000262
263 [PERF_TYPE_BREAKPOINT] = {
264 .user_set = false,
265
266 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
267 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
268 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530269 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
270 PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
Wang Nan27cfef02015-12-08 02:25:43 +0000271
Wang Nan30372f02016-02-24 11:20:45 +0000272 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
Wang Nan27cfef02015-12-08 02:25:43 +0000273 },
Adrian Hunter14057202017-06-21 13:17:19 +0300274
275 [OUTPUT_TYPE_SYNTH] = {
276 .user_set = false,
277
278 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
279 PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
280 PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
Sandipan Das7903a702018-05-17 12:03:26 +0530281 PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
282 PERF_OUTPUT_DSO | PERF_OUTPUT_SYNTH,
Adrian Hunter14057202017-06-21 13:17:19 +0300283
284 .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
285 },
David Ahern1424dc92011-03-09 22:23:28 -0700286};
David Ahern745f43e2011-03-09 22:23:26 -0700287
Jiri Olsa32dcd022019-07-21 13:23:51 +0200288struct evsel_script {
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300289 char *filename;
290 FILE *fp;
291 u64 samples;
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800292 /* For metric output */
293 u64 val;
294 int gnum;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300295};
296
Jiri Olsa32dcd022019-07-21 13:23:51 +0200297static inline struct evsel_script *evsel_script(struct evsel *evsel)
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800298{
Jiri Olsa32dcd022019-07-21 13:23:51 +0200299 return (struct evsel_script *)evsel->priv;
Andi Kleen4bd1bef2017-11-17 13:43:00 -0800300}
301
Jiri Olsa32dcd022019-07-21 13:23:51 +0200302static struct evsel_script *perf_evsel_script__new(struct evsel *evsel,
Jiri Olsa8ceb41d2017-01-23 22:07:59 +0100303 struct perf_data *data)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300304{
Jiri Olsa32dcd022019-07-21 13:23:51 +0200305 struct evsel_script *es = zalloc(sizeof(*es));
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300306
307 if (es != NULL) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300308 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300309 goto out_free;
310 es->fp = fopen(es->filename, "w");
311 if (es->fp == NULL)
312 goto out_free_filename;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300313 }
314
315 return es;
316out_free_filename:
317 zfree(&es->filename);
318out_free:
319 free(es);
320 return NULL;
321}
322
Jiri Olsa32dcd022019-07-21 13:23:51 +0200323static void perf_evsel_script__delete(struct evsel_script *es)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300324{
325 zfree(&es->filename);
326 fclose(es->fp);
327 es->fp = NULL;
328 free(es);
329}
330
Jiri Olsa32dcd022019-07-21 13:23:51 +0200331static int perf_evsel_script__fprintf(struct evsel_script *es, FILE *fp)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -0300332{
333 struct stat st;
334
335 fstat(fileno(es->fp), &st);
336 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n",
337 st.st_size / 1024.0 / 1024.0, es->filename, es->samples);
338}
339
Adrian Hunter14057202017-06-21 13:17:19 +0300340static inline int output_type(unsigned int type)
341{
342 switch (type) {
343 case PERF_TYPE_SYNTH:
344 return OUTPUT_TYPE_SYNTH;
345 default:
346 return type;
347 }
348}
349
350static inline unsigned int attr_type(unsigned int type)
351{
352 switch (type) {
353 case OUTPUT_TYPE_SYNTH:
354 return PERF_TYPE_SYNTH;
355 default:
356 return type;
357 }
358}
359
David Ahern2c9e45f72011-03-17 10:03:21 -0600360static bool output_set_by_user(void)
361{
362 int j;
Adrian Hunter14057202017-06-21 13:17:19 +0300363 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -0600364 if (output[j].user_set)
365 return true;
366 }
367 return false;
368}
David Ahern745f43e2011-03-09 22:23:26 -0700369
David Ahern9cbdb702011-04-06 21:54:20 -0600370static const char *output_field2str(enum perf_output_field field)
371{
372 int i, imax = ARRAY_SIZE(all_output_options);
373 const char *str = "";
374
375 for (i = 0; i < imax; ++i) {
376 if (all_output_options[i].field == field) {
377 str = all_output_options[i].str;
378 break;
379 }
380 }
381 return str;
382}
383
Adrian Hunter14057202017-06-21 13:17:19 +0300384#define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
David Ahern1424dc92011-03-09 22:23:28 -0700385
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300386static int evsel__do_check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg,
387 enum perf_output_field field, bool allow_user_set)
David Ahern1424dc92011-03-09 22:23:28 -0700388{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200389 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +0300390 int type = output_type(attr->type);
David Ahern9cbdb702011-04-06 21:54:20 -0600391 const char *evname;
392
393 if (attr->sample_type & sample_type)
394 return 0;
395
Andi Kleen4b6ac812019-02-24 07:37:12 -0800396 if (output[type].user_set_fields & field) {
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300397 if (allow_user_set)
398 return 0;
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300399 evname = evsel__name(evsel);
David Ahern9cbdb702011-04-06 21:54:20 -0600400 pr_err("Samples for '%s' event do not have %s attribute set. "
401 "Cannot print '%s' field.\n",
402 evname, sample_msg, output_field2str(field));
403 return -1;
404 }
405
406 /* user did not ask for it explicitly so remove from the default list */
407 output[type].fields &= ~field;
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -0300408 evname = evsel__name(evsel);
David Ahern9cbdb702011-04-06 21:54:20 -0600409 pr_debug("Samples for '%s' event do not have %s attribute set. "
410 "Skipping '%s' field.\n",
411 evname, sample_msg, output_field2str(field));
412
413 return 0;
414}
415
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300416static int evsel__check_stype(struct evsel *evsel, u64 sample_type, const char *sample_msg,
417 enum perf_output_field field)
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300418{
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300419 return evsel__do_check_stype(evsel, sample_type, sample_msg, field, false);
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300420}
421
Arnaldo Carvalho de Meloafdd63f2020-06-10 11:39:16 -0300422static int evsel__check_attr(struct evsel *evsel, struct perf_session *session)
David Ahern9cbdb702011-04-06 21:54:20 -0600423{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200424 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300425 bool allow_user_set;
426
Jiri Olsae099eba2016-01-05 22:09:09 +0100427 if (perf_header__has_feat(&session->header, HEADER_STAT))
428 return 0;
429
Adrian Hunter6d5cdd62015-04-24 22:29:44 +0300430 allow_user_set = perf_header__has_feat(&session->header,
431 HEADER_AUXTRACE);
David Ahern9cbdb702011-04-06 21:54:20 -0600432
David Ahern1424dc92011-03-09 22:23:28 -0700433 if (PRINT_FIELD(TRACE) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300434 !perf_session__has_traces(session, "record -R"))
David Ahern1424dc92011-03-09 22:23:28 -0700435 return -EINVAL;
436
David Ahern787bef12011-05-27 14:28:43 -0600437 if (PRINT_FIELD(IP)) {
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300438 if (evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", PERF_OUTPUT_IP))
David Ahern1424dc92011-03-09 22:23:28 -0700439 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700440 }
David Ahern7cec0922011-05-30 13:08:23 -0600441
442 if (PRINT_FIELD(ADDR) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300443 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set))
David Ahern7cec0922011-05-30 13:08:23 -0600444 return -EINVAL;
445
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100446 if (PRINT_FIELD(DATA_SRC) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300447 evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC))
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100448 return -EINVAL;
449
450 if (PRINT_FIELD(WEIGHT) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300451 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT, "WEIGHT", PERF_OUTPUT_WEIGHT))
Jiri Olsa94ddddf2016-02-15 09:34:51 +0100452 return -EINVAL;
453
Andi Kleen37fed3d2018-09-18 05:32:09 -0700454 if (PRINT_FIELD(SYM) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300455 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
David Ahern7cec0922011-05-30 13:08:23 -0600456 pr_err("Display of symbols requested but neither sample IP nor "
Andi Kleen37fed3d2018-09-18 05:32:09 -0700457 "sample address\navailable. Hence, no addresses to convert "
David Ahern7cec0922011-05-30 13:08:23 -0600458 "to symbols.\n");
David Ahern787bef12011-05-27 14:28:43 -0600459 return -EINVAL;
460 }
Akihiro Nagaia978f2a2012-01-30 13:43:15 +0900461 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) {
462 pr_err("Display of offsets requested but symbol is not"
463 "selected.\n");
464 return -EINVAL;
465 }
Andi Kleen37fed3d2018-09-18 05:32:09 -0700466 if (PRINT_FIELD(DSO) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300467 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) {
Andi Kleen37fed3d2018-09-18 05:32:09 -0700468 pr_err("Display of DSO requested but no address to convert.\n");
David Ahern610723f2011-05-27 14:28:44 -0600469 return -EINVAL;
470 }
Andi Kleendd2e18e2018-12-03 16:18:48 -0800471 if ((PRINT_FIELD(SRCLINE) || PRINT_FIELD(SRCCODE)) && !PRINT_FIELD(IP)) {
Adrian Huntercc8fae12013-12-06 09:42:57 +0200472 pr_err("Display of source line number requested but sample IP is not\n"
473 "selected. Hence, no address to lookup the source line number.\n");
474 return -EINVAL;
475 }
Adrian Hunter0cd032d2019-11-27 11:53:21 +0200476 if (PRINT_FIELD(BRSTACKINSN) && !allow_user_set &&
Arnaldo Carvalho de Melo92c7d7c2020-06-17 09:31:25 -0300477 !(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) {
Andi Kleen48d02a12017-02-23 15:46:34 -0800478 pr_err("Display of branch stack assembler requested, but non all-branch filter set\n"
479 "Hint: run 'perf record -b ...'\n");
480 return -EINVAL;
481 }
David Ahern1424dc92011-03-09 22:23:28 -0700482 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300483 evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID", PERF_OUTPUT_TID|PERF_OUTPUT_PID))
David Ahern1424dc92011-03-09 22:23:28 -0700484 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700485
486 if (PRINT_FIELD(TIME) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300487 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME))
David Ahern1424dc92011-03-09 22:23:28 -0700488 return -EINVAL;
David Ahern1424dc92011-03-09 22:23:28 -0700489
490 if (PRINT_FIELD(CPU) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300491 evsel__do_check_stype(evsel, PERF_SAMPLE_CPU, "CPU", PERF_OUTPUT_CPU, allow_user_set))
David Ahern1424dc92011-03-09 22:23:28 -0700492 return -EINVAL;
David Ahern9cbdb702011-04-06 21:54:20 -0600493
Stephane Eranianfc36f942015-08-31 18:41:10 +0200494 if (PRINT_FIELD(IREGS) &&
Adrian Hunteradd07cc2020-06-30 16:39:34 +0300495 evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set))
Stephane Eranianfc36f942015-08-31 18:41:10 +0200496 return -EINVAL;
497
Andi Kleenb1491ac2017-09-05 11:40:57 -0700498 if (PRINT_FIELD(UREGS) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300499 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS))
Andi Kleenb1491ac2017-09-05 11:40:57 -0700500 return -EINVAL;
501
Kan Liang49d58f02017-08-29 13:11:11 -0400502 if (PRINT_FIELD(PHYS_ADDR) &&
Arnaldo Carvalho de Meloec98b6d2020-05-04 13:57:01 -0300503 evsel__check_stype(evsel, PERF_SAMPLE_PHYS_ADDR, "PHYS_ADDR", PERF_OUTPUT_PHYS_ADDR))
Kan Liang49d58f02017-08-29 13:11:11 -0400504 return -EINVAL;
505
Kan Liang6b9bae62020-12-16 10:57:57 -0800506 if (PRINT_FIELD(DATA_PAGE_SIZE) &&
507 evsel__check_stype(evsel, PERF_SAMPLE_DATA_PAGE_SIZE, "DATA_PAGE_SIZE", PERF_OUTPUT_DATA_PAGE_SIZE))
508 return -EINVAL;
509
David Ahern9cbdb702011-04-06 21:54:20 -0600510 return 0;
511}
512
Adrian Hunter7ea95722013-11-01 15:51:30 +0200513static void set_print_ip_opts(struct perf_event_attr *attr)
514{
Adrian Hunter14057202017-06-21 13:17:19 +0300515 unsigned int type = output_type(attr->type);
Adrian Hunter7ea95722013-11-01 15:51:30 +0200516
517 output[type].print_ip_opts = 0;
518 if (PRINT_FIELD(IP))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300519 output[type].print_ip_opts |= EVSEL__PRINT_IP;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200520
521 if (PRINT_FIELD(SYM))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300522 output[type].print_ip_opts |= EVSEL__PRINT_SYM;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200523
524 if (PRINT_FIELD(DSO))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300525 output[type].print_ip_opts |= EVSEL__PRINT_DSO;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200526
527 if (PRINT_FIELD(SYMOFFSET))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300528 output[type].print_ip_opts |= EVSEL__PRINT_SYMOFFSET;
Adrian Huntercc8fae12013-12-06 09:42:57 +0200529
530 if (PRINT_FIELD(SRCLINE))
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -0300531 output[type].print_ip_opts |= EVSEL__PRINT_SRCLINE;
Adrian Hunter7ea95722013-11-01 15:51:30 +0200532}
533
David Ahern9cbdb702011-04-06 21:54:20 -0600534/*
535 * verify all user requested events exist and the samples
536 * have the expected data
537 */
538static int perf_session__check_output_opt(struct perf_session *session)
539{
Jiri Olsae534bfb2020-08-05 11:34:44 +0200540 bool tod = false;
He Kuang40f20e52016-05-16 04:51:19 +0000541 unsigned int j;
Jiri Olsa32dcd022019-07-21 13:23:51 +0200542 struct evsel *evsel;
David Ahern9cbdb702011-04-06 21:54:20 -0600543
Adrian Hunter14057202017-06-21 13:17:19 +0300544 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
545 evsel = perf_session__find_first_evtype(session, attr_type(j));
David Ahern9cbdb702011-04-06 21:54:20 -0600546
547 /*
548 * even if fields is set to 0 (ie., show nothing) event must
549 * exist if user explicitly includes it on the command line
550 */
Adrian Hunter14057202017-06-21 13:17:19 +0300551 if (!evsel && output[j].user_set && !output[j].wildcard_set &&
552 j != OUTPUT_TYPE_SYNTH) {
David Ahern9cbdb702011-04-06 21:54:20 -0600553 pr_err("%s events do not exist. "
Adrian Hunter701516a2017-05-26 11:17:20 +0300554 "Remove corresponding -F option to proceed.\n",
David Ahern9cbdb702011-04-06 21:54:20 -0600555 event_type(j));
556 return -1;
557 }
558
559 if (evsel && output[j].fields &&
Arnaldo Carvalho de Meloafdd63f2020-06-10 11:39:16 -0300560 evsel__check_attr(evsel, session))
David Ahern9cbdb702011-04-06 21:54:20 -0600561 return -1;
David Aherna6ffaf92013-08-07 22:50:51 -0400562
563 if (evsel == NULL)
564 continue;
565
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200566 set_print_ip_opts(&evsel->core.attr);
Jiri Olsae534bfb2020-08-05 11:34:44 +0200567 tod |= output[j].fields & PERF_OUTPUT_TOD;
David Ahern1424dc92011-03-09 22:23:28 -0700568 }
569
Adrian Hunter98526ee2014-07-31 09:00:59 +0300570 if (!no_callchain) {
571 bool use_callchain = false;
He Kuang71ac8992016-08-04 11:25:43 +0000572 bool not_pipe = false;
Adrian Hunter98526ee2014-07-31 09:00:59 +0300573
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -0300574 evlist__for_each_entry(session->evlist, evsel) {
He Kuang71ac8992016-08-04 11:25:43 +0000575 not_pipe = true;
Arnaldo Carvalho de Melo27de9b22018-05-28 16:00:29 -0300576 if (evsel__has_callchain(evsel)) {
Adrian Hunter98526ee2014-07-31 09:00:59 +0300577 use_callchain = true;
578 break;
579 }
580 }
He Kuang71ac8992016-08-04 11:25:43 +0000581 if (not_pipe && !use_callchain)
Adrian Hunter98526ee2014-07-31 09:00:59 +0300582 symbol_conf.use_callchain = false;
583 }
584
David Ahern80b8b492013-11-19 21:07:37 -0700585 /*
586 * set default for tracepoints to print symbols only
587 * if callchains are present
588 */
589 if (symbol_conf.use_callchain &&
590 !output[PERF_TYPE_TRACEPOINT].user_set) {
David Ahern80b8b492013-11-19 21:07:37 -0700591 j = PERF_TYPE_TRACEPOINT;
David Ahern80b8b492013-11-19 21:07:37 -0700592
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -0300593 evlist__for_each_entry(session->evlist, evsel) {
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200594 if (evsel->core.attr.type != j)
He Kuang40f20e52016-05-16 04:51:19 +0000595 continue;
David Ahern80b8b492013-11-19 21:07:37 -0700596
Arnaldo Carvalho de Melo27de9b22018-05-28 16:00:29 -0300597 if (evsel__has_callchain(evsel)) {
He Kuang40f20e52016-05-16 04:51:19 +0000598 output[j].fields |= PERF_OUTPUT_IP;
599 output[j].fields |= PERF_OUTPUT_SYM;
Sandipan Das7903a702018-05-17 12:03:26 +0530600 output[j].fields |= PERF_OUTPUT_SYMOFFSET;
He Kuang40f20e52016-05-16 04:51:19 +0000601 output[j].fields |= PERF_OUTPUT_DSO;
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200602 set_print_ip_opts(&evsel->core.attr);
He Kuang40f20e52016-05-16 04:51:19 +0000603 goto out;
604 }
David Ahern80b8b492013-11-19 21:07:37 -0700605 }
606 }
607
Jiri Olsae534bfb2020-08-05 11:34:44 +0200608 if (tod && !session->header.env.clock.enabled) {
609 pr_err("Can't provide 'tod' time, missing clock data. "
610 "Please record with -k/--clockid option.\n");
611 return -1;
612 }
David Ahern80b8b492013-11-19 21:07:37 -0700613out:
David Ahern1424dc92011-03-09 22:23:28 -0700614 return 0;
615}
David Ahern745f43e2011-03-09 22:23:26 -0700616
Milian Wolff9add8fe2018-11-07 23:34:37 +0100617static int perf_sample__fprintf_regs(struct regs_dump *regs, uint64_t mask,
Jiri Olsae534bfb2020-08-05 11:34:44 +0200618 FILE *fp)
Stephane Eranianfc36f942015-08-31 18:41:10 +0200619{
Andi Kleenb1491ac2017-09-05 11:40:57 -0700620 unsigned i = 0, r;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300621 int printed = 0;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700622
623 if (!regs || !regs->regs)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300624 return 0;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700625
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300626 printed += fprintf(fp, " ABI:%" PRIu64 " ", regs->abi);
Andi Kleenb1491ac2017-09-05 11:40:57 -0700627
628 for_each_set_bit(r, (unsigned long *) &mask, sizeof(mask) * 8) {
629 u64 val = regs->regs[i++];
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300630 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r), val);
Andi Kleenb1491ac2017-09-05 11:40:57 -0700631 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300632
633 return printed;
Andi Kleenb1491ac2017-09-05 11:40:57 -0700634}
635
Jiri Olsae534bfb2020-08-05 11:34:44 +0200636#define DEFAULT_TOD_FMT "%F %H:%M:%S"
637
638static char*
639tod_scnprintf(struct perf_script *script, char *buf, int buflen,
640 u64 timestamp)
641{
642 u64 tod_ns, clockid_ns;
643 struct perf_env *env;
644 unsigned long nsec;
645 struct tm ltime;
646 char date[64];
647 time_t sec;
648
649 buf[0] = '\0';
650 if (buflen < 64 || !script)
651 return buf;
652
653 env = &script->session->header.env;
654 if (!env->clock.enabled) {
655 scnprintf(buf, buflen, "disabled");
656 return buf;
657 }
658
659 clockid_ns = env->clock.clockid_ns;
660 tod_ns = env->clock.tod_ns;
661
662 if (timestamp > clockid_ns)
663 tod_ns += timestamp - clockid_ns;
664 else
665 tod_ns -= clockid_ns - timestamp;
666
667 sec = (time_t) (tod_ns / NSEC_PER_SEC);
668 nsec = tod_ns - sec * NSEC_PER_SEC;
669
670 if (localtime_r(&sec, &ltime) == NULL) {
671 scnprintf(buf, buflen, "failed");
672 } else {
673 strftime(date, sizeof(date), DEFAULT_TOD_FMT, &ltime);
674
675 if (symbol_conf.nanosecs) {
676 snprintf(buf, buflen, "%s.%09lu", date, nsec);
677 } else {
678 snprintf(buf, buflen, "%s.%06lu",
679 date, nsec / NSEC_PER_USEC);
680 }
681 }
682
683 return buf;
684}
685
Milian Wolff9add8fe2018-11-07 23:34:37 +0100686static int perf_sample__fprintf_iregs(struct perf_sample *sample,
687 struct perf_event_attr *attr, FILE *fp)
688{
689 return perf_sample__fprintf_regs(&sample->intr_regs,
690 attr->sample_regs_intr, fp);
691}
692
693static int perf_sample__fprintf_uregs(struct perf_sample *sample,
694 struct perf_event_attr *attr, FILE *fp)
695{
696 return perf_sample__fprintf_regs(&sample->user_regs,
697 attr->sample_regs_user, fp);
698}
699
Jiri Olsae534bfb2020-08-05 11:34:44 +0200700static int perf_sample__fprintf_start(struct perf_script *script,
701 struct perf_sample *sample,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300702 struct thread *thread,
Jiri Olsa32dcd022019-07-21 13:23:51 +0200703 struct evsel *evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +0100704 u32 type, FILE *fp)
David Ahernc70c94b2011-03-09 22:23:25 -0700705{
Jiri Olsa1fc632c2019-07-21 13:24:29 +0200706 struct perf_event_attr *attr = &evsel->core.attr;
David Ahernc70c94b2011-03-09 22:23:25 -0700707 unsigned long secs;
David Ahern745f43e2011-03-09 22:23:26 -0700708 unsigned long long nsecs;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300709 int printed = 0;
Jiri Olsae534bfb2020-08-05 11:34:44 +0200710 char tstr[128];
David Ahernc70c94b2011-03-09 22:23:25 -0700711
David Ahern745f43e2011-03-09 22:23:26 -0700712 if (PRINT_FIELD(COMM)) {
Adrian Hunterfc183802020-09-09 11:49:22 +0300713 const char *comm = thread ? thread__comm_str(thread) : ":-1";
714
David Ahern745f43e2011-03-09 22:23:26 -0700715 if (latency_format)
Adrian Hunterfc183802020-09-09 11:49:22 +0300716 printed += fprintf(fp, "%8.8s ", comm);
Arnaldo Carvalho de Melob8798332018-06-04 10:34:20 -0300717 else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain)
Adrian Hunterfc183802020-09-09 11:49:22 +0300718 printed += fprintf(fp, "%s ", comm);
David Ahern745f43e2011-03-09 22:23:26 -0700719 else
Adrian Hunterfc183802020-09-09 11:49:22 +0300720 printed += fprintf(fp, "%16s ", comm);
David Ahern745f43e2011-03-09 22:23:26 -0700721 }
David Ahernc70c94b2011-03-09 22:23:25 -0700722
David Ahern745f43e2011-03-09 22:23:26 -0700723 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300724 printed += fprintf(fp, "%5d/%-5d ", sample->pid, sample->tid);
David Ahern745f43e2011-03-09 22:23:26 -0700725 else if (PRINT_FIELD(PID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300726 printed += fprintf(fp, "%5d ", sample->pid);
David Ahern745f43e2011-03-09 22:23:26 -0700727 else if (PRINT_FIELD(TID))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300728 printed += fprintf(fp, "%5d ", sample->tid);
David Ahernc70c94b2011-03-09 22:23:25 -0700729
David Ahern745f43e2011-03-09 22:23:26 -0700730 if (PRINT_FIELD(CPU)) {
731 if (latency_format)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300732 printed += fprintf(fp, "%3d ", sample->cpu);
David Ahern745f43e2011-03-09 22:23:26 -0700733 else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300734 printed += fprintf(fp, "[%03d] ", sample->cpu);
David Ahern745f43e2011-03-09 22:23:26 -0700735 }
David Ahernc70c94b2011-03-09 22:23:25 -0700736
Jiri Olsa28a0b392018-01-07 17:03:52 +0100737 if (PRINT_FIELD(MISC)) {
738 int ret = 0;
739
740 #define has(m) \
741 (sample->misc & PERF_RECORD_MISC_##m) == PERF_RECORD_MISC_##m
742
743 if (has(KERNEL))
744 ret += fprintf(fp, "K");
745 if (has(USER))
746 ret += fprintf(fp, "U");
747 if (has(HYPERVISOR))
748 ret += fprintf(fp, "H");
749 if (has(GUEST_KERNEL))
750 ret += fprintf(fp, "G");
751 if (has(GUEST_USER))
752 ret += fprintf(fp, "g");
753
754 switch (type) {
755 case PERF_RECORD_MMAP:
756 case PERF_RECORD_MMAP2:
757 if (has(MMAP_DATA))
758 ret += fprintf(fp, "M");
759 break;
760 case PERF_RECORD_COMM:
761 if (has(COMM_EXEC))
762 ret += fprintf(fp, "E");
763 break;
764 case PERF_RECORD_SWITCH:
765 case PERF_RECORD_SWITCH_CPU_WIDE:
Alexey Budankovbf30cc12018-04-09 10:26:46 +0300766 if (has(SWITCH_OUT)) {
Jiri Olsa28a0b392018-01-07 17:03:52 +0100767 ret += fprintf(fp, "S");
Alexey Budankovbf30cc12018-04-09 10:26:46 +0300768 if (sample->misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT)
769 ret += fprintf(fp, "p");
770 }
Jiri Olsa28a0b392018-01-07 17:03:52 +0100771 default:
772 break;
773 }
774
775 #undef has
776
777 ret += fprintf(fp, "%*s", 6 - ret, " ");
778 printed += ret;
779 }
780
Jiri Olsae534bfb2020-08-05 11:34:44 +0200781 if (PRINT_FIELD(TOD)) {
782 tod_scnprintf(script, tstr, sizeof(tstr), sample->time);
783 printed += fprintf(fp, "%s ", tstr);
784 }
785
David Ahern745f43e2011-03-09 22:23:26 -0700786 if (PRINT_FIELD(TIME)) {
Andi Kleen90b10f42019-03-14 15:50:00 -0700787 u64 t = sample->time;
788 if (reltime) {
789 if (!initial_time)
790 initial_time = sample->time;
791 t = sample->time - initial_time;
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +0100792 } else if (deltatime) {
793 if (previous_time)
794 t = sample->time - previous_time;
795 else {
796 t = 0;
797 }
798 previous_time = sample->time;
Andi Kleen90b10f42019-03-14 15:50:00 -0700799 }
800 nsecs = t;
Arnaldo Carvalho de Melobd48c632016-08-05 15:40:30 -0300801 secs = nsecs / NSEC_PER_SEC;
802 nsecs -= secs * NSEC_PER_SEC;
Namhyung Kim99620a52016-10-24 11:02:45 +0900803
Andi Kleen52bab882019-03-05 06:47:47 -0800804 if (symbol_conf.nanosecs)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300805 printed += fprintf(fp, "%5lu.%09llu: ", secs, nsecs);
Namhyung Kim99620a52016-10-24 11:02:45 +0900806 else {
807 char sample_time[32];
Andi Kleen90b10f42019-03-14 15:50:00 -0700808 timestamp__scnprintf_usec(t, sample_time, sizeof(sample_time));
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300809 printed += fprintf(fp, "%12s: ", sample_time);
Namhyung Kim99620a52016-10-24 11:02:45 +0900810 }
David Ahern745f43e2011-03-09 22:23:26 -0700811 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300812
813 return printed;
David Ahernc70c94b2011-03-09 22:23:25 -0700814}
815
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200816static inline char
817mispred_str(struct branch_entry *br)
818{
819 if (!(br->flags.mispred || br->flags.predicted))
820 return '-';
821
822 return br->flags.predicted ? 'P' : 'M';
823}
824
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300825static int perf_sample__fprintf_brstack(struct perf_sample *sample,
826 struct thread *thread,
827 struct perf_event_attr *attr, FILE *fp)
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200828{
829 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800830 struct branch_entry *entries = perf_sample__branch_entries(sample);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700831 struct addr_location alf, alt;
832 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300833 int printed = 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200834
835 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300836 return 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200837
838 for (i = 0; i < br->nr; i++) {
Kan Liang42bbabe2020-02-28 08:30:00 -0800839 from = entries[i].from;
840 to = entries[i].to;
Mark Santaniello55b9b502017-06-19 09:38:24 -0700841
842 if (PRINT_FIELD(DSO)) {
843 memset(&alf, 0, sizeof(alf));
844 memset(&alt, 0, sizeof(alt));
Adrian Hunter692d0e62018-11-06 23:07:12 +0200845 thread__find_map_fb(thread, sample->cpumode, from, &alf);
846 thread__find_map_fb(thread, sample->cpumode, to, &alt);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700847 }
848
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300849 printed += fprintf(fp, " 0x%"PRIx64, from);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700850 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300851 printed += fprintf(fp, "(");
852 printed += map__fprintf_dsoname(alf.map, fp);
853 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700854 }
855
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300856 printed += fprintf(fp, "/0x%"PRIx64, to);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700857 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300858 printed += fprintf(fp, "(");
859 printed += map__fprintf_dsoname(alt.map, fp);
860 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700861 }
862
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300863 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800864 mispred_str(entries + i),
865 entries[i].flags.in_tx ? 'X' : '-',
866 entries[i].flags.abort ? 'A' : '-',
867 entries[i].flags.cycles);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200868 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300869
870 return printed;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200871}
872
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300873static int perf_sample__fprintf_brstacksym(struct perf_sample *sample,
874 struct thread *thread,
875 struct perf_event_attr *attr, FILE *fp)
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200876{
877 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800878 struct branch_entry *entries = perf_sample__branch_entries(sample);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200879 struct addr_location alf, alt;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200880 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300881 int printed = 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200882
883 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300884 return 0;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200885
886 for (i = 0; i < br->nr; i++) {
887
888 memset(&alf, 0, sizeof(alf));
889 memset(&alt, 0, sizeof(alt));
Kan Liang42bbabe2020-02-28 08:30:00 -0800890 from = entries[i].from;
891 to = entries[i].to;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200892
Adrian Hunter692d0e62018-11-06 23:07:12 +0200893 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
894 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200895
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300896 printed += symbol__fprintf_symname_offs(alf.sym, &alf, fp);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700897 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300898 printed += fprintf(fp, "(");
899 printed += map__fprintf_dsoname(alf.map, fp);
900 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700901 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300902 printed += fprintf(fp, "%c", '/');
903 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp);
Mark Santaniello55b9b502017-06-19 09:38:24 -0700904 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300905 printed += fprintf(fp, "(");
906 printed += map__fprintf_dsoname(alt.map, fp);
907 printed += fprintf(fp, ")");
Mark Santaniello55b9b502017-06-19 09:38:24 -0700908 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300909 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800910 mispred_str(entries + i),
911 entries[i].flags.in_tx ? 'X' : '-',
912 entries[i].flags.abort ? 'A' : '-',
913 entries[i].flags.cycles);
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200914 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300915
916 return printed;
Stephane Eraniandc323ce2015-08-31 18:41:13 +0200917}
918
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300919static int perf_sample__fprintf_brstackoff(struct perf_sample *sample,
920 struct thread *thread,
921 struct perf_event_attr *attr, FILE *fp)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700922{
923 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -0800924 struct branch_entry *entries = perf_sample__branch_entries(sample);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700925 struct addr_location alf, alt;
926 u64 i, from, to;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300927 int printed = 0;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700928
929 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300930 return 0;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700931
932 for (i = 0; i < br->nr; i++) {
933
934 memset(&alf, 0, sizeof(alf));
935 memset(&alt, 0, sizeof(alt));
Kan Liang42bbabe2020-02-28 08:30:00 -0800936 from = entries[i].from;
937 to = entries[i].to;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700938
Adrian Hunter692d0e62018-11-06 23:07:12 +0200939 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -0300940 !alf.map->dso->adjust_symbols)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700941 from = map__map_ip(alf.map, from);
942
Adrian Hunter692d0e62018-11-06 23:07:12 +0200943 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -0300944 !alt.map->dso->adjust_symbols)
Mark Santaniello106dacd2017-06-19 09:38:25 -0700945 to = map__map_ip(alt.map, to);
946
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300947 printed += fprintf(fp, " 0x%"PRIx64, from);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700948 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300949 printed += fprintf(fp, "(");
950 printed += map__fprintf_dsoname(alf.map, fp);
951 printed += fprintf(fp, ")");
Mark Santaniello106dacd2017-06-19 09:38:25 -0700952 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300953 printed += fprintf(fp, "/0x%"PRIx64, to);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700954 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300955 printed += fprintf(fp, "(");
956 printed += map__fprintf_dsoname(alt.map, fp);
957 printed += fprintf(fp, ")");
Mark Santaniello106dacd2017-06-19 09:38:25 -0700958 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300959 printed += fprintf(fp, "/%c/%c/%c/%d ",
Kan Liang42bbabe2020-02-28 08:30:00 -0800960 mispred_str(entries + i),
961 entries[i].flags.in_tx ? 'X' : '-',
962 entries[i].flags.abort ? 'A' : '-',
963 entries[i].flags.cycles);
Mark Santaniello106dacd2017-06-19 09:38:25 -0700964 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -0300965
966 return printed;
Mark Santaniello106dacd2017-06-19 09:38:25 -0700967}
Andi Kleen48d02a12017-02-23 15:46:34 -0800968#define MAXBB 16384UL
969
970static int grab_bb(u8 *buffer, u64 start, u64 end,
971 struct machine *machine, struct thread *thread,
972 bool *is64bit, u8 *cpumode, bool last)
973{
974 long offset, len;
975 struct addr_location al;
976 bool kernel;
977
978 if (!start || !end)
979 return 0;
980
981 kernel = machine__kernel_ip(machine, start);
982 if (kernel)
983 *cpumode = PERF_RECORD_MISC_KERNEL;
984 else
985 *cpumode = PERF_RECORD_MISC_USER;
986
987 /*
988 * Block overlaps between kernel and user.
989 * This can happen due to ring filtering
990 * On Intel CPUs the entry into the kernel is filtered,
991 * but the exit is not. Let the caller patch it up.
992 */
993 if (kernel != machine__kernel_ip(machine, end)) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -0300994 pr_debug("\tblock %" PRIx64 "-%" PRIx64 " transfers between kernel and user\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -0800995 return -ENXIO;
996 }
997
998 memset(&al, 0, sizeof(al));
999 if (end - start > MAXBB - MAXINSN) {
1000 if (last)
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -03001001 pr_debug("\tbrstack does not reach to final jump (%" PRIx64 "-%" PRIx64 ")\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -08001002 else
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -03001003 pr_debug("\tblock %" PRIx64 "-%" PRIx64 " (%" PRIu64 ") too long to dump\n", start, end, end - start);
Andi Kleen48d02a12017-02-23 15:46:34 -08001004 return 0;
1005 }
1006
Arnaldo Carvalho de Melo71a84b52018-04-24 11:58:56 -03001007 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -03001008 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -08001009 return 0;
1010 }
1011 if (al.map->dso->data.status == DSO_DATA_STATUS_ERROR) {
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -03001012 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end);
Andi Kleen48d02a12017-02-23 15:46:34 -08001013 return 0;
1014 }
1015
1016 /* Load maps to ensure dso->is_64_bit has been updated */
1017 map__load(al.map);
1018
1019 offset = al.map->map_ip(al.map, start);
1020 len = dso__data_read_offset(al.map->dso, machine, offset, (u8 *)buffer,
1021 end - start + MAXINSN);
1022
1023 *is64bit = al.map->dso->is_64_bit;
1024 if (len <= 0)
Arnaldo Carvalho de Melo5ce2c5b2017-10-26 09:55:22 -03001025 pr_debug("\tcannot fetch code for block at %" PRIx64 "-%" PRIx64 "\n",
Andi Kleen48d02a12017-02-23 15:46:34 -08001026 start, end);
1027 return len;
1028}
1029
Arnaldo Carvalho de Melo540a63e2019-11-22 12:39:06 -03001030static int map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct srccode_state *state)
1031{
1032 char *srcfile;
1033 int ret = 0;
1034 unsigned line;
1035 int len;
1036 char *srccode;
1037
1038 if (!map || !map->dso)
1039 return 0;
1040 srcfile = get_srcline_split(map->dso,
1041 map__rip_2objdump(map, addr),
1042 &line);
1043 if (!srcfile)
1044 return 0;
1045
1046 /* Avoid redundant printing */
1047 if (state &&
1048 state->srcfile &&
1049 !strcmp(state->srcfile, srcfile) &&
1050 state->line == line) {
1051 free(srcfile);
1052 return 0;
1053 }
1054
1055 srccode = find_sourceline(srcfile, line, &len);
1056 if (!srccode)
1057 goto out_free_line;
1058
1059 ret = fprintf(fp, "|%-8d %.*s", line, len, srccode);
1060
1061 if (state) {
1062 state->srcfile = srcfile;
1063 state->line = line;
1064 }
1065 return ret;
1066
1067out_free_line:
1068 free(srcfile);
1069 return ret;
1070}
1071
Andi Kleendd2e18e2018-12-03 16:18:48 -08001072static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)
1073{
1074 struct addr_location al;
1075 int ret = 0;
1076
1077 memset(&al, 0, sizeof(al));
1078 thread__find_map(thread, cpumode, addr, &al);
1079 if (!al.map)
1080 return 0;
1081 ret = map__fprintf_srccode(al.map, al.addr, stdout,
1082 &thread->srccode_state);
1083 if (ret)
1084 ret += printf("\n");
1085 return ret;
1086}
1087
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001088static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
1089 struct perf_insn *x, u8 *inbuf, int len,
Andi Kleenfe571202018-09-24 10:07:32 -07001090 int insn, FILE *fp, int *total_cycles)
Andi Kleen48d02a12017-02-23 15:46:34 -08001091{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001092 int printed = fprintf(fp, "\t%016" PRIx64 "\t%-30s\t#%s%s%s%s", ip,
1093 dump_insn(x, ip, inbuf, len, NULL),
1094 en->flags.predicted ? " PRED" : "",
1095 en->flags.mispred ? " MISPRED" : "",
1096 en->flags.in_tx ? " INTX" : "",
1097 en->flags.abort ? " ABORT" : "");
Andi Kleen48d02a12017-02-23 15:46:34 -08001098 if (en->flags.cycles) {
Andi Kleenfe571202018-09-24 10:07:32 -07001099 *total_cycles += en->flags.cycles;
1100 printed += fprintf(fp, " %d cycles [%d]", en->flags.cycles, *total_cycles);
Andi Kleen48d02a12017-02-23 15:46:34 -08001101 if (insn)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001102 printed += fprintf(fp, " %.2f IPC", (float)insn / en->flags.cycles);
Andi Kleen48d02a12017-02-23 15:46:34 -08001103 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001104 return printed + fprintf(fp, "\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001105}
1106
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001107static int ip__fprintf_sym(uint64_t addr, struct thread *thread,
1108 u8 cpumode, int cpu, struct symbol **lastsym,
1109 struct perf_event_attr *attr, FILE *fp)
Andi Kleen48d02a12017-02-23 15:46:34 -08001110{
1111 struct addr_location al;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001112 int off, printed = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001113
1114 memset(&al, 0, sizeof(al));
1115
Arnaldo Carvalho de Melo404eb5a2018-04-26 09:34:37 -03001116 thread__find_map(thread, cpumode, addr, &al);
1117
Andi Kleen48d02a12017-02-23 15:46:34 -08001118 if ((*lastsym) && al.addr >= (*lastsym)->start && al.addr < (*lastsym)->end)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001119 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001120
1121 al.cpu = cpu;
1122 al.sym = NULL;
1123 if (al.map)
1124 al.sym = map__find_symbol(al.map, al.addr);
1125
1126 if (!al.sym)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001127 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001128
1129 if (al.addr < al.sym->end)
1130 off = al.addr - al.sym->start;
1131 else
1132 off = al.addr - al.map->start - al.sym->start;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001133 printed += fprintf(fp, "\t%s", al.sym->name);
Andi Kleen48d02a12017-02-23 15:46:34 -08001134 if (off)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001135 printed += fprintf(fp, "%+d", off);
1136 printed += fprintf(fp, ":");
Andi Kleen48d02a12017-02-23 15:46:34 -08001137 if (PRINT_FIELD(SRCLINE))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001138 printed += map__fprintf_srcline(al.map, al.addr, "\t", fp);
1139 printed += fprintf(fp, "\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001140 *lastsym = al.sym;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001141
1142 return printed;
Andi Kleen48d02a12017-02-23 15:46:34 -08001143}
1144
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001145static int perf_sample__fprintf_brstackinsn(struct perf_sample *sample,
1146 struct thread *thread,
1147 struct perf_event_attr *attr,
1148 struct machine *machine, FILE *fp)
Andi Kleen48d02a12017-02-23 15:46:34 -08001149{
1150 struct branch_stack *br = sample->branch_stack;
Kan Liang42bbabe2020-02-28 08:30:00 -08001151 struct branch_entry *entries = perf_sample__branch_entries(sample);
Andi Kleen48d02a12017-02-23 15:46:34 -08001152 u64 start, end;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001153 int i, insn, len, nr, ilen, printed = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001154 struct perf_insn x;
1155 u8 buffer[MAXBB];
1156 unsigned off;
1157 struct symbol *lastsym = NULL;
Andi Kleenfe571202018-09-24 10:07:32 -07001158 int total_cycles = 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001159
1160 if (!(br && br->nr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001161 return 0;
Andi Kleen48d02a12017-02-23 15:46:34 -08001162 nr = br->nr;
1163 if (max_blocks && nr > max_blocks + 1)
1164 nr = max_blocks + 1;
1165
1166 x.thread = thread;
1167 x.cpu = sample->cpu;
1168
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001169 printed += fprintf(fp, "%c", '\n');
Andi Kleen48d02a12017-02-23 15:46:34 -08001170
1171 /* Handle first from jump, of which we don't know the entry. */
Kan Liang42bbabe2020-02-28 08:30:00 -08001172 len = grab_bb(buffer, entries[nr-1].from,
1173 entries[nr-1].from,
Andi Kleen48d02a12017-02-23 15:46:34 -08001174 machine, thread, &x.is64bit, &x.cpumode, false);
1175 if (len > 0) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001176 printed += ip__fprintf_sym(entries[nr - 1].from, thread,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001177 x.cpumode, x.cpu, &lastsym, attr, fp);
Kan Liang42bbabe2020-02-28 08:30:00 -08001178 printed += ip__fprintf_jump(entries[nr - 1].from, &entries[nr - 1],
Andi Kleenfe571202018-09-24 10:07:32 -07001179 &x, buffer, len, 0, fp, &total_cycles);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001180 if (PRINT_FIELD(SRCCODE))
Kan Liang42bbabe2020-02-28 08:30:00 -08001181 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
Andi Kleen48d02a12017-02-23 15:46:34 -08001182 }
1183
1184 /* Print all blocks */
1185 for (i = nr - 2; i >= 0; i--) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001186 if (entries[i].from || entries[i].to)
Andi Kleen48d02a12017-02-23 15:46:34 -08001187 pr_debug("%d: %" PRIx64 "-%" PRIx64 "\n", i,
Kan Liang42bbabe2020-02-28 08:30:00 -08001188 entries[i].from,
1189 entries[i].to);
1190 start = entries[i + 1].to;
1191 end = entries[i].from;
Andi Kleen48d02a12017-02-23 15:46:34 -08001192
1193 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1194 /* Patch up missing kernel transfers due to ring filters */
1195 if (len == -ENXIO && i > 0) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001196 end = entries[--i].from;
Andi Kleen48d02a12017-02-23 15:46:34 -08001197 pr_debug("\tpatching up to %" PRIx64 "-%" PRIx64 "\n", start, end);
1198 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1199 }
1200 if (len <= 0)
1201 continue;
1202
1203 insn = 0;
Andi Kleene98df282019-09-27 16:35:44 -07001204 for (off = 0; off < (unsigned)len; off += ilen) {
Andi Kleen48d02a12017-02-23 15:46:34 -08001205 uint64_t ip = start + off;
1206
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001207 printed += ip__fprintf_sym(ip, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
Andi Kleen48d02a12017-02-23 15:46:34 -08001208 if (ip == end) {
Kan Liang42bbabe2020-02-28 08:30:00 -08001209 printed += ip__fprintf_jump(ip, &entries[i], &x, buffer + off, len - off, ++insn, fp,
Andi Kleenfe571202018-09-24 10:07:32 -07001210 &total_cycles);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001211 if (PRINT_FIELD(SRCCODE))
1212 printed += print_srccode(thread, x.cpumode, ip);
Andi Kleen48d02a12017-02-23 15:46:34 -08001213 break;
1214 } else {
Andi Kleene98df282019-09-27 16:35:44 -07001215 ilen = 0;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001216 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", ip,
1217 dump_insn(&x, ip, buffer + off, len - off, &ilen));
Andi Kleen48d02a12017-02-23 15:46:34 -08001218 if (ilen == 0)
1219 break;
Andi Kleendd2e18e2018-12-03 16:18:48 -08001220 if (PRINT_FIELD(SRCCODE))
1221 print_srccode(thread, x.cpumode, ip);
Andi Kleen48d02a12017-02-23 15:46:34 -08001222 insn++;
1223 }
1224 }
Adrian Hunter51726722019-11-27 11:56:31 +02001225 if (off != end - start)
Andi Kleene98df282019-09-27 16:35:44 -07001226 printed += fprintf(fp, "\tmismatch of LBR data and executable\n");
Andi Kleen48d02a12017-02-23 15:46:34 -08001227 }
1228
1229 /*
1230 * Hit the branch? In this case we are already done, and the target
1231 * has not been executed yet.
1232 */
Kan Liang42bbabe2020-02-28 08:30:00 -08001233 if (entries[0].from == sample->ip)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001234 goto out;
Kan Liang42bbabe2020-02-28 08:30:00 -08001235 if (entries[0].flags.abort)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001236 goto out;
Andi Kleen48d02a12017-02-23 15:46:34 -08001237
1238 /*
1239 * Print final block upto sample
Andi Kleen61f61152018-11-19 21:06:17 -08001240 *
1241 * Due to pipeline delays the LBRs might be missing a branch
1242 * or two, which can result in very large or negative blocks
1243 * between final branch and sample. When this happens just
1244 * continue walking after the last TO until we hit a branch.
Andi Kleen48d02a12017-02-23 15:46:34 -08001245 */
Kan Liang42bbabe2020-02-28 08:30:00 -08001246 start = entries[0].to;
Andi Kleen48d02a12017-02-23 15:46:34 -08001247 end = sample->ip;
Andi Kleen61f61152018-11-19 21:06:17 -08001248 if (end < start) {
1249 /* Missing jump. Scan 128 bytes for the next branch */
1250 end = start + 128;
1251 }
Andi Kleen48d02a12017-02-23 15:46:34 -08001252 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001253 printed += ip__fprintf_sym(start, thread, x.cpumode, x.cpu, &lastsym, attr, fp);
Andi Kleen48d02a12017-02-23 15:46:34 -08001254 if (len <= 0) {
1255 /* Print at least last IP if basic block did not work */
1256 len = grab_bb(buffer, sample->ip, sample->ip,
1257 machine, thread, &x.is64bit, &x.cpumode, false);
1258 if (len <= 0)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001259 goto out;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001260 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", sample->ip,
Andi Kleen48d02a12017-02-23 15:46:34 -08001261 dump_insn(&x, sample->ip, buffer, len, NULL));
Andi Kleendd2e18e2018-12-03 16:18:48 -08001262 if (PRINT_FIELD(SRCCODE))
1263 print_srccode(thread, x.cpumode, sample->ip);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001264 goto out;
Andi Kleen48d02a12017-02-23 15:46:34 -08001265 }
1266 for (off = 0; off <= end - start; off += ilen) {
Andi Kleene98df282019-09-27 16:35:44 -07001267 ilen = 0;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001268 printed += fprintf(fp, "\t%016" PRIx64 "\t%s\n", start + off,
1269 dump_insn(&x, start + off, buffer + off, len - off, &ilen));
Andi Kleen48d02a12017-02-23 15:46:34 -08001270 if (ilen == 0)
1271 break;
Andi Kleen61f61152018-11-19 21:06:17 -08001272 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) {
1273 /*
1274 * Hit a missing branch. Just stop.
1275 */
1276 printed += fprintf(fp, "\t... not reaching sample ...\n");
1277 break;
1278 }
Andi Kleendd2e18e2018-12-03 16:18:48 -08001279 if (PRINT_FIELD(SRCCODE))
1280 print_srccode(thread, x.cpumode, start + off);
Andi Kleen48d02a12017-02-23 15:46:34 -08001281 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001282out:
1283 return printed;
Andi Kleen48d02a12017-02-23 15:46:34 -08001284}
Stephane Eraniandc323ce2015-08-31 18:41:13 +02001285
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001286static int perf_sample__fprintf_addr(struct perf_sample *sample,
1287 struct thread *thread,
1288 struct perf_event_attr *attr, FILE *fp)
David Ahern7cec0922011-05-30 13:08:23 -06001289{
1290 struct addr_location al;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001291 int printed = fprintf(fp, "%16" PRIx64, sample->addr);
David Ahern7cec0922011-05-30 13:08:23 -06001292
1293 if (!sample_addr_correlates_sym(attr))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001294 goto out;
David Ahern7cec0922011-05-30 13:08:23 -06001295
Arnaldo Carvalho de Meloc2740a82016-03-22 18:44:46 -03001296 thread__resolve(thread, &al, sample);
David Ahern7cec0922011-05-30 13:08:23 -06001297
1298 if (PRINT_FIELD(SYM)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001299 printed += fprintf(fp, " ");
Akihiro Nagaia978f2a2012-01-30 13:43:15 +09001300 if (PRINT_FIELD(SYMOFFSET))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001301 printed += symbol__fprintf_symname_offs(al.sym, &al, fp);
Akihiro Nagaia978f2a2012-01-30 13:43:15 +09001302 else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001303 printed += symbol__fprintf_symname(al.sym, fp);
David Ahern7cec0922011-05-30 13:08:23 -06001304 }
1305
1306 if (PRINT_FIELD(DSO)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001307 printed += fprintf(fp, " (");
1308 printed += map__fprintf_dsoname(al.map, fp);
1309 printed += fprintf(fp, ")");
David Ahern7cec0922011-05-30 13:08:23 -06001310 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001311out:
1312 return printed;
David Ahern7cec0922011-05-30 13:08:23 -06001313}
1314
Andi Kleen99f753f2018-09-20 11:05:39 -07001315static const char *resolve_branch_sym(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001316 struct evsel *evsel,
Andi Kleen99f753f2018-09-20 11:05:39 -07001317 struct thread *thread,
1318 struct addr_location *al,
1319 u64 *ip)
1320{
1321 struct addr_location addr_al;
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001322 struct perf_event_attr *attr = &evsel->core.attr;
Andi Kleen99f753f2018-09-20 11:05:39 -07001323 const char *name = NULL;
1324
1325 if (sample->flags & (PERF_IP_FLAG_CALL | PERF_IP_FLAG_TRACE_BEGIN)) {
1326 if (sample_addr_correlates_sym(attr)) {
1327 thread__resolve(thread, &addr_al, sample);
1328 if (addr_al.sym)
1329 name = addr_al.sym->name;
1330 else
1331 *ip = sample->addr;
1332 } else {
1333 *ip = sample->addr;
1334 }
1335 } else if (sample->flags & (PERF_IP_FLAG_RETURN | PERF_IP_FLAG_TRACE_END)) {
1336 if (al->sym)
1337 name = al->sym->name;
1338 else
1339 *ip = sample->ip;
1340 }
1341 return name;
1342}
1343
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001344static int perf_sample__fprintf_callindent(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001345 struct evsel *evsel,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001346 struct thread *thread,
1347 struct addr_location *al, FILE *fp)
Adrian Huntere2167082016-06-23 16:40:58 +03001348{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001349 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter256d92b2018-12-21 14:06:19 +02001350 size_t depth = thread_stack__depth(thread, sample->cpu);
Adrian Huntere2167082016-06-23 16:40:58 +03001351 const char *name = NULL;
1352 static int spacing;
1353 int len = 0;
Andi Kleena78cdee2018-09-18 05:32:10 -07001354 int dlen = 0;
Adrian Huntere2167082016-06-23 16:40:58 +03001355 u64 ip = 0;
1356
1357 /*
1358 * The 'return' has already been popped off the stack so the depth has
1359 * to be adjusted to match the 'call'.
1360 */
1361 if (thread->ts && sample->flags & PERF_IP_FLAG_RETURN)
1362 depth += 1;
1363
Andi Kleen99f753f2018-09-20 11:05:39 -07001364 name = resolve_branch_sym(sample, evsel, thread, al, &ip);
Adrian Huntere2167082016-06-23 16:40:58 +03001365
Andi Kleena78cdee2018-09-18 05:32:10 -07001366 if (PRINT_FIELD(DSO) && !(PRINT_FIELD(IP) || PRINT_FIELD(ADDR))) {
1367 dlen += fprintf(fp, "(");
1368 dlen += map__fprintf_dsoname(al->map, fp);
1369 dlen += fprintf(fp, ")\t");
1370 }
1371
Adrian Huntere2167082016-06-23 16:40:58 +03001372 if (name)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001373 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name);
Adrian Huntere2167082016-06-23 16:40:58 +03001374 else if (ip)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001375 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip);
Adrian Huntere2167082016-06-23 16:40:58 +03001376
1377 if (len < 0)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001378 return len;
Adrian Huntere2167082016-06-23 16:40:58 +03001379
1380 /*
1381 * Try to keep the output length from changing frequently so that the
1382 * output lines up more nicely.
1383 */
1384 if (len > spacing || (len && len < spacing - 52))
1385 spacing = round_up(len + 4, 32);
1386
1387 if (len < spacing)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001388 len += fprintf(fp, "%*s", spacing - len, "");
1389
Andi Kleena78cdee2018-09-18 05:32:10 -07001390 return len + dlen;
Adrian Huntere2167082016-06-23 16:40:58 +03001391}
1392
Andi Kleen3ab481a2019-03-05 06:47:45 -08001393__weak void arch_fetch_insn(struct perf_sample *sample __maybe_unused,
1394 struct thread *thread __maybe_unused,
1395 struct machine *machine __maybe_unused)
1396{
1397}
1398
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001399static int perf_sample__fprintf_insn(struct perf_sample *sample,
1400 struct perf_event_attr *attr,
1401 struct thread *thread,
1402 struct machine *machine, FILE *fp)
Andi Kleen224e2c92016-10-07 16:42:27 +03001403{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001404 int printed = 0;
1405
Andi Kleen3ab481a2019-03-05 06:47:45 -08001406 if (sample->insn_len == 0 && native_arch)
1407 arch_fetch_insn(sample, thread, machine);
1408
Andi Kleen224e2c92016-10-07 16:42:27 +03001409 if (PRINT_FIELD(INSNLEN))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001410 printed += fprintf(fp, " ilen: %d", sample->insn_len);
Andi Kleen3ab481a2019-03-05 06:47:45 -08001411 if (PRINT_FIELD(INSN) && sample->insn_len) {
Andi Kleen224e2c92016-10-07 16:42:27 +03001412 int i;
1413
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001414 printed += fprintf(fp, " insn:");
Andi Kleen224e2c92016-10-07 16:42:27 +03001415 for (i = 0; i < sample->insn_len; i++)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001416 printed += fprintf(fp, " %02x", (unsigned char)sample->insn[i]);
Andi Kleen224e2c92016-10-07 16:42:27 +03001417 }
Andi Kleen48d02a12017-02-23 15:46:34 -08001418 if (PRINT_FIELD(BRSTACKINSN))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001419 printed += perf_sample__fprintf_brstackinsn(sample, thread, attr, machine, fp);
1420
1421 return printed;
Andi Kleen224e2c92016-10-07 16:42:27 +03001422}
1423
Adrian Hunter68fb45b2019-05-20 14:37:14 +03001424static int perf_sample__fprintf_ipc(struct perf_sample *sample,
1425 struct perf_event_attr *attr, FILE *fp)
1426{
1427 unsigned int ipc;
1428
1429 if (!PRINT_FIELD(IPC) || !sample->cyc_cnt || !sample->insn_cnt)
1430 return 0;
1431
1432 ipc = (sample->insn_cnt * 100) / sample->cyc_cnt;
1433
1434 return fprintf(fp, " \t IPC: %u.%02u (%" PRIu64 "/%" PRIu64 ") ",
1435 ipc / 100, ipc % 100, sample->insn_cnt, sample->cyc_cnt);
1436}
1437
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001438static int perf_sample__fprintf_bts(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001439 struct evsel *evsel,
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001440 struct thread *thread,
1441 struct addr_location *al,
1442 struct machine *machine, FILE *fp)
Akihiro Nagai95582592012-01-30 13:43:09 +09001443{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001444 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +03001445 unsigned int type = output_type(attr->type);
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001446 bool print_srcline_last = false;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001447 int printed = 0;
Akihiro Nagai95582592012-01-30 13:43:09 +09001448
Adrian Huntere2167082016-06-23 16:40:58 +03001449 if (PRINT_FIELD(CALLINDENT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001450 printed += perf_sample__fprintf_callindent(sample, evsel, thread, al, fp);
Adrian Huntere2167082016-06-23 16:40:58 +03001451
Akihiro Nagai95582592012-01-30 13:43:09 +09001452 /* print branch_from information */
1453 if (PRINT_FIELD(IP)) {
Adrian Hunter14057202017-06-21 13:17:19 +03001454 unsigned int print_opts = output[type].print_ip_opts;
Chris Phlipote557b672016-04-19 19:32:11 -07001455 struct callchain_cursor *cursor = NULL;
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001456
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001457 if (symbol_conf.use_callchain && sample->callchain &&
Chris Phlipote557b672016-04-19 19:32:11 -07001458 thread__resolve_callchain(al->thread, &callchain_cursor, evsel,
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001459 sample, NULL, NULL, scripting_max_stack) == 0)
Chris Phlipote557b672016-04-19 19:32:11 -07001460 cursor = &callchain_cursor;
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001461
1462 if (cursor == NULL) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001463 printed += fprintf(fp, " ");
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -03001464 if (print_opts & EVSEL__PRINT_SRCLINE) {
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001465 print_srcline_last = true;
Arnaldo Carvalho de Meloe20ab862016-04-12 15:16:15 -03001466 print_opts &= ~EVSEL__PRINT_SRCLINE;
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001467 }
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001468 } else
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001469 printed += fprintf(fp, "\n");
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001470
Arnaldo Carvalho de Melo9620bc362019-09-25 15:06:59 -03001471 printed += sample__fprintf_sym(sample, al, 0, print_opts, cursor,
1472 symbol_conf.bt_stop_list, fp);
Akihiro Nagai95582592012-01-30 13:43:09 +09001473 }
1474
Akihiro Nagai95582592012-01-30 13:43:09 +09001475 /* print branch_to information */
Adrian Hunter243be3d2013-10-18 15:29:14 +03001476 if (PRINT_FIELD(ADDR) ||
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001477 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) &&
Adrian Hunter14057202017-06-21 13:17:19 +03001478 !output[type].user_set)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001479 printed += fprintf(fp, " => ");
1480 printed += perf_sample__fprintf_addr(sample, thread, attr, fp);
Adrian Hunter578bea42014-07-22 16:17:16 +03001481 }
Akihiro Nagai95582592012-01-30 13:43:09 +09001482
Adrian Hunter68fb45b2019-05-20 14:37:14 +03001483 printed += perf_sample__fprintf_ipc(sample, attr, fp);
1484
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001485 if (print_srcline_last)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001486 printed += map__fprintf_srcline(al->map, al->addr, "\n ", fp);
Adrian Hunter8066be5f2014-07-22 16:17:15 +03001487
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001488 printed += perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
Andi Kleendd2e18e2018-12-03 16:18:48 -08001489 printed += fprintf(fp, "\n");
1490 if (PRINT_FIELD(SRCCODE)) {
1491 int ret = map__fprintf_srccode(al->map, al->addr, stdout,
1492 &thread->srccode_state);
1493 if (ret) {
1494 printed += ret;
1495 printed += printf("\n");
1496 }
1497 }
1498 return printed;
Akihiro Nagai95582592012-01-30 13:43:09 +09001499}
1500
Adrian Hunter055cd332016-06-23 16:40:56 +03001501static struct {
1502 u32 flags;
1503 const char *name;
1504} sample_flags[] = {
1505 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL, "call"},
1506 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN, "return"},
1507 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CONDITIONAL, "jcc"},
1508 {PERF_IP_FLAG_BRANCH, "jmp"},
1509 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_INTERRUPT, "int"},
1510 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_INTERRUPT, "iret"},
1511 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_SYSCALLRET, "syscall"},
1512 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_RETURN | PERF_IP_FLAG_SYSCALLRET, "sysret"},
1513 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_ASYNC, "async"},
1514 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_INTERRUPT, "hw int"},
1515 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TX_ABORT, "tx abrt"},
1516 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_BEGIN, "tr strt"},
1517 {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "tr end"},
1518 {0, NULL}
1519};
1520
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001521static const char *sample_flags_to_name(u32 flags)
1522{
1523 int i;
1524
1525 for (i = 0; sample_flags[i].name ; i++) {
1526 if (sample_flags[i].flags == flags)
1527 return sample_flags[i].name;
1528 }
1529
1530 return NULL;
1531}
1532
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001533static int perf_sample__fprintf_flags(u32 flags, FILE *fp)
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001534{
1535 const char *chars = PERF_IP_FLAG_CHARS;
1536 const int n = strlen(PERF_IP_FLAG_CHARS);
Adrian Hunter055cd332016-06-23 16:40:56 +03001537 bool in_tx = flags & PERF_IP_FLAG_IN_TX;
1538 const char *name = NULL;
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001539 char str[33];
1540 int i, pos = 0;
1541
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001542 name = sample_flags_to_name(flags & ~PERF_IP_FLAG_IN_TX);
1543 if (name)
1544 return fprintf(fp, " %-15s%4s ", name, in_tx ? "(x)" : "");
1545
1546 if (flags & PERF_IP_FLAG_TRACE_BEGIN) {
1547 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_BEGIN));
1548 if (name)
1549 return fprintf(fp, " tr strt %-7s%4s ", name, in_tx ? "(x)" : "");
1550 }
1551
1552 if (flags & PERF_IP_FLAG_TRACE_END) {
1553 name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_END));
1554 if (name)
1555 return fprintf(fp, " tr end %-7s%4s ", name, in_tx ? "(x)" : "");
Adrian Hunter055cd332016-06-23 16:40:56 +03001556 }
1557
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001558 for (i = 0; i < n; i++, flags >>= 1) {
1559 if (flags & 1)
1560 str[pos++] = chars[i];
1561 }
1562 for (; i < 32; i++, flags >>= 1) {
1563 if (flags & 1)
1564 str[pos++] = '?';
1565 }
1566 str[pos] = 0;
Adrian Hunter055cd332016-06-23 16:40:56 +03001567
Adrian Hunter62cb1b82018-09-20 16:00:43 +03001568 return fprintf(fp, " %-19s ", str);
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001569}
1570
Wang Nan30372f02016-02-24 11:20:45 +00001571struct printer_data {
1572 int line_no;
1573 bool hit_nul;
1574 bool is_printable;
1575};
1576
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001577static int sample__fprintf_bpf_output(enum binary_printer_ops op,
1578 unsigned int val,
1579 void *extra, FILE *fp)
Wang Nan30372f02016-02-24 11:20:45 +00001580{
1581 unsigned char ch = (unsigned char)val;
1582 struct printer_data *printer_data = extra;
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001583 int printed = 0;
Wang Nan30372f02016-02-24 11:20:45 +00001584
1585 switch (op) {
1586 case BINARY_PRINT_DATA_BEGIN:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001587 printed += fprintf(fp, "\n");
Wang Nan30372f02016-02-24 11:20:45 +00001588 break;
1589 case BINARY_PRINT_LINE_BEGIN:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001590 printed += fprintf(fp, "%17s", !printer_data->line_no ? "BPF output:" :
Wang Nan30372f02016-02-24 11:20:45 +00001591 " ");
1592 break;
1593 case BINARY_PRINT_ADDR:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001594 printed += fprintf(fp, " %04x:", val);
Wang Nan30372f02016-02-24 11:20:45 +00001595 break;
1596 case BINARY_PRINT_NUM_DATA:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001597 printed += fprintf(fp, " %02x", val);
Wang Nan30372f02016-02-24 11:20:45 +00001598 break;
1599 case BINARY_PRINT_NUM_PAD:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001600 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001601 break;
1602 case BINARY_PRINT_SEP:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001603 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001604 break;
1605 case BINARY_PRINT_CHAR_DATA:
1606 if (printer_data->hit_nul && ch)
1607 printer_data->is_printable = false;
1608
1609 if (!isprint(ch)) {
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001610 printed += fprintf(fp, "%c", '.');
Wang Nan30372f02016-02-24 11:20:45 +00001611
1612 if (!printer_data->is_printable)
1613 break;
1614
1615 if (ch == '\0')
1616 printer_data->hit_nul = true;
1617 else
1618 printer_data->is_printable = false;
1619 } else {
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001620 printed += fprintf(fp, "%c", ch);
Wang Nan30372f02016-02-24 11:20:45 +00001621 }
1622 break;
1623 case BINARY_PRINT_CHAR_PAD:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001624 printed += fprintf(fp, " ");
Wang Nan30372f02016-02-24 11:20:45 +00001625 break;
1626 case BINARY_PRINT_LINE_END:
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001627 printed += fprintf(fp, "\n");
Wang Nan30372f02016-02-24 11:20:45 +00001628 printer_data->line_no++;
1629 break;
1630 case BINARY_PRINT_DATA_END:
1631 default:
1632 break;
1633 }
Arnaldo Carvalho de Melo923d0c92017-10-17 10:35:00 -03001634
1635 return printed;
Wang Nan30372f02016-02-24 11:20:45 +00001636}
1637
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001638static int perf_sample__fprintf_bpf_output(struct perf_sample *sample, FILE *fp)
Wang Nan30372f02016-02-24 11:20:45 +00001639{
1640 unsigned int nr_bytes = sample->raw_size;
1641 struct printer_data printer_data = {0, false, true};
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001642 int printed = binary__fprintf(sample->raw_data, nr_bytes, 8,
1643 sample__fprintf_bpf_output, &printer_data, fp);
Wang Nan30372f02016-02-24 11:20:45 +00001644
1645 if (printer_data.is_printable && printer_data.hit_nul)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001646 printed += fprintf(fp, "%17s \"%s\"\n", "BPF string:", (char *)(sample->raw_data));
1647
1648 return printed;
Wang Nan30372f02016-02-24 11:20:45 +00001649}
1650
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001651static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001652{
1653 if (len > 0 && len < spacing)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001654 return fprintf(fp, "%*s", spacing - len, "");
1655
1656 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001657}
1658
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001659static int perf_sample__fprintf_pt_spacing(int len, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001660{
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001661 return perf_sample__fprintf_spacing(len, 34, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001662}
1663
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001664static int perf_sample__fprintf_synth_ptwrite(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001665{
1666 struct perf_synth_intel_ptwrite *data = perf_sample__synth_ptr(sample);
1667 int len;
1668
1669 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001670 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001671
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001672 len = fprintf(fp, " IP: %u payload: %#" PRIx64 " ",
Adrian Hunter65c5e182017-06-30 11:36:42 +03001673 data->ip, le64_to_cpu(data->payload));
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001674 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001675}
1676
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001677static int perf_sample__fprintf_synth_mwait(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001678{
1679 struct perf_synth_intel_mwait *data = perf_sample__synth_ptr(sample);
1680 int len;
1681
1682 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001683 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001684
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001685 len = fprintf(fp, " hints: %#x extensions: %#x ",
1686 data->hints, data->extensions);
1687 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001688}
1689
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001690static int perf_sample__fprintf_synth_pwre(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001691{
1692 struct perf_synth_intel_pwre *data = perf_sample__synth_ptr(sample);
1693 int len;
1694
1695 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001696 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001697
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001698 len = fprintf(fp, " hw: %u cstate: %u sub-cstate: %u ",
1699 data->hw, data->cstate, data->subcstate);
1700 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001701}
1702
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001703static int perf_sample__fprintf_synth_exstop(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001704{
1705 struct perf_synth_intel_exstop *data = perf_sample__synth_ptr(sample);
1706 int len;
1707
1708 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001709 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001710
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001711 len = fprintf(fp, " IP: %u ", data->ip);
1712 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001713}
1714
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001715static int perf_sample__fprintf_synth_pwrx(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001716{
1717 struct perf_synth_intel_pwrx *data = perf_sample__synth_ptr(sample);
1718 int len;
1719
1720 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001721 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001722
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001723 len = fprintf(fp, " deepest cstate: %u last cstate: %u wake reason: %#x ",
Adrian Hunter65c5e182017-06-30 11:36:42 +03001724 data->deepest_cstate, data->last_cstate,
1725 data->wake_reason);
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001726 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001727}
1728
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001729static int perf_sample__fprintf_synth_cbr(struct perf_sample *sample, FILE *fp)
Adrian Hunter65c5e182017-06-30 11:36:42 +03001730{
1731 struct perf_synth_intel_cbr *data = perf_sample__synth_ptr(sample);
1732 unsigned int percent, freq;
1733 int len;
1734
1735 if (perf_sample__bad_synth_size(sample, *data))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001736 return 0;
Adrian Hunter65c5e182017-06-30 11:36:42 +03001737
1738 freq = (le32_to_cpu(data->freq) + 500) / 1000;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001739 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001740 if (data->max_nonturbo) {
1741 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10;
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001742 len += fprintf(fp, "(%3u%%) ", percent);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001743 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001744 return len + perf_sample__fprintf_pt_spacing(len, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001745}
1746
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001747static int perf_sample__fprintf_synth(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001748 struct evsel *evsel, FILE *fp)
Adrian Hunter47e78082017-05-26 11:17:22 +03001749{
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001750 switch (evsel->core.attr.config) {
Adrian Hunter65c5e182017-06-30 11:36:42 +03001751 case PERF_SYNTH_INTEL_PTWRITE:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001752 return perf_sample__fprintf_synth_ptwrite(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001753 case PERF_SYNTH_INTEL_MWAIT:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001754 return perf_sample__fprintf_synth_mwait(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001755 case PERF_SYNTH_INTEL_PWRE:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001756 return perf_sample__fprintf_synth_pwre(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001757 case PERF_SYNTH_INTEL_EXSTOP:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001758 return perf_sample__fprintf_synth_exstop(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001759 case PERF_SYNTH_INTEL_PWRX:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001760 return perf_sample__fprintf_synth_pwrx(sample, fp);
Adrian Hunter65c5e182017-06-30 11:36:42 +03001761 case PERF_SYNTH_INTEL_CBR:
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001762 return perf_sample__fprintf_synth_cbr(sample, fp);
Adrian Hunter47e78082017-05-26 11:17:22 +03001763 default:
1764 break;
1765 }
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001766
1767 return 0;
Adrian Hunter47e78082017-05-26 11:17:22 +03001768}
1769
Arnaldo Carvalho de Meloafdd63f2020-06-10 11:39:16 -03001770static int evlist__max_name_len(struct evlist *evlist)
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001771{
Jiri Olsa32dcd022019-07-21 13:23:51 +02001772 struct evsel *evsel;
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001773 int max = 0;
1774
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03001775 evlist__for_each_entry(evlist, evsel) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03001776 int len = strlen(evsel__name(evsel));
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001777
1778 max = MAX(len, max);
1779 }
1780
1781 return max;
1782}
1783
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001784static int data_src__fprintf(u64 data_src, FILE *fp)
Jiri Olsac19ac912016-02-24 09:46:54 +01001785{
1786 struct mem_info mi = { .data_src.val = data_src };
1787 char decode[100];
1788 char out[100];
1789 static int maxlen;
1790 int len;
1791
1792 perf_script__meminfo_scnprintf(decode, 100, &mi);
1793
1794 len = scnprintf(out, 100, "%16" PRIx64 " %s", data_src, decode);
1795 if (maxlen < len)
1796 maxlen = len;
1797
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001798 return fprintf(fp, "%-*s", maxlen, out);
Jiri Olsac19ac912016-02-24 09:46:54 +01001799}
1800
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001801struct metric_ctx {
1802 struct perf_sample *sample;
1803 struct thread *thread;
Jiri Olsa32dcd022019-07-21 13:23:51 +02001804 struct evsel *evsel;
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001805 FILE *fp;
1806};
1807
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001808static void script_print_metric(struct perf_stat_config *config __maybe_unused,
1809 void *ctx, const char *color,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001810 const char *fmt,
1811 const char *unit, double val)
1812{
1813 struct metric_ctx *mctx = ctx;
1814
1815 if (!fmt)
1816 return;
Jiri Olsae534bfb2020-08-05 11:34:44 +02001817 perf_sample__fprintf_start(NULL, mctx->sample, mctx->thread, mctx->evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +01001818 PERF_RECORD_SAMPLE, mctx->fp);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001819 fputs("\tmetric: ", mctx->fp);
1820 if (color)
1821 color_fprintf(mctx->fp, color, fmt, val);
1822 else
1823 printf(fmt, val);
1824 fprintf(mctx->fp, " %s\n", unit);
1825}
1826
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001827static void script_new_line(struct perf_stat_config *config __maybe_unused,
1828 void *ctx)
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001829{
1830 struct metric_ctx *mctx = ctx;
1831
Jiri Olsae534bfb2020-08-05 11:34:44 +02001832 perf_sample__fprintf_start(NULL, mctx->sample, mctx->thread, mctx->evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +01001833 PERF_RECORD_SAMPLE, mctx->fp);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001834 fputs("\tmetric: ", mctx->fp);
1835}
1836
1837static void perf_sample__fprint_metric(struct perf_script *script,
1838 struct thread *thread,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001839 struct evsel *evsel,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001840 struct perf_sample *sample,
1841 FILE *fp)
1842{
1843 struct perf_stat_output_ctx ctx = {
1844 .print_metric = script_print_metric,
1845 .new_line = script_new_line,
1846 .ctx = &(struct metric_ctx) {
1847 .sample = sample,
1848 .thread = thread,
1849 .evsel = evsel,
1850 .fp = fp,
1851 },
1852 .force_header = false,
1853 };
Jiri Olsa32dcd022019-07-21 13:23:51 +02001854 struct evsel *ev2;
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001855 u64 val;
1856
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001857 if (!evsel->stats)
Arnaldo Carvalho de Melo53f5e902020-11-30 09:31:04 -03001858 evlist__alloc_stats(script->session->evlist, false);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001859 if (evsel_script(evsel->leader)->gnum++ == 0)
1860 perf_stat__reset_shadow_stats();
1861 val = sample->period * evsel->scale;
1862 perf_stat__update_shadow_stats(evsel,
1863 val,
Jin Yao1fcd0392017-12-05 22:03:04 +08001864 sample->cpu,
1865 &rt_stat);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001866 evsel_script(evsel)->val = val;
Jiri Olsa5643b1a2019-07-21 13:24:46 +02001867 if (evsel_script(evsel->leader)->gnum == evsel->leader->core.nr_members) {
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001868 for_each_group_member (ev2, evsel->leader) {
Jiri Olsa6ca9a082018-08-30 08:32:28 +02001869 perf_stat__print_shadow_stats(&stat_config, ev2,
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001870 evsel_script(ev2)->val,
1871 sample->cpu,
1872 &ctx,
Jin Yaoe0128b32017-12-05 22:03:05 +08001873 NULL,
1874 &rt_stat);
Andi Kleen4bd1bef2017-11-17 13:43:00 -08001875 }
1876 evsel_script(evsel->leader)->gnum = 0;
1877 }
1878}
1879
Andi Kleen99f753f2018-09-20 11:05:39 -07001880static bool show_event(struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001881 struct evsel *evsel,
Andi Kleen99f753f2018-09-20 11:05:39 -07001882 struct thread *thread,
1883 struct addr_location *al)
1884{
Adrian Hunter256d92b2018-12-21 14:06:19 +02001885 int depth = thread_stack__depth(thread, sample->cpu);
Andi Kleen99f753f2018-09-20 11:05:39 -07001886
1887 if (!symbol_conf.graph_function)
1888 return true;
1889
1890 if (thread->filter) {
1891 if (depth <= thread->filter_entry_depth) {
1892 thread->filter = false;
1893 return false;
1894 }
1895 return true;
1896 } else {
1897 const char *s = symbol_conf.graph_function;
1898 u64 ip;
1899 const char *name = resolve_branch_sym(sample, evsel, thread, al,
1900 &ip);
1901 unsigned nlen;
1902
1903 if (!name)
1904 return false;
1905 nlen = strlen(name);
1906 while (*s) {
1907 unsigned len = strcspn(s, ",");
1908 if (nlen == len && !strncmp(name, s, len)) {
1909 thread->filter = true;
1910 thread->filter_entry_depth = depth;
1911 return true;
1912 }
1913 s += len;
1914 if (*s == ',')
1915 s++;
1916 }
1917 return false;
1918 }
1919}
1920
Arnaldo Carvalho de Meloa3dff302016-03-23 11:55:24 -03001921static void process_event(struct perf_script *script,
Jiri Olsa32dcd022019-07-21 13:23:51 +02001922 struct perf_sample *sample, struct evsel *evsel,
Andi Kleen48d02a12017-02-23 15:46:34 -08001923 struct addr_location *al,
1924 struct machine *machine)
David Ahernbe6d8422011-03-09 22:23:23 -07001925{
Arnaldo Carvalho de Melof9d5d542015-04-01 13:29:25 -03001926 struct thread *thread = al->thread;
Jiri Olsa1fc632c2019-07-21 13:24:29 +02001927 struct perf_event_attr *attr = &evsel->core.attr;
Adrian Hunter14057202017-06-21 13:17:19 +03001928 unsigned int type = output_type(attr->type);
Jiri Olsa32dcd022019-07-21 13:23:51 +02001929 struct evsel_script *es = evsel->priv;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03001930 FILE *fp = es->fp;
Kan Liang6b9bae62020-12-16 10:57:57 -08001931 char str[PAGE_SIZE_NAME_LEN];
David Ahern1424dc92011-03-09 22:23:28 -07001932
Adrian Hunter14057202017-06-21 13:17:19 +03001933 if (output[type].fields == 0)
David Ahern1424dc92011-03-09 22:23:28 -07001934 return;
1935
Andi Kleen99f753f2018-09-20 11:05:39 -07001936 if (!show_event(sample, evsel, thread, al))
1937 return;
1938
Arnaldo Carvalho de Melo8829e562019-08-15 11:00:11 -03001939 if (evswitch__discard(&script->evswitch, evsel))
1940 return;
Arnaldo Carvalho de Melof90a2412019-08-14 16:20:13 -03001941
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03001942 ++es->samples;
1943
Jiri Olsae534bfb2020-08-05 11:34:44 +02001944 perf_sample__fprintf_start(script, sample, thread, evsel,
Jiri Olsa28a0b392018-01-07 17:03:52 +01001945 PERF_RECORD_SAMPLE, fp);
David Ahern745f43e2011-03-09 22:23:26 -07001946
Jiri Olsa535aeaae2014-08-25 16:45:42 +02001947 if (PRINT_FIELD(PERIOD))
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001948 fprintf(fp, "%10" PRIu64 " ", sample->period);
Jiri Olsa535aeaae2014-08-25 16:45:42 +02001949
Namhyung Kime944d3d2013-11-18 14:34:52 +09001950 if (PRINT_FIELD(EVNAME)) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03001951 const char *evname = evsel__name(evsel);
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001952
1953 if (!script->name_width)
Arnaldo Carvalho de Meloafdd63f2020-06-10 11:39:16 -03001954 script->name_width = evlist__max_name_len(script->session->evlist);
Jiri Olsa9cdbc402016-01-07 10:14:05 +01001955
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03001956 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]");
Namhyung Kime944d3d2013-11-18 14:34:52 +09001957 }
1958
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001959 if (print_flags)
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001960 perf_sample__fprintf_flags(sample->flags, fp);
Adrian Hunter400ea6d2015-04-09 18:54:05 +03001961
Akihiro Nagai95582592012-01-30 13:43:09 +09001962 if (is_bts_event(attr)) {
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001963 perf_sample__fprintf_bts(sample, evsel, thread, al, machine, fp);
Akihiro Nagai95582592012-01-30 13:43:09 +09001964 return;
1965 }
1966
Andi Kleen96167162019-01-17 11:48:34 -08001967 if (PRINT_FIELD(TRACE) && sample->raw_data) {
Arnaldo Carvalho de Melo894f3f12017-10-26 10:26:52 -03001968 event_format__fprintf(evsel->tp_format, sample->cpu,
1969 sample->raw_data, sample->raw_size, fp);
1970 }
Adrian Hunter47e78082017-05-26 11:17:22 +03001971
1972 if (attr->type == PERF_TYPE_SYNTH && PRINT_FIELD(SYNTH))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001973 perf_sample__fprintf_synth(sample, evsel, fp);
Adrian Hunter47e78082017-05-26 11:17:22 +03001974
David Ahern7cec0922011-05-30 13:08:23 -06001975 if (PRINT_FIELD(ADDR))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001976 perf_sample__fprintf_addr(sample, thread, attr, fp);
David Ahern7cec0922011-05-30 13:08:23 -06001977
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001978 if (PRINT_FIELD(DATA_SRC))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001979 data_src__fprintf(sample->data_src, fp);
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001980
1981 if (PRINT_FIELD(WEIGHT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001982 fprintf(fp, "%16" PRIu64, sample->weight);
Jiri Olsa94ddddf2016-02-15 09:34:51 +01001983
David Ahern787bef12011-05-27 14:28:43 -06001984 if (PRINT_FIELD(IP)) {
Chris Phlipote557b672016-04-19 19:32:11 -07001985 struct callchain_cursor *cursor = NULL;
David Aherna6ffaf92013-08-07 22:50:51 -04001986
Kan Liang680d1252020-03-19 13:25:14 -07001987 if (script->stitch_lbr)
1988 al->thread->lbr_stitch_enable = true;
1989
Arnaldo Carvalho de Melo92231522016-04-18 11:31:46 -03001990 if (symbol_conf.use_callchain && sample->callchain &&
Chris Phlipote557b672016-04-19 19:32:11 -07001991 thread__resolve_callchain(al->thread, &callchain_cursor, evsel,
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001992 sample, NULL, NULL, scripting_max_stack) == 0)
Chris Phlipote557b672016-04-19 19:32:11 -07001993 cursor = &callchain_cursor;
Arnaldo Carvalho de Melo6f736732016-04-14 17:45:51 -03001994
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03001995 fputc(cursor ? '\n' : ' ', fp);
Arnaldo Carvalho de Melo9620bc362019-09-25 15:06:59 -03001996 sample__fprintf_sym(sample, al, 0, output[type].print_ip_opts, cursor,
1997 symbol_conf.bt_stop_list, fp);
David Ahernc0230b22011-03-09 22:23:27 -07001998 }
1999
Stephane Eranianfc36f942015-08-31 18:41:10 +02002000 if (PRINT_FIELD(IREGS))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002001 perf_sample__fprintf_iregs(sample, attr, fp);
Stephane Eranianfc36f942015-08-31 18:41:10 +02002002
Andi Kleenb1491ac2017-09-05 11:40:57 -07002003 if (PRINT_FIELD(UREGS))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002004 perf_sample__fprintf_uregs(sample, attr, fp);
Andi Kleenb1491ac2017-09-05 11:40:57 -07002005
Stephane Eraniandc323ce2015-08-31 18:41:13 +02002006 if (PRINT_FIELD(BRSTACK))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002007 perf_sample__fprintf_brstack(sample, thread, attr, fp);
Stephane Eraniandc323ce2015-08-31 18:41:13 +02002008 else if (PRINT_FIELD(BRSTACKSYM))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002009 perf_sample__fprintf_brstacksym(sample, thread, attr, fp);
Mark Santaniello106dacd2017-06-19 09:38:25 -07002010 else if (PRINT_FIELD(BRSTACKOFF))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002011 perf_sample__fprintf_brstackoff(sample, thread, attr, fp);
Stephane Eraniandc323ce2015-08-31 18:41:13 +02002012
Arnaldo Carvalho de Meloc754c382020-04-30 10:51:16 -03002013 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT))
Arnaldo Carvalho de Meloa1a58702017-10-17 10:54:24 -03002014 perf_sample__fprintf_bpf_output(sample, fp);
2015 perf_sample__fprintf_insn(sample, attr, thread, machine, fp);
Kan Liang49d58f02017-08-29 13:11:11 -04002016
2017 if (PRINT_FIELD(PHYS_ADDR))
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03002018 fprintf(fp, "%16" PRIx64, sample->phys_addr);
Adrian Hunter68fb45b2019-05-20 14:37:14 +03002019
Kan Liang6b9bae62020-12-16 10:57:57 -08002020 if (PRINT_FIELD(DATA_PAGE_SIZE))
2021 fprintf(fp, " %s", get_page_size_name(sample->data_page_size, str));
2022
Adrian Hunter68fb45b2019-05-20 14:37:14 +03002023 perf_sample__fprintf_ipc(sample, attr, fp);
2024
Arnaldo Carvalho de Melo69c71252017-10-26 09:51:13 -03002025 fprintf(fp, "\n");
Andi Kleen4bd1bef2017-11-17 13:43:00 -08002026
Andi Kleendd2e18e2018-12-03 16:18:48 -08002027 if (PRINT_FIELD(SRCCODE)) {
2028 if (map__fprintf_srccode(al->map, al->addr, stdout,
2029 &thread->srccode_state))
2030 printf("\n");
2031 }
2032
Andi Kleen4bd1bef2017-11-17 13:43:00 -08002033 if (PRINT_FIELD(METRIC))
2034 perf_sample__fprint_metric(script, thread, evsel, sample, fp);
Milian Wolff7ee40672018-10-21 21:14:24 +02002035
2036 if (verbose)
2037 fflush(fp);
David Ahernbe6d8422011-03-09 22:23:23 -07002038}
2039
Tom Zanussi956ffd02009-11-25 01:15:46 -06002040static struct scripting_ops *scripting_ops;
2041
Jiri Olsa32dcd022019-07-21 13:23:51 +02002042static void __process_stat(struct evsel *counter, u64 tstamp)
Jiri Olsa36e33c52016-01-06 11:49:56 +01002043{
Jiri Olsaa2f354e2019-08-22 13:11:41 +02002044 int nthreads = perf_thread_map__nr(counter->core.threads);
Arnaldo Carvalho de Melo5eb88f02020-04-29 15:45:09 -03002045 int ncpus = evsel__nr_cpus(counter);
Jiri Olsa36e33c52016-01-06 11:49:56 +01002046 int cpu, thread;
2047 static int header_printed;
2048
Jiri Olsa648b5af2019-08-06 11:35:19 +02002049 if (counter->core.system_wide)
Jiri Olsa36e33c52016-01-06 11:49:56 +01002050 nthreads = 1;
2051
2052 if (!header_printed) {
2053 printf("%3s %8s %15s %15s %15s %15s %s\n",
2054 "CPU", "THREAD", "VAL", "ENA", "RUN", "TIME", "EVENT");
2055 header_printed = 1;
2056 }
2057
2058 for (thread = 0; thread < nthreads; thread++) {
2059 for (cpu = 0; cpu < ncpus; cpu++) {
2060 struct perf_counts_values *counts;
2061
2062 counts = perf_counts(counter->counts, cpu, thread);
2063
2064 printf("%3d %8d %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %15" PRIu64 " %s\n",
Jiri Olsad400bd32019-07-21 13:24:37 +02002065 counter->core.cpus->map[cpu],
Jiri Olsaa2f354e2019-08-22 13:11:41 +02002066 perf_thread_map__pid(counter->core.threads, thread),
Jiri Olsa36e33c52016-01-06 11:49:56 +01002067 counts->val,
2068 counts->ena,
2069 counts->run,
2070 tstamp,
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03002071 evsel__name(counter));
Jiri Olsa36e33c52016-01-06 11:49:56 +01002072 }
2073 }
2074}
2075
Jiri Olsa32dcd022019-07-21 13:23:51 +02002076static void process_stat(struct evsel *counter, u64 tstamp)
Jiri Olsae099eba2016-01-05 22:09:09 +01002077{
2078 if (scripting_ops && scripting_ops->process_stat)
2079 scripting_ops->process_stat(&stat_config, counter, tstamp);
Jiri Olsa36e33c52016-01-06 11:49:56 +01002080 else
2081 __process_stat(counter, tstamp);
Jiri Olsae099eba2016-01-05 22:09:09 +01002082}
2083
2084static void process_stat_interval(u64 tstamp)
2085{
2086 if (scripting_ops && scripting_ops->process_stat_interval)
2087 scripting_ops->process_stat_interval(tstamp);
2088}
2089
Tom Zanussi956ffd02009-11-25 01:15:46 -06002090static void setup_scripting(void)
2091{
Tom Zanussi16c632d2009-11-25 01:15:48 -06002092 setup_perl_scripting();
Tom Zanussi7e4b21b2010-01-27 02:27:57 -06002093 setup_python_scripting();
Tom Zanussi956ffd02009-11-25 01:15:46 -06002094}
2095
Adrian Hunterd445dd22014-08-15 22:08:37 +03002096static int flush_scripting(void)
2097{
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002098 return scripting_ops ? scripting_ops->flush_script() : 0;
Adrian Hunterd445dd22014-08-15 22:08:37 +03002099}
2100
Tom Zanussi956ffd02009-11-25 01:15:46 -06002101static int cleanup_scripting(void)
2102{
Ingo Molnar133dc4c2010-11-16 18:45:39 +01002103 pr_debug("\nperf script stopped\n");
Tom Zanussi3824a4e2010-05-09 23:46:57 -05002104
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002105 return scripting_ops ? scripting_ops->stop_script() : 0;
Tom Zanussi956ffd02009-11-25 01:15:46 -06002106}
2107
Andi Kleene87e5482019-03-11 07:44:52 -07002108static bool filter_cpu(struct perf_sample *sample)
2109{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002110 if (cpu_list && sample->cpu != (u32)-1)
Andi Kleene87e5482019-03-11 07:44:52 -07002111 return !test_bit(sample->cpu, cpu_bitmap);
2112 return false;
2113}
2114
Jiri Olsa809e9422015-11-26 18:55:21 +01002115static int process_sample_event(struct perf_tool *tool,
Arnaldo Carvalho de Melod20deb62011-11-25 08:19:45 -02002116 union perf_event *event,
Arnaldo Carvalho de Melo8115d602011-01-29 14:01:45 -02002117 struct perf_sample *sample,
Jiri Olsa32dcd022019-07-21 13:23:51 +02002118 struct evsel *evsel,
Arnaldo Carvalho de Melo743eb862011-11-28 07:56:39 -02002119 struct machine *machine)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002120{
Jiri Olsa809e9422015-11-26 18:55:21 +01002121 struct perf_script *scr = container_of(tool, struct perf_script, tool);
David Aherne7984b72011-11-21 10:02:52 -07002122 struct addr_location al;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002123
Jin Yao2ab046c2017-12-08 21:13:46 +08002124 if (perf_time__ranges_skip_sample(scr->ptime_range, scr->range_num,
2125 sample->time)) {
David Aherna91f4c42016-11-29 10:15:43 -07002126 return 0;
Jin Yao2ab046c2017-12-08 21:13:46 +08002127 }
David Aherna91f4c42016-11-29 10:15:43 -07002128
David Ahern1424dc92011-03-09 22:23:28 -07002129 if (debug_mode) {
2130 if (sample->time < last_timestamp) {
2131 pr_err("Samples misordered, previous: %" PRIu64
2132 " this: %" PRIu64 "\n", last_timestamp,
2133 sample->time);
2134 nr_unordered++;
Frederic Weisbeckere1889d72010-04-24 01:55:09 +02002135 }
David Ahern1424dc92011-03-09 22:23:28 -07002136 last_timestamp = sample->time;
2137 return 0;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002138 }
Anton Blanchard5d67be92011-07-04 21:57:50 +10002139
Arnaldo Carvalho de Melobb3eb562016-03-22 18:39:09 -03002140 if (machine__resolve(machine, &al, sample) < 0) {
David Aherne7984b72011-11-21 10:02:52 -07002141 pr_err("problem processing %d event, skipping it.\n",
2142 event->header.type);
2143 return -1;
2144 }
2145
2146 if (al.filtered)
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002147 goto out_put;
David Aherne7984b72011-11-21 10:02:52 -07002148
Andi Kleene87e5482019-03-11 07:44:52 -07002149 if (filter_cpu(sample))
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002150 goto out_put;
Anton Blanchard5d67be92011-07-04 21:57:50 +10002151
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002152 if (scripting_ops)
2153 scripting_ops->process_event(event, sample, evsel, &al);
2154 else
Andi Kleen48d02a12017-02-23 15:46:34 -08002155 process_event(scr, sample, evsel, &al, machine);
Jiri Olsa2aaecfc2015-11-26 14:55:23 +01002156
Arnaldo Carvalho de Melob91fc392015-04-06 20:43:22 -03002157out_put:
2158 addr_location__put(&al);
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002159 return 0;
2160}
2161
Adrian Hunter7ea95722013-11-01 15:51:30 +02002162static int process_attr(struct perf_tool *tool, union perf_event *event,
Jiri Olsa63503db2019-07-21 13:23:52 +02002163 struct evlist **pevlist)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002164{
2165 struct perf_script *scr = container_of(tool, struct perf_script, tool);
Jiri Olsa63503db2019-07-21 13:23:52 +02002166 struct evlist *evlist;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002167 struct evsel *evsel, *pos;
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002168 u64 sample_type;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002169 int err;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002170 static struct evsel_script *es;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002171
2172 err = perf_event__process_attr(tool, event, pevlist);
2173 if (err)
2174 return err;
2175
2176 evlist = *pevlist;
Jiri Olsa515dbe42019-09-03 10:39:52 +02002177 evsel = evlist__last(*pevlist);
Adrian Hunter7ea95722013-11-01 15:51:30 +02002178
Ravi Bangoriaa3af66f2018-06-25 18:12:19 +05302179 if (!evsel->priv) {
2180 if (scr->per_event_dump) {
2181 evsel->priv = perf_evsel_script__new(evsel,
2182 scr->session->data);
2183 } else {
2184 es = zalloc(sizeof(*es));
2185 if (!es)
2186 return -ENOMEM;
2187 es->fp = stdout;
2188 evsel->priv = es;
2189 }
2190 }
2191
Jiri Olsa1fc632c2019-07-21 13:24:29 +02002192 if (evsel->core.attr.type >= PERF_TYPE_MAX &&
2193 evsel->core.attr.type != PERF_TYPE_SYNTH)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002194 return 0;
2195
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03002196 evlist__for_each_entry(evlist, pos) {
Jiri Olsa1fc632c2019-07-21 13:24:29 +02002197 if (pos->core.attr.type == evsel->core.attr.type && pos != evsel)
Adrian Hunter7ea95722013-11-01 15:51:30 +02002198 return 0;
2199 }
2200
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002201 if (evsel->core.attr.sample_type) {
Arnaldo Carvalho de Meloafdd63f2020-06-10 11:39:16 -03002202 err = evsel__check_attr(evsel, scr->session);
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002203 if (err)
2204 return err;
2205 }
Jiri Olsad2b5a312015-10-16 12:41:25 +02002206
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002207 /*
2208 * Check if we need to enable callchains based
2209 * on events sample_type.
2210 */
Arnaldo Carvalho de Melob3c2cc22020-06-17 09:24:21 -03002211 sample_type = evlist__combined_sample_type(evlist);
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002212 callchain_param_setup(sample_type);
Jiri Olsa53fb1892020-05-07 11:50:24 +02002213
Adrian Hunterb5164082020-05-27 21:02:50 +03002214 /* Enable fields for callchain entries */
2215 if (symbol_conf.use_callchain &&
2216 (sample_type & PERF_SAMPLE_CALLCHAIN ||
2217 sample_type & PERF_SAMPLE_BRANCH_STACK ||
2218 (sample_type & PERF_SAMPLE_REGS_USER &&
2219 sample_type & PERF_SAMPLE_STACK_USER))) {
2220 int type = output_type(evsel->core.attr.type);
2221
2222 if (!(output[type].user_unset_fields & PERF_OUTPUT_IP))
2223 output[type].fields |= PERF_OUTPUT_IP;
2224 if (!(output[type].user_unset_fields & PERF_OUTPUT_SYM))
2225 output[type].fields |= PERF_OUTPUT_SYM;
Jiri Olsa53fb1892020-05-07 11:50:24 +02002226 }
2227 set_print_ip_opts(&evsel->core.attr);
Jiri Olsa0d71a2b2020-05-07 11:50:23 +02002228 return 0;
Adrian Hunter7ea95722013-11-01 15:51:30 +02002229}
2230
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002231static int print_event_with_time(struct perf_tool *tool,
2232 union perf_event *event,
2233 struct perf_sample *sample,
2234 struct machine *machine,
2235 pid_t pid, pid_t tid, u64 timestamp)
2236{
2237 struct perf_script *script = container_of(tool, struct perf_script, tool);
2238 struct perf_session *session = script->session;
Arnaldo Carvalho de Melo3ccf8a72020-11-30 14:17:57 -03002239 struct evsel *evsel = evlist__id2evsel(session->evlist, sample->id);
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002240 struct thread *thread = NULL;
2241
2242 if (evsel && !evsel->core.attr.sample_id_all) {
2243 sample->cpu = 0;
2244 sample->time = timestamp;
2245 sample->pid = pid;
2246 sample->tid = tid;
2247 }
2248
2249 if (filter_cpu(sample))
2250 return 0;
2251
2252 if (tid != -1)
2253 thread = machine__findnew_thread(machine, pid, tid);
2254
Adrian Hunterfc183802020-09-09 11:49:22 +03002255 if (evsel) {
Jiri Olsae534bfb2020-08-05 11:34:44 +02002256 perf_sample__fprintf_start(script, sample, thread, evsel,
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002257 event->header.type, stdout);
2258 }
2259
Adrian Hunter7eeb9852020-05-12 15:19:22 +03002260 perf_event__fprintf(event, machine, stdout);
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002261
2262 thread__put(thread);
2263
2264 return 0;
2265}
2266
2267static int print_event(struct perf_tool *tool, union perf_event *event,
2268 struct perf_sample *sample, struct machine *machine,
2269 pid_t pid, pid_t tid)
2270{
2271 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2272}
2273
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002274static int process_comm_event(struct perf_tool *tool,
2275 union perf_event *event,
2276 struct perf_sample *sample,
2277 struct machine *machine)
2278{
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002279 if (perf_event__process_comm(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002280 return -1;
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002281
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002282 return print_event(tool, event, sample, machine, event->comm.pid,
2283 event->comm.tid);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002284}
2285
Hari Bathini96a44bb2017-03-08 02:12:06 +05302286static int process_namespaces_event(struct perf_tool *tool,
2287 union perf_event *event,
2288 struct perf_sample *sample,
2289 struct machine *machine)
2290{
Hari Bathini96a44bb2017-03-08 02:12:06 +05302291 if (perf_event__process_namespaces(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002292 return -1;
Hari Bathini96a44bb2017-03-08 02:12:06 +05302293
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002294 return print_event(tool, event, sample, machine, event->namespaces.pid,
2295 event->namespaces.tid);
Hari Bathini96a44bb2017-03-08 02:12:06 +05302296}
2297
Namhyung Kim160d4af2020-03-25 21:45:36 +09002298static int process_cgroup_event(struct perf_tool *tool,
2299 union perf_event *event,
2300 struct perf_sample *sample,
2301 struct machine *machine)
2302{
Namhyung Kim160d4af2020-03-25 21:45:36 +09002303 if (perf_event__process_cgroup(tool, event, sample, machine) < 0)
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002304 return -1;
Namhyung Kim160d4af2020-03-25 21:45:36 +09002305
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002306 return print_event(tool, event, sample, machine, sample->pid,
2307 sample->tid);
Namhyung Kim160d4af2020-03-25 21:45:36 +09002308}
2309
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002310static int process_fork_event(struct perf_tool *tool,
2311 union perf_event *event,
2312 struct perf_sample *sample,
2313 struct machine *machine)
2314{
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002315 if (perf_event__process_fork(tool, event, sample, machine) < 0)
2316 return -1;
2317
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002318 return print_event_with_time(tool, event, sample, machine,
2319 event->fork.pid, event->fork.tid,
2320 event->fork.time);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002321}
2322static int process_exit_event(struct perf_tool *tool,
2323 union perf_event *event,
2324 struct perf_sample *sample,
2325 struct machine *machine)
2326{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002327 /* Print before 'exit' deletes anything */
2328 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2329 event->fork.tid, event->fork.time))
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002330 return -1;
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002331
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002332 return perf_event__process_exit(tool, event, sample, machine);
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002333}
2334
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002335static int process_mmap_event(struct perf_tool *tool,
2336 union perf_event *event,
2337 struct perf_sample *sample,
2338 struct machine *machine)
2339{
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002340 if (perf_event__process_mmap(tool, event, sample, machine) < 0)
2341 return -1;
2342
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002343 return print_event(tool, event, sample, machine, event->mmap.pid,
2344 event->mmap.tid);
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002345}
2346
2347static int process_mmap2_event(struct perf_tool *tool,
2348 union perf_event *event,
2349 struct perf_sample *sample,
2350 struct machine *machine)
2351{
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002352 if (perf_event__process_mmap2(tool, event, sample, machine) < 0)
2353 return -1;
2354
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002355 return print_event(tool, event, sample, machine, event->mmap2.pid,
2356 event->mmap2.tid);
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002357}
2358
Adrian Hunter7c148982015-07-21 12:44:06 +03002359static int process_switch_event(struct perf_tool *tool,
2360 union perf_event *event,
2361 struct perf_sample *sample,
2362 struct machine *machine)
2363{
Adrian Hunter7c148982015-07-21 12:44:06 +03002364 struct perf_script *script = container_of(tool, struct perf_script, tool);
Adrian Hunter7c148982015-07-21 12:44:06 +03002365
2366 if (perf_event__process_switch(tool, event, sample, machine) < 0)
2367 return -1;
2368
Adrian Hunter5bf83c22019-07-10 11:58:06 +03002369 if (scripting_ops && scripting_ops->process_switch)
2370 scripting_ops->process_switch(event, sample, machine);
2371
2372 if (!script->show_switch_events)
2373 return 0;
2374
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002375 return print_event(tool, event, sample, machine, sample->pid,
2376 sample->tid);
Adrian Hunter7c148982015-07-21 12:44:06 +03002377}
2378
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002379static int
2380process_lost_event(struct perf_tool *tool,
2381 union perf_event *event,
2382 struct perf_sample *sample,
2383 struct machine *machine)
2384{
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002385 return print_event(tool, event, sample, machine, sample->pid,
2386 sample->tid);
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002387}
2388
Jiri Olsa3233b372018-02-06 19:17:59 +01002389static int
2390process_finished_round_event(struct perf_tool *tool __maybe_unused,
2391 union perf_event *event,
2392 struct ordered_events *oe __maybe_unused)
2393
2394{
Adrian Hunter7eeb9852020-05-12 15:19:22 +03002395 perf_event__fprintf(event, NULL, stdout);
Jiri Olsa3233b372018-02-06 19:17:59 +01002396 return 0;
2397}
2398
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002399static int
2400process_bpf_events(struct perf_tool *tool __maybe_unused,
2401 union perf_event *event,
2402 struct perf_sample *sample,
2403 struct machine *machine)
2404{
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002405 if (machine__process_ksymbol(machine, event, sample) < 0)
2406 return -1;
2407
Adrian Hunter1a2725f2020-04-02 17:15:48 +03002408 return print_event(tool, event, sample, machine, sample->pid,
2409 sample->tid);
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002410}
2411
Adrian Hunter92ecf3a2020-05-12 15:19:21 +03002412static int process_text_poke_events(struct perf_tool *tool,
2413 union perf_event *event,
2414 struct perf_sample *sample,
2415 struct machine *machine)
2416{
2417 if (perf_event__process_text_poke(tool, event, sample, machine) < 0)
2418 return -1;
2419
2420 return print_event(tool, event, sample, machine, sample->pid,
2421 sample->tid);
2422}
2423
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002424static void sig_handler(int sig __maybe_unused)
Tom Zanussic239da32010-04-01 23:59:18 -05002425{
2426 session_done = 1;
2427}
2428
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002429static void perf_script__fclose_per_event_dump(struct perf_script *script)
2430{
Jiri Olsa63503db2019-07-21 13:23:52 +02002431 struct evlist *evlist = script->session->evlist;
Jiri Olsa32dcd022019-07-21 13:23:51 +02002432 struct evsel *evsel;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002433
2434 evlist__for_each_entry(evlist, evsel) {
2435 if (!evsel->priv)
2436 break;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002437 perf_evsel_script__delete(evsel->priv);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002438 evsel->priv = NULL;
2439 }
2440}
2441
2442static int perf_script__fopen_per_event_dump(struct perf_script *script)
2443{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002444 struct evsel *evsel;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002445
2446 evlist__for_each_entry(script->session->evlist, evsel) {
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03002447 /*
2448 * Already setup? I.e. we may be called twice in cases like
2449 * Intel PT, one for the intel_pt// and dummy events, then
2450 * for the evsels syntheized from the auxtrace info.
2451 *
2452 * Ses perf_script__process_auxtrace_info.
2453 */
2454 if (evsel->priv != NULL)
2455 continue;
2456
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01002457 evsel->priv = perf_evsel_script__new(evsel, script->session->data);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002458 if (evsel->priv == NULL)
2459 goto out_err_fclose;
2460 }
2461
2462 return 0;
2463
2464out_err_fclose:
2465 perf_script__fclose_per_event_dump(script);
2466 return -1;
2467}
2468
2469static int perf_script__setup_per_event_dump(struct perf_script *script)
2470{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002471 struct evsel *evsel;
2472 static struct evsel_script es_stdout;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002473
2474 if (script->per_event_dump)
2475 return perf_script__fopen_per_event_dump(script);
2476
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002477 es_stdout.fp = stdout;
2478
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002479 evlist__for_each_entry(script->session->evlist, evsel)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002480 evsel->priv = &es_stdout;
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002481
2482 return 0;
2483}
2484
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002485static void perf_script__exit_per_event_dump_stats(struct perf_script *script)
2486{
Jiri Olsa32dcd022019-07-21 13:23:51 +02002487 struct evsel *evsel;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002488
2489 evlist__for_each_entry(script->session->evlist, evsel) {
Jiri Olsa32dcd022019-07-21 13:23:51 +02002490 struct evsel_script *es = evsel->priv;
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002491
2492 perf_evsel_script__fprintf(es, stdout);
2493 perf_evsel_script__delete(es);
2494 evsel->priv = NULL;
2495 }
2496}
2497
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03002498static int __cmd_script(struct perf_script *script)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002499{
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002500 int ret;
2501
Tom Zanussic239da32010-04-01 23:59:18 -05002502 signal(SIGINT, sig_handler);
2503
Tony Jones8bf8c6d2019-01-20 11:14:14 -08002504 perf_stat__init_shadow_stats();
2505
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002506 /* override event processing functions */
2507 if (script->show_task_events) {
2508 script->tool.comm = process_comm_event;
2509 script->tool.fork = process_fork_event;
2510 script->tool.exit = process_exit_event;
2511 }
Namhyung Kimba1ddf42013-11-26 17:54:26 +09002512 if (script->show_mmap_events) {
2513 script->tool.mmap = process_mmap_event;
2514 script->tool.mmap2 = process_mmap2_event;
2515 }
Adrian Hunter5bf83c22019-07-10 11:58:06 +03002516 if (script->show_switch_events || (scripting_ops && scripting_ops->process_switch))
Adrian Hunter7c148982015-07-21 12:44:06 +03002517 script->tool.context_switch = process_switch_event;
Hari Bathini96a44bb2017-03-08 02:12:06 +05302518 if (script->show_namespace_events)
2519 script->tool.namespaces = process_namespaces_event;
Namhyung Kim160d4af2020-03-25 21:45:36 +09002520 if (script->show_cgroup_events)
2521 script->tool.cgroup = process_cgroup_event;
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01002522 if (script->show_lost_events)
2523 script->tool.lost = process_lost_event;
Jiri Olsa3233b372018-02-06 19:17:59 +01002524 if (script->show_round_events) {
2525 script->tool.ordered_events = false;
2526 script->tool.finished_round = process_finished_round_event;
2527 }
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002528 if (script->show_bpf_events) {
Arnaldo Carvalho de Melo3f604b52019-08-26 19:28:13 -03002529 script->tool.ksymbol = process_bpf_events;
2530 script->tool.bpf = process_bpf_events;
Jiri Olsa490c8cc2019-05-08 15:20:08 +02002531 }
Adrian Hunter92ecf3a2020-05-12 15:19:21 +03002532 if (script->show_text_poke_events) {
2533 script->tool.ksymbol = process_bpf_events;
2534 script->tool.text_poke = process_text_poke_events;
2535 }
Namhyung Kimad7ebb92013-11-26 17:51:12 +09002536
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002537 if (perf_script__setup_per_event_dump(script)) {
2538 pr_err("Couldn't create the per event dump files\n");
2539 return -1;
2540 }
2541
Arnaldo Carvalho de Melob7b61cb2015-03-03 11:58:45 -03002542 ret = perf_session__process_events(script->session);
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002543
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002544 if (script->per_event_dump)
Arnaldo Carvalho de Melo642ee1c2017-10-30 13:11:15 -03002545 perf_script__exit_per_event_dump_stats(script);
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03002546
Arnaldo Carvalho de Melo6d8afb52011-01-04 16:27:30 -02002547 if (debug_mode)
Arnaldo Carvalho de Melo9486aa32011-01-22 20:37:02 -02002548 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered);
Frederic Weisbecker6fcf7dd2010-05-27 15:46:25 +02002549
2550 return ret;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02002551}
2552
Tom Zanussi956ffd02009-11-25 01:15:46 -06002553struct script_spec {
2554 struct list_head node;
2555 struct scripting_ops *ops;
Gustavo A. R. Silva6549a8c2020-05-15 12:29:26 -05002556 char spec[];
Tom Zanussi956ffd02009-11-25 01:15:46 -06002557};
2558
Arnaldo Carvalho de Meloeccdfe22011-01-04 16:32:52 -02002559static LIST_HEAD(script_specs);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002560
2561static struct script_spec *script_spec__new(const char *spec,
2562 struct scripting_ops *ops)
2563{
2564 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
2565
2566 if (s != NULL) {
2567 strcpy(s->spec, spec);
2568 s->ops = ops;
2569 }
2570
2571 return s;
2572}
2573
Tom Zanussi956ffd02009-11-25 01:15:46 -06002574static void script_spec__add(struct script_spec *s)
2575{
2576 list_add_tail(&s->node, &script_specs);
2577}
2578
2579static struct script_spec *script_spec__find(const char *spec)
2580{
2581 struct script_spec *s;
2582
2583 list_for_each_entry(s, &script_specs, node)
2584 if (strcasecmp(s->spec, spec) == 0)
2585 return s;
2586 return NULL;
2587}
2588
Tom Zanussi956ffd02009-11-25 01:15:46 -06002589int script_spec_register(const char *spec, struct scripting_ops *ops)
2590{
2591 struct script_spec *s;
2592
2593 s = script_spec__find(spec);
2594 if (s)
2595 return -1;
2596
Taeung Song8560bae2016-02-26 00:13:10 +09002597 s = script_spec__new(spec, ops);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002598 if (!s)
2599 return -1;
Taeung Song8560bae2016-02-26 00:13:10 +09002600 else
2601 script_spec__add(s);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002602
2603 return 0;
2604}
2605
2606static struct scripting_ops *script_spec__lookup(const char *spec)
2607{
2608 struct script_spec *s = script_spec__find(spec);
2609 if (!s)
2610 return NULL;
2611
2612 return s->ops;
2613}
2614
2615static void list_available_languages(void)
2616{
2617 struct script_spec *s;
2618
2619 fprintf(stderr, "\n");
2620 fprintf(stderr, "Scripting language extensions (used in "
Ingo Molnar133dc4c2010-11-16 18:45:39 +01002621 "perf script -s [spec:]script.[spec]):\n\n");
Tom Zanussi956ffd02009-11-25 01:15:46 -06002622
2623 list_for_each_entry(s, &script_specs, node)
2624 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops->name);
2625
2626 fprintf(stderr, "\n");
2627}
2628
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002629static int parse_scriptname(const struct option *opt __maybe_unused,
2630 const char *str, int unset __maybe_unused)
Tom Zanussi956ffd02009-11-25 01:15:46 -06002631{
2632 char spec[PATH_MAX];
2633 const char *script, *ext;
2634 int len;
2635
Tom Zanussif526d682010-01-27 02:27:52 -06002636 if (strcmp(str, "lang") == 0) {
Tom Zanussi956ffd02009-11-25 01:15:46 -06002637 list_available_languages();
Tom Zanussif526d682010-01-27 02:27:52 -06002638 exit(0);
Tom Zanussi956ffd02009-11-25 01:15:46 -06002639 }
2640
2641 script = strchr(str, ':');
2642 if (script) {
2643 len = script - str;
2644 if (len >= PATH_MAX) {
2645 fprintf(stderr, "invalid language specifier");
2646 return -1;
2647 }
2648 strncpy(spec, str, len);
2649 spec[len] = '\0';
2650 scripting_ops = script_spec__lookup(spec);
2651 if (!scripting_ops) {
2652 fprintf(stderr, "invalid language specifier");
2653 return -1;
2654 }
2655 script++;
2656 } else {
2657 script = str;
Ben Hutchingsd1e95bb2010-10-10 16:11:02 +01002658 ext = strrchr(script, '.');
Tom Zanussi956ffd02009-11-25 01:15:46 -06002659 if (!ext) {
2660 fprintf(stderr, "invalid script extension");
2661 return -1;
2662 }
2663 scripting_ops = script_spec__lookup(++ext);
2664 if (!scripting_ops) {
2665 fprintf(stderr, "invalid script extension");
2666 return -1;
2667 }
2668 }
2669
2670 script_name = strdup(script);
2671
2672 return 0;
2673}
2674
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002675static int parse_output_fields(const struct option *opt __maybe_unused,
2676 const char *arg, int unset __maybe_unused)
David Ahern745f43e2011-03-09 22:23:26 -07002677{
Arnaldo Carvalho de Melo49346e82017-04-05 11:43:41 -03002678 char *tok, *strtok_saveptr = NULL;
Sasha Levin50ca19a2012-12-20 14:11:19 -05002679 int i, imax = ARRAY_SIZE(all_output_options);
David Ahern2c9e45f72011-03-17 10:03:21 -06002680 int j;
David Ahern745f43e2011-03-09 22:23:26 -07002681 int rc = 0;
2682 char *str = strdup(arg);
David Ahern1424dc92011-03-09 22:23:28 -07002683 int type = -1;
Andi Kleen36ce5652017-06-02 08:48:10 -07002684 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT;
David Ahern745f43e2011-03-09 22:23:26 -07002685
2686 if (!str)
2687 return -ENOMEM;
2688
David Ahern2c9e45f72011-03-17 10:03:21 -06002689 /* first word can state for which event type the user is specifying
2690 * the fields. If no type exists, the specified fields apply to all
2691 * event types found in the file minus the invalid fields for a type.
David Ahern1424dc92011-03-09 22:23:28 -07002692 */
David Ahern2c9e45f72011-03-17 10:03:21 -06002693 tok = strchr(str, ':');
2694 if (tok) {
2695 *tok = '\0';
2696 tok++;
2697 if (!strcmp(str, "hw"))
2698 type = PERF_TYPE_HARDWARE;
2699 else if (!strcmp(str, "sw"))
2700 type = PERF_TYPE_SOFTWARE;
2701 else if (!strcmp(str, "trace"))
2702 type = PERF_TYPE_TRACEPOINT;
Arun Sharma0817a6a2011-04-14 10:38:18 -07002703 else if (!strcmp(str, "raw"))
2704 type = PERF_TYPE_RAW;
Wang Nan27cfef02015-12-08 02:25:43 +00002705 else if (!strcmp(str, "break"))
2706 type = PERF_TYPE_BREAKPOINT;
Adrian Hunter14057202017-06-21 13:17:19 +03002707 else if (!strcmp(str, "synth"))
2708 type = OUTPUT_TYPE_SYNTH;
David Ahern2c9e45f72011-03-17 10:03:21 -06002709 else {
2710 fprintf(stderr, "Invalid event type in field string.\n");
Robert Richter38efb532011-11-25 11:38:40 +01002711 rc = -EINVAL;
2712 goto out;
David Ahern2c9e45f72011-03-17 10:03:21 -06002713 }
2714
2715 if (output[type].user_set)
2716 pr_warning("Overriding previous field request for %s events.\n",
2717 event_type(type));
2718
Jiri Olsa6ef362f2019-02-20 13:27:57 +01002719 /* Don't override defaults for +- */
2720 if (strchr(tok, '+') || strchr(tok, '-'))
2721 goto parse;
2722
David Ahern2c9e45f72011-03-17 10:03:21 -06002723 output[type].fields = 0;
2724 output[type].user_set = true;
David Ahern9cbdb702011-04-06 21:54:20 -06002725 output[type].wildcard_set = false;
David Ahern2c9e45f72011-03-17 10:03:21 -06002726
2727 } else {
2728 tok = str;
2729 if (strlen(str) == 0) {
2730 fprintf(stderr,
2731 "Cannot set fields to 'none' for all event types.\n");
2732 rc = -EINVAL;
2733 goto out;
2734 }
2735
Andi Kleen36ce5652017-06-02 08:48:10 -07002736 /* Don't override defaults for +- */
2737 if (strchr(str, '+') || strchr(str, '-'))
2738 goto parse;
2739
David Ahern2c9e45f72011-03-17 10:03:21 -06002740 if (output_set_by_user())
2741 pr_warning("Overriding previous field request for all events.\n");
2742
Adrian Hunter14057202017-06-21 13:17:19 +03002743 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002744 output[j].fields = 0;
2745 output[j].user_set = true;
David Ahern9cbdb702011-04-06 21:54:20 -06002746 output[j].wildcard_set = true;
David Ahern2c9e45f72011-03-17 10:03:21 -06002747 }
David Ahern1424dc92011-03-09 22:23:28 -07002748 }
2749
Andi Kleen36ce5652017-06-02 08:48:10 -07002750parse:
Arnaldo Carvalho de Melo49346e82017-04-05 11:43:41 -03002751 for (tok = strtok_r(tok, ",", &strtok_saveptr); tok; tok = strtok_r(NULL, ",", &strtok_saveptr)) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002752 if (*tok == '+') {
2753 if (change == SET)
2754 goto out_badmix;
2755 change = ADD;
2756 tok++;
2757 } else if (*tok == '-') {
2758 if (change == SET)
2759 goto out_badmix;
2760 change = REMOVE;
2761 tok++;
2762 } else {
2763 if (change != SET && change != DEFAULT)
2764 goto out_badmix;
2765 change = SET;
2766 }
2767
David Ahern745f43e2011-03-09 22:23:26 -07002768 for (i = 0; i < imax; ++i) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002769 if (strcmp(tok, all_output_options[i].str) == 0)
David Ahern745f43e2011-03-09 22:23:26 -07002770 break;
David Ahern745f43e2011-03-09 22:23:26 -07002771 }
Adrian Hunter400ea6d2015-04-09 18:54:05 +03002772 if (i == imax && strcmp(tok, "flags") == 0) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002773 print_flags = change == REMOVE ? false : true;
Adrian Hunter400ea6d2015-04-09 18:54:05 +03002774 continue;
2775 }
David Ahern745f43e2011-03-09 22:23:26 -07002776 if (i == imax) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002777 fprintf(stderr, "Invalid field requested.\n");
David Ahern745f43e2011-03-09 22:23:26 -07002778 rc = -EINVAL;
David Ahern2c9e45f72011-03-17 10:03:21 -06002779 goto out;
2780 }
2781
2782 if (type == -1) {
2783 /* add user option to all events types for
2784 * which it is valid
2785 */
Adrian Hunter14057202017-06-21 13:17:19 +03002786 for (j = 0; j < OUTPUT_TYPE_MAX; ++j) {
David Ahern2c9e45f72011-03-17 10:03:21 -06002787 if (output[j].invalid_fields & all_output_options[i].field) {
2788 pr_warning("\'%s\' not valid for %s events. Ignoring.\n",
2789 all_output_options[i].str, event_type(j));
Andi Kleen36ce5652017-06-02 08:48:10 -07002790 } else {
Andi Kleen4b6ac812019-02-24 07:37:12 -08002791 if (change == REMOVE) {
Andi Kleen36ce5652017-06-02 08:48:10 -07002792 output[j].fields &= ~all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002793 output[j].user_set_fields &= ~all_output_options[i].field;
Adrian Hunterb5164082020-05-27 21:02:50 +03002794 output[j].user_unset_fields |= all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002795 } else {
Andi Kleen36ce5652017-06-02 08:48:10 -07002796 output[j].fields |= all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002797 output[j].user_set_fields |= all_output_options[i].field;
Adrian Hunterb5164082020-05-27 21:02:50 +03002798 output[j].user_unset_fields &= ~all_output_options[i].field;
Andi Kleen4b6ac812019-02-24 07:37:12 -08002799 }
Andi Kleen37fed3d2018-09-18 05:32:09 -07002800 output[j].user_set = true;
2801 output[j].wildcard_set = true;
Andi Kleen36ce5652017-06-02 08:48:10 -07002802 }
David Ahern2c9e45f72011-03-17 10:03:21 -06002803 }
2804 } else {
2805 if (output[type].invalid_fields & all_output_options[i].field) {
2806 fprintf(stderr, "\'%s\' not valid for %s events.\n",
2807 all_output_options[i].str, event_type(type));
2808
2809 rc = -EINVAL;
2810 goto out;
2811 }
Jiri Olsa6ef362f2019-02-20 13:27:57 +01002812 if (change == REMOVE)
2813 output[type].fields &= ~all_output_options[i].field;
2814 else
2815 output[type].fields |= all_output_options[i].field;
Andi Kleen37fed3d2018-09-18 05:32:09 -07002816 output[type].user_set = true;
2817 output[type].wildcard_set = true;
David Ahern2c9e45f72011-03-17 10:03:21 -06002818 }
David Ahern2c9e45f72011-03-17 10:03:21 -06002819 }
2820
2821 if (type >= 0) {
2822 if (output[type].fields == 0) {
2823 pr_debug("No fields requested for %s type. "
2824 "Events will not be displayed.\n", event_type(type));
David Ahern745f43e2011-03-09 22:23:26 -07002825 }
David Ahern1424dc92011-03-09 22:23:28 -07002826 }
Andi Kleen36ce5652017-06-02 08:48:10 -07002827 goto out;
David Ahern745f43e2011-03-09 22:23:26 -07002828
Andi Kleen36ce5652017-06-02 08:48:10 -07002829out_badmix:
2830 fprintf(stderr, "Cannot mix +-field with overridden fields\n");
2831 rc = -EINVAL;
David Ahern2c9e45f72011-03-17 10:03:21 -06002832out:
David Ahern745f43e2011-03-09 22:23:26 -07002833 free(str);
2834 return rc;
2835}
2836
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002837#define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
2838 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
2839 if ((lang_dirent->d_type == DT_DIR || \
2840 (lang_dirent->d_type == DT_UNKNOWN && \
2841 is_directory(scripts_path, lang_dirent))) && \
2842 (strcmp(lang_dirent->d_name, ".")) && \
2843 (strcmp(lang_dirent->d_name, "..")))
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002844
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002845#define for_each_script(lang_path, lang_dir, script_dirent) \
2846 while ((script_dirent = readdir(lang_dir)) != NULL) \
2847 if (script_dirent->d_type != DT_DIR && \
2848 (script_dirent->d_type != DT_UNKNOWN || \
2849 !is_directory(lang_path, script_dirent)))
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002850
2851
2852#define RECORD_SUFFIX "-record"
2853#define REPORT_SUFFIX "-report"
2854
2855struct script_desc {
2856 struct list_head node;
2857 char *name;
2858 char *half_liner;
2859 char *args;
2860};
2861
Arnaldo Carvalho de Meloeccdfe22011-01-04 16:32:52 -02002862static LIST_HEAD(script_descs);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002863
2864static struct script_desc *script_desc__new(const char *name)
2865{
2866 struct script_desc *s = zalloc(sizeof(*s));
2867
Tom Zanussib5b87312010-11-10 08:16:51 -06002868 if (s != NULL && name)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002869 s->name = strdup(name);
2870
2871 return s;
2872}
2873
2874static void script_desc__delete(struct script_desc *s)
2875{
Arnaldo Carvalho de Melo74cf2492013-12-27 16:55:14 -03002876 zfree(&s->name);
2877 zfree(&s->half_liner);
2878 zfree(&s->args);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002879 free(s);
2880}
2881
2882static void script_desc__add(struct script_desc *s)
2883{
2884 list_add_tail(&s->node, &script_descs);
2885}
2886
2887static struct script_desc *script_desc__find(const char *name)
2888{
2889 struct script_desc *s;
2890
2891 list_for_each_entry(s, &script_descs, node)
2892 if (strcasecmp(s->name, name) == 0)
2893 return s;
2894 return NULL;
2895}
2896
2897static struct script_desc *script_desc__findnew(const char *name)
2898{
2899 struct script_desc *s = script_desc__find(name);
2900
2901 if (s)
2902 return s;
2903
2904 s = script_desc__new(name);
2905 if (!s)
Dan Carpenter2ec5cab62017-07-22 10:36:10 +03002906 return NULL;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002907
2908 script_desc__add(s);
2909
2910 return s;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002911}
2912
Stephane Eranian965bb6b2010-12-03 17:52:01 +02002913static const char *ends_with(const char *str, const char *suffix)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002914{
2915 size_t suffix_len = strlen(suffix);
Stephane Eranian965bb6b2010-12-03 17:52:01 +02002916 const char *p = str;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002917
2918 if (strlen(str) > suffix_len) {
2919 p = str + strlen(str) - suffix_len;
2920 if (!strncmp(p, suffix, suffix_len))
2921 return p;
2922 }
2923
2924 return NULL;
2925}
2926
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002927static int read_script_info(struct script_desc *desc, const char *filename)
2928{
2929 char line[BUFSIZ], *p;
2930 FILE *fp;
2931
2932 fp = fopen(filename, "r");
2933 if (!fp)
2934 return -1;
2935
2936 while (fgets(line, sizeof(line), fp)) {
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002937 p = skip_spaces(line);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002938 if (strlen(p) == 0)
2939 continue;
2940 if (*p != '#')
2941 continue;
2942 p++;
2943 if (strlen(p) && *p == '!')
2944 continue;
2945
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002946 p = skip_spaces(p);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002947 if (strlen(p) && p[strlen(p) - 1] == '\n')
2948 p[strlen(p) - 1] = '\0';
2949
2950 if (!strncmp(p, "description:", strlen("description:"))) {
2951 p += strlen("description:");
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002952 desc->half_liner = strdup(skip_spaces(p));
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002953 continue;
2954 }
2955
2956 if (!strncmp(p, "args:", strlen("args:"))) {
2957 p += strlen("args:");
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03002958 desc->args = strdup(skip_spaces(p));
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002959 continue;
2960 }
2961 }
2962
2963 fclose(fp);
2964
2965 return 0;
2966}
2967
Robert Richter38efb532011-11-25 11:38:40 +01002968static char *get_script_root(struct dirent *script_dirent, const char *suffix)
2969{
2970 char *script_root, *str;
2971
2972 script_root = strdup(script_dirent->d_name);
2973 if (!script_root)
2974 return NULL;
2975
2976 str = (char *)ends_with(script_root, suffix);
2977 if (!str) {
2978 free(script_root);
2979 return NULL;
2980 }
2981
2982 *str = '\0';
2983 return script_root;
2984}
2985
Irina Tirdea1d037ca2012-09-11 01:15:03 +03002986static int list_available_scripts(const struct option *opt __maybe_unused,
2987 const char *s __maybe_unused,
2988 int unset __maybe_unused)
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002989{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03002990 struct dirent *script_dirent, *lang_dirent;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002991 char scripts_path[MAXPATHLEN];
2992 DIR *scripts_dir, *lang_dir;
2993 char script_path[MAXPATHLEN];
2994 char lang_path[MAXPATHLEN];
2995 struct script_desc *desc;
2996 char first_half[BUFSIZ];
2997 char *script_root;
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06002998
Josh Poimboeuf46113a52015-12-15 09:39:37 -06002999 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003000
3001 scripts_dir = opendir(scripts_path);
He Kuang88ded4d2016-08-04 11:25:42 +00003002 if (!scripts_dir) {
3003 fprintf(stdout,
3004 "open(%s) failed.\n"
3005 "Check \"PERF_EXEC_PATH\" env to set scripts dir.\n",
3006 scripts_path);
3007 exit(-1);
3008 }
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003009
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003010 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01003011 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3012 lang_dirent->d_name);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003013 lang_dir = opendir(lang_path);
3014 if (!lang_dir)
3015 continue;
3016
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003017 for_each_script(lang_path, lang_dir, script_dirent) {
3018 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
Robert Richter38efb532011-11-25 11:38:40 +01003019 if (script_root) {
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003020 desc = script_desc__findnew(script_root);
Jiri Olsa77f18152018-03-19 09:29:01 +01003021 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3022 lang_path, script_dirent->d_name);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003023 read_script_info(desc, script_path);
Robert Richter38efb532011-11-25 11:38:40 +01003024 free(script_root);
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003025 }
Tom Zanussi4b9c0c52009-12-15 02:53:38 -06003026 }
3027 }
3028
3029 fprintf(stdout, "List of available trace scripts:\n");
3030 list_for_each_entry(desc, &script_descs, node) {
3031 sprintf(first_half, "%s %s", desc->name,
3032 desc->args ? desc->args : "");
3033 fprintf(stdout, " %-36s %s\n", first_half,
3034 desc->half_liner ? desc->half_liner : "");
3035 }
3036
3037 exit(0);
3038}
3039
Feng Tange5f37052012-09-07 16:42:26 +08003040/*
Feng Tang49e639e2012-10-30 11:56:03 +08003041 * Some scripts specify the required events in their "xxx-record" file,
3042 * this function will check if the events in perf.data match those
3043 * mentioned in the "xxx-record".
3044 *
3045 * Fixme: All existing "xxx-record" are all in good formats "-e event ",
3046 * which is covered well now. And new parsing code should be added to
3047 * cover the future complexing formats like event groups etc.
3048 */
3049static int check_ev_match(char *dir_name, char *scriptname,
3050 struct perf_session *session)
3051{
3052 char filename[MAXPATHLEN], evname[128];
3053 char line[BUFSIZ], *p;
Jiri Olsa32dcd022019-07-21 13:23:51 +02003054 struct evsel *pos;
Feng Tang49e639e2012-10-30 11:56:03 +08003055 int match, len;
3056 FILE *fp;
3057
Jiri Olsa77f18152018-03-19 09:29:01 +01003058 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname);
Feng Tang49e639e2012-10-30 11:56:03 +08003059
3060 fp = fopen(filename, "r");
3061 if (!fp)
3062 return -1;
3063
3064 while (fgets(line, sizeof(line), fp)) {
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03003065 p = skip_spaces(line);
Feng Tang49e639e2012-10-30 11:56:03 +08003066 if (*p == '#')
3067 continue;
3068
3069 while (strlen(p)) {
3070 p = strstr(p, "-e");
3071 if (!p)
3072 break;
3073
3074 p += 2;
Arnaldo Carvalho de Melo32858482019-06-26 11:42:03 -03003075 p = skip_spaces(p);
Feng Tang49e639e2012-10-30 11:56:03 +08003076 len = strcspn(p, " \t");
3077 if (!len)
3078 break;
3079
3080 snprintf(evname, len + 1, "%s", p);
3081
3082 match = 0;
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03003083 evlist__for_each_entry(session->evlist, pos) {
Arnaldo Carvalho de Melo8ab2e962020-04-29 16:07:09 -03003084 if (!strcmp(evsel__name(pos), evname)) {
Feng Tang49e639e2012-10-30 11:56:03 +08003085 match = 1;
3086 break;
3087 }
3088 }
3089
3090 if (!match) {
3091 fclose(fp);
3092 return -1;
3093 }
3094 }
3095 }
3096
3097 fclose(fp);
3098 return 0;
3099}
3100
3101/*
Feng Tange5f37052012-09-07 16:42:26 +08003102 * Return -1 if none is found, otherwise the actual scripts number.
3103 *
3104 * Currently the only user of this function is the script browser, which
3105 * will list all statically runnable scripts, select one, execute it and
3106 * show the output in a perf browser.
3107 */
Andi Kleen905e4af2019-03-11 07:45:01 -07003108int find_scripts(char **scripts_array, char **scripts_path_array, int num,
3109 int pathlen)
Feng Tange5f37052012-09-07 16:42:26 +08003110{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003111 struct dirent *script_dirent, *lang_dirent;
Feng Tang49e639e2012-10-30 11:56:03 +08003112 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];
Feng Tange5f37052012-09-07 16:42:26 +08003113 DIR *scripts_dir, *lang_dir;
Feng Tang49e639e2012-10-30 11:56:03 +08003114 struct perf_session *session;
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003115 struct perf_data data = {
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003116 .path = input_name,
3117 .mode = PERF_DATA_MODE_READ,
Jiri Olsaf5fc14122013-10-15 16:27:32 +02003118 };
Feng Tange5f37052012-09-07 16:42:26 +08003119 char *temp;
3120 int i = 0;
3121
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003122 session = perf_session__new(&data, false, NULL);
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +05303123 if (IS_ERR(session))
3124 return PTR_ERR(session);
Feng Tang49e639e2012-10-30 11:56:03 +08003125
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003126 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Feng Tange5f37052012-09-07 16:42:26 +08003127
3128 scripts_dir = opendir(scripts_path);
Feng Tang49e639e2012-10-30 11:56:03 +08003129 if (!scripts_dir) {
3130 perf_session__delete(session);
Feng Tange5f37052012-09-07 16:42:26 +08003131 return -1;
Feng Tang49e639e2012-10-30 11:56:03 +08003132 }
Feng Tange5f37052012-09-07 16:42:26 +08003133
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003134 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01003135 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
3136 lang_dirent->d_name);
Jin Yao90ce61b2018-04-09 18:26:47 +08003137#ifndef HAVE_LIBPERL_SUPPORT
Feng Tange5f37052012-09-07 16:42:26 +08003138 if (strstr(lang_path, "perl"))
3139 continue;
3140#endif
Jin Yao90ce61b2018-04-09 18:26:47 +08003141#ifndef HAVE_LIBPYTHON_SUPPORT
Feng Tange5f37052012-09-07 16:42:26 +08003142 if (strstr(lang_path, "python"))
3143 continue;
3144#endif
3145
3146 lang_dir = opendir(lang_path);
3147 if (!lang_dir)
3148 continue;
3149
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003150 for_each_script(lang_path, lang_dir, script_dirent) {
Feng Tange5f37052012-09-07 16:42:26 +08003151 /* Skip those real time scripts: xxxtop.p[yl] */
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003152 if (strstr(script_dirent->d_name, "top."))
Feng Tange5f37052012-09-07 16:42:26 +08003153 continue;
Andi Kleen905e4af2019-03-11 07:45:01 -07003154 if (i >= num)
3155 break;
3156 snprintf(scripts_path_array[i], pathlen, "%s/%s",
3157 lang_path,
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003158 script_dirent->d_name);
3159 temp = strchr(script_dirent->d_name, '.');
Feng Tange5f37052012-09-07 16:42:26 +08003160 snprintf(scripts_array[i],
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003161 (temp - script_dirent->d_name) + 1,
3162 "%s", script_dirent->d_name);
Feng Tang49e639e2012-10-30 11:56:03 +08003163
3164 if (check_ev_match(lang_path,
3165 scripts_array[i], session))
3166 continue;
3167
Feng Tange5f37052012-09-07 16:42:26 +08003168 i++;
3169 }
Feng Tang49e639e2012-10-30 11:56:03 +08003170 closedir(lang_dir);
Feng Tange5f37052012-09-07 16:42:26 +08003171 }
3172
Feng Tang49e639e2012-10-30 11:56:03 +08003173 closedir(scripts_dir);
3174 perf_session__delete(session);
Feng Tange5f37052012-09-07 16:42:26 +08003175 return i;
3176}
3177
Tom Zanussi38752942009-12-15 02:53:39 -06003178static char *get_script_path(const char *script_root, const char *suffix)
3179{
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003180 struct dirent *script_dirent, *lang_dirent;
Tom Zanussi38752942009-12-15 02:53:39 -06003181 char scripts_path[MAXPATHLEN];
3182 char script_path[MAXPATHLEN];
3183 DIR *scripts_dir, *lang_dir;
3184 char lang_path[MAXPATHLEN];
Robert Richter38efb532011-11-25 11:38:40 +01003185 char *__script_root;
Tom Zanussi38752942009-12-15 02:53:39 -06003186
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003187 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
Tom Zanussi38752942009-12-15 02:53:39 -06003188
3189 scripts_dir = opendir(scripts_path);
3190 if (!scripts_dir)
3191 return NULL;
3192
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003193 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
Jiri Olsa77f18152018-03-19 09:29:01 +01003194 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3195 lang_dirent->d_name);
Tom Zanussi38752942009-12-15 02:53:39 -06003196 lang_dir = opendir(lang_path);
3197 if (!lang_dir)
3198 continue;
3199
Arnaldo Carvalho de Meloa5e8e822016-04-08 11:25:59 -03003200 for_each_script(lang_path, lang_dir, script_dirent) {
3201 __script_root = get_script_root(script_dirent, suffix);
Robert Richter38efb532011-11-25 11:38:40 +01003202 if (__script_root && !strcmp(script_root, __script_root)) {
3203 free(__script_root);
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003204 closedir(scripts_dir);
Jiri Olsa77f18152018-03-19 09:29:01 +01003205 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3206 lang_path, script_dirent->d_name);
Andreas Gerstmayr27486a82020-04-02 14:43:38 +02003207 closedir(lang_dir);
Robert Richter38efb532011-11-25 11:38:40 +01003208 return strdup(script_path);
Tom Zanussi38752942009-12-15 02:53:39 -06003209 }
3210 free(__script_root);
3211 }
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003212 closedir(lang_dir);
Tom Zanussi38752942009-12-15 02:53:39 -06003213 }
Namhyung Kim946ef2a2012-01-08 02:25:25 +09003214 closedir(scripts_dir);
Tom Zanussi38752942009-12-15 02:53:39 -06003215
Robert Richter38efb532011-11-25 11:38:40 +01003216 return NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003217}
3218
Tom Zanussib5b87312010-11-10 08:16:51 -06003219static bool is_top_script(const char *script_path)
3220{
Stephane Eranian965bb6b2010-12-03 17:52:01 +02003221 return ends_with(script_path, "top") == NULL ? false : true;
Tom Zanussib5b87312010-11-10 08:16:51 -06003222}
3223
3224static int has_required_arg(char *script_path)
3225{
3226 struct script_desc *desc;
3227 int n_args = 0;
3228 char *p;
3229
3230 desc = script_desc__new(NULL);
3231
3232 if (read_script_info(desc, script_path))
3233 goto out;
3234
3235 if (!desc->args)
3236 goto out;
3237
3238 for (p = desc->args; *p; p++)
3239 if (*p == '<')
3240 n_args++;
3241out:
3242 script_desc__delete(desc);
3243
3244 return n_args;
3245}
3246
David Ahernd54b1a92012-08-26 12:24:46 -06003247static int have_cmd(int argc, const char **argv)
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003248{
3249 char **__argv = malloc(sizeof(const char *) * argc);
3250
David Ahernd54b1a92012-08-26 12:24:46 -06003251 if (!__argv) {
3252 pr_err("malloc failed\n");
3253 return -1;
3254 }
3255
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003256 memcpy(__argv, argv, sizeof(const char *) * argc);
3257 argc = parse_options(argc, (const char **)__argv, record_options,
3258 NULL, PARSE_OPT_STOP_AT_NON_OPTION);
3259 free(__argv);
3260
David Ahernd54b1a92012-08-26 12:24:46 -06003261 system_wide = (argc == 0);
3262
3263 return 0;
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003264}
3265
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003266static void script__setup_sample_type(struct perf_script *script)
3267{
3268 struct perf_session *session = script->session;
Arnaldo Carvalho de Melob3c2cc22020-06-17 09:24:21 -03003269 u64 sample_type = evlist__combined_sample_type(session->evlist);
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003270
3271 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) {
3272 if ((sample_type & PERF_SAMPLE_REGS_USER) &&
Arnaldo Carvalho de Meloeabad8c2018-01-15 16:48:46 -03003273 (sample_type & PERF_SAMPLE_STACK_USER)) {
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003274 callchain_param.record_mode = CALLCHAIN_DWARF;
Arnaldo Carvalho de Meloeabad8c2018-01-15 16:48:46 -03003275 dwarf_callchain_users = true;
3276 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003277 callchain_param.record_mode = CALLCHAIN_LBR;
3278 else
3279 callchain_param.record_mode = CALLCHAIN_FP;
3280 }
Kan Liang680d1252020-03-19 13:25:14 -07003281
3282 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) {
3283 pr_warning("Can't find LBR callchain. Switch off --stitch-lbr.\n"
3284 "Please apply --call-graph lbr when recording.\n");
3285 script->stitch_lbr = false;
3286 }
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003287}
3288
Jiri Olsa89f16882018-09-13 14:54:03 +02003289static int process_stat_round_event(struct perf_session *session,
3290 union perf_event *event)
Jiri Olsae099eba2016-01-05 22:09:09 +01003291{
Jiri Olsa72932372019-08-28 15:57:16 +02003292 struct perf_record_stat_round *round = &event->stat_round;
Jiri Olsa32dcd022019-07-21 13:23:51 +02003293 struct evsel *counter;
Jiri Olsae099eba2016-01-05 22:09:09 +01003294
Arnaldo Carvalho de Meloe5cadb92016-06-23 11:26:15 -03003295 evlist__for_each_entry(session->evlist, counter) {
Jiri Olsae099eba2016-01-05 22:09:09 +01003296 perf_stat_process_counter(&stat_config, counter);
3297 process_stat(counter, round->time);
3298 }
3299
3300 process_stat_interval(round->time);
3301 return 0;
3302}
3303
Jiri Olsa89f16882018-09-13 14:54:03 +02003304static int process_stat_config_event(struct perf_session *session __maybe_unused,
3305 union perf_event *event)
Jiri Olsa91a2c3d2016-01-05 22:09:07 +01003306{
3307 perf_event__read_stat_config(&stat_config, &event->stat_config);
3308 return 0;
3309}
3310
Jiri Olsacfc88742016-01-05 22:09:06 +01003311static int set_maps(struct perf_script *script)
3312{
Jiri Olsa63503db2019-07-21 13:23:52 +02003313 struct evlist *evlist = script->session->evlist;
Jiri Olsacfc88742016-01-05 22:09:06 +01003314
3315 if (!script->cpus || !script->threads)
3316 return 0;
3317
3318 if (WARN_ONCE(script->allocated, "stats double allocation\n"))
3319 return -EINVAL;
3320
Jiri Olsa453fa032019-07-21 13:24:43 +02003321 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads);
Jiri Olsacfc88742016-01-05 22:09:06 +01003322
Arnaldo Carvalho de Melo53f5e902020-11-30 09:31:04 -03003323 if (evlist__alloc_stats(evlist, true))
Jiri Olsacfc88742016-01-05 22:09:06 +01003324 return -ENOMEM;
3325
3326 script->allocated = true;
3327 return 0;
3328}
3329
3330static
Jiri Olsa89f16882018-09-13 14:54:03 +02003331int process_thread_map_event(struct perf_session *session,
3332 union perf_event *event)
Jiri Olsacfc88742016-01-05 22:09:06 +01003333{
Jiri Olsa89f16882018-09-13 14:54:03 +02003334 struct perf_tool *tool = session->tool;
Jiri Olsacfc88742016-01-05 22:09:06 +01003335 struct perf_script *script = container_of(tool, struct perf_script, tool);
3336
3337 if (script->threads) {
3338 pr_warning("Extra thread map event, ignoring.\n");
3339 return 0;
3340 }
3341
3342 script->threads = thread_map__new_event(&event->thread_map);
3343 if (!script->threads)
3344 return -ENOMEM;
3345
3346 return set_maps(script);
3347}
3348
3349static
Jiri Olsa89f16882018-09-13 14:54:03 +02003350int process_cpu_map_event(struct perf_session *session,
3351 union perf_event *event)
Jiri Olsacfc88742016-01-05 22:09:06 +01003352{
Jiri Olsa89f16882018-09-13 14:54:03 +02003353 struct perf_tool *tool = session->tool;
Jiri Olsacfc88742016-01-05 22:09:06 +01003354 struct perf_script *script = container_of(tool, struct perf_script, tool);
3355
3356 if (script->cpus) {
3357 pr_warning("Extra cpu map event, ignoring.\n");
3358 return 0;
3359 }
3360
3361 script->cpus = cpu_map__new_data(&event->cpu_map.data);
3362 if (!script->cpus)
3363 return -ENOMEM;
3364
3365 return set_maps(script);
3366}
3367
Jiri Olsa89f16882018-09-13 14:54:03 +02003368static int process_feature_event(struct perf_session *session,
3369 union perf_event *event)
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303370{
3371 if (event->feat.feat_id < HEADER_LAST_FEATURE)
Jiri Olsa89f16882018-09-13 14:54:03 +02003372 return perf_event__process_feature(session, event);
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303373 return 0;
3374}
3375
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003376#ifdef HAVE_AUXTRACE_SUPPORT
Jiri Olsa89f16882018-09-13 14:54:03 +02003377static int perf_script__process_auxtrace_info(struct perf_session *session,
3378 union perf_event *event)
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003379{
Jiri Olsa89f16882018-09-13 14:54:03 +02003380 struct perf_tool *tool = session->tool;
3381
3382 int ret = perf_event__process_auxtrace_info(session, event);
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003383
3384 if (ret == 0) {
3385 struct perf_script *script = container_of(tool, struct perf_script, tool);
3386
3387 ret = perf_script__setup_per_event_dump(script);
3388 }
3389
3390 return ret;
3391}
3392#else
3393#define perf_script__process_auxtrace_info 0
3394#endif
3395
Andi Kleenb585ebd2018-09-20 11:05:36 -07003396static int parse_insn_trace(const struct option *opt __maybe_unused,
3397 const char *str __maybe_unused,
3398 int unset __maybe_unused)
3399{
3400 parse_output_fields(NULL, "+insn,-event,-period", 0);
3401 itrace_parse_synth_opts(opt, "i0ns", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003402 symbol_conf.nanosecs = true;
Andi Kleenb585ebd2018-09-20 11:05:36 -07003403 return 0;
3404}
3405
3406static int parse_xed(const struct option *opt __maybe_unused,
3407 const char *str __maybe_unused,
3408 int unset __maybe_unused)
3409{
Andi Kleen8c3e05c2020-05-21 19:09:14 -07003410 if (isatty(1))
3411 force_pager("xed -F insn: -A -64 | less");
3412 else
3413 force_pager("xed -F insn: -A -64");
Andi Kleenb585ebd2018-09-20 11:05:36 -07003414 return 0;
3415}
3416
Andi Kleend1b15522018-09-20 11:05:38 -07003417static int parse_call_trace(const struct option *opt __maybe_unused,
3418 const char *str __maybe_unused,
3419 int unset __maybe_unused)
3420{
3421 parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent", 0);
3422 itrace_parse_synth_opts(opt, "cewp", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003423 symbol_conf.nanosecs = true;
Jiri Olsa1c492422019-05-08 15:20:05 +02003424 symbol_conf.pad_output_len_dso = 50;
Andi Kleend1b15522018-09-20 11:05:38 -07003425 return 0;
3426}
3427
3428static int parse_callret_trace(const struct option *opt __maybe_unused,
3429 const char *str __maybe_unused,
3430 int unset __maybe_unused)
3431{
3432 parse_output_fields(NULL, "-ip,-addr,-event,-period,+callindent,+flags", 0);
3433 itrace_parse_synth_opts(opt, "crewp", 0);
Andi Kleen52bab882019-03-05 06:47:47 -08003434 symbol_conf.nanosecs = true;
Andi Kleend1b15522018-09-20 11:05:38 -07003435 return 0;
3436}
3437
Arnaldo Carvalho de Melob0ad8ea2017-03-27 11:47:20 -03003438int cmd_script(int argc, const char **argv)
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003439{
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003440 bool show_full_info = false;
Jiri Olsae90debd2013-12-09 11:02:50 +01003441 bool header = false;
3442 bool header_only = false;
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003443 bool script_started = false;
Tom Zanussib5b87312010-11-10 08:16:51 -06003444 char *rec_script_path = NULL;
3445 char *rep_script_path = NULL;
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003446 struct perf_session *session;
Andi Kleen4eb06812018-09-20 11:05:37 -07003447 struct itrace_synth_opts itrace_synth_opts = {
3448 .set = false,
3449 .default_no_sample = true,
3450 };
Andi Kleen3ab481a2019-03-05 06:47:45 -08003451 struct utsname uts;
Tom Zanussib5b87312010-11-10 08:16:51 -06003452 char *script_path = NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003453 const char **__argv;
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003454 int i, j, err = 0;
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003455 struct perf_script script = {
3456 .tool = {
3457 .sample = process_sample_event,
3458 .mmap = perf_event__process_mmap,
3459 .mmap2 = perf_event__process_mmap2,
3460 .comm = perf_event__process_comm,
Hari Bathinif3b36142017-03-08 02:11:43 +05303461 .namespaces = perf_event__process_namespaces,
Namhyung Kim160d4af2020-03-25 21:45:36 +09003462 .cgroup = perf_event__process_cgroup,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003463 .exit = perf_event__process_exit,
3464 .fork = perf_event__process_fork,
Adrian Hunter7ea95722013-11-01 15:51:30 +02003465 .attr = process_attr,
Jiri Olsa91daee32016-04-07 09:11:13 +02003466 .event_update = perf_event__process_event_update,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003467 .tracing_data = perf_event__process_tracing_data,
Ravi Bangoria92ead7e2018-06-25 18:12:20 +05303468 .feature = process_feature_event,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003469 .build_id = perf_event__process_build_id,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003470 .id_index = perf_event__process_id_index,
Arnaldo Carvalho de Melofa48c892017-11-09 16:04:26 -03003471 .auxtrace_info = perf_script__process_auxtrace_info,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003472 .auxtrace = perf_event__process_auxtrace,
3473 .auxtrace_error = perf_event__process_auxtrace_error,
Jiri Olsae099eba2016-01-05 22:09:09 +01003474 .stat = perf_event__process_stat_event,
3475 .stat_round = process_stat_round_event,
Jiri Olsa91a2c3d2016-01-05 22:09:07 +01003476 .stat_config = process_stat_config_event,
Jiri Olsacfc88742016-01-05 22:09:06 +01003477 .thread_map = process_thread_map_event,
3478 .cpu_map = process_cpu_map_event,
Jiri Olsa0a8cb852014-07-06 14:18:21 +02003479 .ordered_events = true,
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003480 .ordering_requires_timestamps = true,
3481 },
3482 };
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003483 struct perf_data data = {
Yunlong Song06af0f22015-04-02 21:47:16 +08003484 .mode = PERF_DATA_MODE_READ,
3485 };
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003486 const struct option options[] = {
3487 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
3488 "dump raw trace in ASCII"),
3489 OPT_INCR('v', "verbose", &verbose,
3490 "be more verbose (show symbol address, etc)"),
3491 OPT_BOOLEAN('L', "Latency", &latency_format,
3492 "show latency attributes (irqs/preemption disabled, etc)"),
3493 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts",
3494 list_available_scripts),
3495 OPT_CALLBACK('s', "script", NULL, "name",
3496 "script file name (lang:script name, script name, or *)",
3497 parse_scriptname),
3498 OPT_STRING('g', "gen-script", &generate_script_lang, "lang",
3499 "generate perf-script.xx script in specified language"),
3500 OPT_STRING('i', "input", &input_name, "file", "input file name"),
3501 OPT_BOOLEAN('d', "debug-mode", &debug_mode,
3502 "do various checks like samples ordering and lost events"),
Jiri Olsae90debd2013-12-09 11:02:50 +01003503 OPT_BOOLEAN(0, "header", &header, "Show data header."),
3504 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003505 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
3506 "file", "vmlinux pathname"),
3507 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
3508 "file", "kallsyms pathname"),
3509 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain,
3510 "When printing symbols do not display call chain"),
He Kuanga7066702016-05-19 11:47:37 +00003511 OPT_CALLBACK(0, "symfs", NULL, "directory",
3512 "Look for files with symbols relative to this directory",
3513 symbol__config_symfs),
Yunlong Song06af0f22015-04-02 21:47:16 +08003514 OPT_CALLBACK('F', "fields", NULL, "str",
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003515 "comma separated output fields prepend with 'type:'. "
Andi Kleen36ce5652017-06-02 08:48:10 -07003516 "+field to add and -field to remove."
Adrian Hunter14057202017-06-21 13:17:19 +03003517 "Valid types: hw,sw,trace,raw,synth. "
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003518 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
Ravi Bangoria10e9cec2018-06-25 18:12:18 +05303519 "addr,symoff,srcline,period,iregs,uregs,brstack,"
3520 "brstacksym,flags,bpf-output,brstackinsn,brstackoff,"
Kan Liang6b9bae62020-12-16 10:57:57 -08003521 "callindent,insn,insnlen,synth,phys_addr,metric,misc,ipc,tod,"
3522 "data_page_size",
Andi Kleen48d02a12017-02-23 15:46:34 -08003523 parse_output_fields),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003524 OPT_BOOLEAN('a', "all-cpus", &system_wide,
3525 "system-wide collection from all CPUs"),
3526 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
3527 "only consider these symbols"),
Andi Kleenb585ebd2018-09-20 11:05:36 -07003528 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL,
3529 "Decode instructions from itrace", parse_insn_trace),
3530 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL,
3531 "Run xed disassembler on output", parse_xed),
Andi Kleend1b15522018-09-20 11:05:38 -07003532 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
3533 "Decode calls from from itrace", parse_call_trace),
3534 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
3535 "Decode calls and returns from itrace", parse_callret_trace),
Andi Kleen99f753f2018-09-20 11:05:39 -07003536 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]",
3537 "Only print symbols and callees with --call-trace/--call-ret-trace"),
David Ahern64eff7d2016-11-25 13:00:21 -07003538 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]",
3539 "Stop display of callgraph at these symbols"),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003540 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"),
3541 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
3542 "only display events for these comms"),
David Aherne03eaa42015-03-24 09:52:41 -06003543 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
3544 "only consider symbols in these pids"),
3545 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
3546 "only consider symbols in these tids"),
Arnaldo Carvalho de Melo6125cc82016-04-14 18:15:18 -03003547 OPT_UINTEGER(0, "max-stack", &scripting_max_stack,
3548 "Set the maximum stack depth when parsing the callchain, "
3549 "anything beyond the specified depth will be ignored. "
Arnaldo Carvalho de Melo4cb93442016-04-27 10:16:24 -03003550 "Default: kernel.perf_event_max_stack or " __stringify(PERF_MAX_STACK_DEPTH)),
Andi Kleen90b10f42019-03-14 15:50:00 -07003551 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"),
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +01003552 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003553 OPT_BOOLEAN('I', "show-info", &show_full_info,
3554 "display extended information from perf.data file"),
3555 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
3556 "Show the path of [kernel.kallsyms]"),
Namhyung Kimad7ebb92013-11-26 17:51:12 +09003557 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events,
3558 "Show the fork/comm/exit events"),
Namhyung Kimba1ddf42013-11-26 17:54:26 +09003559 OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events,
3560 "Show the mmap events"),
Adrian Hunter7c148982015-07-21 12:44:06 +03003561 OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events,
3562 "Show context switch events (if recorded)"),
Hari Bathini96a44bb2017-03-08 02:12:06 +05303563 OPT_BOOLEAN('\0', "show-namespace-events", &script.show_namespace_events,
3564 "Show namespace events (if recorded)"),
Namhyung Kim160d4af2020-03-25 21:45:36 +09003565 OPT_BOOLEAN('\0', "show-cgroup-events", &script.show_cgroup_events,
3566 "Show cgroup events (if recorded)"),
Jiri Olsa3d7c27b2018-01-07 17:03:53 +01003567 OPT_BOOLEAN('\0', "show-lost-events", &script.show_lost_events,
3568 "Show lost events (if recorded)"),
Jiri Olsa3233b372018-02-06 19:17:59 +01003569 OPT_BOOLEAN('\0', "show-round-events", &script.show_round_events,
3570 "Show round events (if recorded)"),
Jiri Olsa490c8cc2019-05-08 15:20:08 +02003571 OPT_BOOLEAN('\0', "show-bpf-events", &script.show_bpf_events,
3572 "Show bpf related events (if recorded)"),
Adrian Hunter92ecf3a2020-05-12 15:19:21 +03003573 OPT_BOOLEAN('\0', "show-text-poke-events", &script.show_text_poke_events,
3574 "Show text poke related events (if recorded)"),
Arnaldo Carvalho de Meloa14390f2017-10-26 10:30:20 -03003575 OPT_BOOLEAN('\0', "per-event-dump", &script.per_event_dump,
3576 "Dump trace output to files named by the monitored events"),
Yannick Brosseaube3d4662017-01-13 13:25:27 -05003577 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
Andi Kleen48d02a12017-02-23 15:46:34 -08003578 OPT_INTEGER(0, "max-blocks", &max_blocks,
3579 "Maximum number of code blocks to dump with brstackinsn"),
Andi Kleen52bab882019-03-05 06:47:47 -08003580 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs,
Adrian Hunter83e19862015-09-25 16:15:36 +03003581 "Use 9 decimal places when displaying time"),
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003582 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
Andi Kleenc12e0392018-09-13 20:10:31 -07003583 "Instruction Tracing options\n" ITRACE_HELP,
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003584 itrace_parse_synth_opts),
Andi Kleena9710ba2015-08-07 15:24:05 -07003585 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
3586 "Show full source file name path for source lines"),
Mark Drayton77e00702015-08-26 12:18:15 -07003587 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
3588 "Enable symbol demangling"),
3589 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
3590 "Enable kernel symbol demangling"),
David Aherna91f4c42016-11-29 10:15:43 -07003591 OPT_STRING(0, "time", &script.time_str, "str",
3592 "Time span of interest (start,stop)"),
Namhyung Kim325fbff2017-05-24 15:21:26 +09003593 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
3594 "Show inline function"),
Arnaldo Carvalho de Melo15a108a2019-06-28 17:16:58 -03003595 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
3596 "guest mount directory under which every guest os"
3597 " instance has a subdir"),
3598 OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name,
3599 "file", "file saving guest os vmlinux"),
3600 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms,
3601 "file", "file saving guest os /proc/kallsyms"),
3602 OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules,
3603 "file", "file saving guest os /proc/modules"),
Kan Liang680d1252020-03-19 13:25:14 -07003604 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr,
3605 "Enable LBR callgraph stitching approach"),
Arnaldo Carvalho de Meloadd3a712019-08-15 11:21:21 -03003606 OPTS_EVSWITCH(&script.evswitch),
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003607 OPT_END()
3608 };
Yunlong Song40cae2b2015-03-18 21:35:54 +08003609 const char * const script_subcommands[] = { "record", "report", NULL };
3610 const char *script_usage[] = {
Arnaldo Carvalho de Melo69b64702012-10-01 15:20:58 -03003611 "perf script [<options>]",
3612 "perf script [<options>] record <script> [<record-options>] <command>",
3613 "perf script [<options>] report <script> [script-args]",
3614 "perf script [<options>] <script> [<record-options>] <command>",
3615 "perf script [<options>] <top-script> [script-args]",
3616 NULL
3617 };
Tom Zanussi38752942009-12-15 02:53:39 -06003618
Arnaldo Carvalho de Melo0a7c74e2017-04-04 13:15:04 -03003619 perf_set_singlethreaded();
3620
Tom Zanussib5b87312010-11-10 08:16:51 -06003621 setup_scripting();
3622
Yunlong Song40cae2b2015-03-18 21:35:54 +08003623 argc = parse_options_subcommand(argc, argv, options, script_subcommands, script_usage,
Tom Zanussib5b87312010-11-10 08:16:51 -06003624 PARSE_OPT_STOP_AT_NON_OPTION);
3625
Arnaldo Carvalho de Melo15a108a2019-06-28 17:16:58 -03003626 if (symbol_conf.guestmount ||
3627 symbol_conf.default_guest_vmlinux_name ||
3628 symbol_conf.default_guest_kallsyms ||
3629 symbol_conf.default_guest_modules) {
3630 /*
3631 * Enable guest sample processing.
3632 */
3633 perf_guest = true;
3634 }
3635
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003636 data.path = input_name;
3637 data.force = symbol_conf.force;
Jiri Olsaf5fc14122013-10-15 16:27:32 +02003638
Tom Zanussib5b87312010-11-10 08:16:51 -06003639 if (argc > 1 && !strncmp(argv[0], "rec", strlen("rec"))) {
3640 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
3641 if (!rec_script_path)
Arnaldo Carvalho de Melob0ad8ea2017-03-27 11:47:20 -03003642 return cmd_record(argc, argv);
Tom Zanussi38752942009-12-15 02:53:39 -06003643 }
3644
Tom Zanussib5b87312010-11-10 08:16:51 -06003645 if (argc > 1 && !strncmp(argv[0], "rep", strlen("rep"))) {
3646 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
3647 if (!rep_script_path) {
Tom Zanussi38752942009-12-15 02:53:39 -06003648 fprintf(stderr,
Tom Zanussib5b87312010-11-10 08:16:51 -06003649 "Please specify a valid report script"
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003650 "(see 'perf script -l' for listing)\n");
Tom Zanussi38752942009-12-15 02:53:39 -06003651 return -1;
3652 }
Tom Zanussi38752942009-12-15 02:53:39 -06003653 }
3654
Hagen Paul Pfeifer26567ed2020-02-04 18:37:09 +01003655 if (reltime && deltatime) {
3656 fprintf(stderr,
3657 "reltime and deltatime - the two don't get along well. "
3658 "Please limit to --reltime or --deltatime.\n");
3659 return -1;
3660 }
3661
Adrian Hunter1c5c25b2020-04-01 13:16:05 +03003662 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
Adrian Hunter3c5b6452015-09-25 16:15:51 +03003663 itrace_synth_opts.callchain_sz > scripting_max_stack)
3664 scripting_max_stack = itrace_synth_opts.callchain_sz;
3665
Ben Hutchings44e668c2010-10-10 16:10:03 +01003666 /* make sure PERF_EXEC_PATH is set for scripts */
Josh Poimboeuf46113a52015-12-15 09:39:37 -06003667 set_argv_exec_path(get_argv_exec_path());
Ben Hutchings44e668c2010-10-10 16:10:03 +01003668
Tom Zanussib5b87312010-11-10 08:16:51 -06003669 if (argc && !script_name && !rec_script_path && !rep_script_path) {
Tom Zanussia0cccc22010-04-01 23:59:25 -05003670 int live_pipe[2];
Tom Zanussib5b87312010-11-10 08:16:51 -06003671 int rep_args;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003672 pid_t pid;
3673
Tom Zanussib5b87312010-11-10 08:16:51 -06003674 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
3675 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);
3676
3677 if (!rec_script_path && !rep_script_path) {
Namhyung Kimc7118362015-10-25 00:49:27 +09003678 usage_with_options_msg(script_usage, options,
3679 "Couldn't find script `%s'\n\n See perf"
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003680 " script -l for available scripts.\n", argv[0]);
Tom Zanussia0cccc22010-04-01 23:59:25 -05003681 }
3682
Tom Zanussib5b87312010-11-10 08:16:51 -06003683 if (is_top_script(argv[0])) {
3684 rep_args = argc - 1;
3685 } else {
3686 int rec_args;
3687
3688 rep_args = has_required_arg(rep_script_path);
3689 rec_args = (argc - 1) - rep_args;
3690 if (rec_args < 0) {
Namhyung Kimc7118362015-10-25 00:49:27 +09003691 usage_with_options_msg(script_usage, options,
3692 "`%s' script requires options."
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003693 "\n\n See perf script -l for available "
Tom Zanussib5b87312010-11-10 08:16:51 -06003694 "scripts and options.\n", argv[0]);
Tom Zanussib5b87312010-11-10 08:16:51 -06003695 }
Tom Zanussia0cccc22010-04-01 23:59:25 -05003696 }
3697
3698 if (pipe(live_pipe) < 0) {
3699 perror("failed to create pipe");
David Ahernd54b1a92012-08-26 12:24:46 -06003700 return -1;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003701 }
3702
3703 pid = fork();
3704 if (pid < 0) {
3705 perror("failed to fork");
David Ahernd54b1a92012-08-26 12:24:46 -06003706 return -1;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003707 }
3708
3709 if (!pid) {
Tom Zanussib5b87312010-11-10 08:16:51 -06003710 j = 0;
3711
Tom Zanussia0cccc22010-04-01 23:59:25 -05003712 dup2(live_pipe[1], 1);
3713 close(live_pipe[0]);
3714
Robert Richter317df652011-11-25 15:05:25 +01003715 if (is_top_script(argv[0])) {
3716 system_wide = true;
3717 } else if (!system_wide) {
David Ahernd54b1a92012-08-26 12:24:46 -06003718 if (have_cmd(argc - rep_args, &argv[rep_args]) != 0) {
3719 err = -1;
3720 goto out;
3721 }
Robert Richter317df652011-11-25 15:05:25 +01003722 }
Tom Zanussib5b87312010-11-10 08:16:51 -06003723
3724 __argv = malloc((argc + 6) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003725 if (!__argv) {
3726 pr_err("malloc failed\n");
3727 err = -ENOMEM;
3728 goto out;
3729 }
Tom Zanussie8719ad2010-11-10 07:52:32 -06003730
Tom Zanussib5b87312010-11-10 08:16:51 -06003731 __argv[j++] = "/bin/sh";
3732 __argv[j++] = rec_script_path;
3733 if (system_wide)
3734 __argv[j++] = "-a";
3735 __argv[j++] = "-q";
3736 __argv[j++] = "-o";
3737 __argv[j++] = "-";
3738 for (i = rep_args + 1; i < argc; i++)
3739 __argv[j++] = argv[i];
3740 __argv[j++] = NULL;
Tom Zanussia0cccc22010-04-01 23:59:25 -05003741
3742 execvp("/bin/sh", (char **)__argv);
Tom Zanussie8719ad2010-11-10 07:52:32 -06003743 free(__argv);
Tom Zanussia0cccc22010-04-01 23:59:25 -05003744 exit(-1);
3745 }
3746
3747 dup2(live_pipe[0], 0);
3748 close(live_pipe[1]);
3749
Tom Zanussib5b87312010-11-10 08:16:51 -06003750 __argv = malloc((argc + 4) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003751 if (!__argv) {
3752 pr_err("malloc failed\n");
3753 err = -ENOMEM;
3754 goto out;
3755 }
3756
Tom Zanussib5b87312010-11-10 08:16:51 -06003757 j = 0;
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003758 __argv[j++] = "/bin/sh";
Tom Zanussib5b87312010-11-10 08:16:51 -06003759 __argv[j++] = rep_script_path;
3760 for (i = 1; i < rep_args + 1; i++)
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003761 __argv[j++] = argv[i];
Tom Zanussib5b87312010-11-10 08:16:51 -06003762 __argv[j++] = "-i";
3763 __argv[j++] = "-";
Tom Zanussi34c86ea2010-11-10 08:15:43 -06003764 __argv[j++] = NULL;
Tom Zanussi38752942009-12-15 02:53:39 -06003765
3766 execvp("/bin/sh", (char **)__argv);
Tom Zanussie8719ad2010-11-10 07:52:32 -06003767 free(__argv);
Tom Zanussi38752942009-12-15 02:53:39 -06003768 exit(-1);
3769 }
Tom Zanussi956ffd02009-11-25 01:15:46 -06003770
Tom Zanussib5b87312010-11-10 08:16:51 -06003771 if (rec_script_path)
3772 script_path = rec_script_path;
3773 if (rep_script_path)
3774 script_path = rep_script_path;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003775
Tom Zanussib5b87312010-11-10 08:16:51 -06003776 if (script_path) {
Tom Zanussib5b87312010-11-10 08:16:51 -06003777 j = 0;
3778
Robert Richter317df652011-11-25 15:05:25 +01003779 if (!rec_script_path)
3780 system_wide = false;
David Ahernd54b1a92012-08-26 12:24:46 -06003781 else if (!system_wide) {
3782 if (have_cmd(argc - 1, &argv[1]) != 0) {
3783 err = -1;
3784 goto out;
3785 }
3786 }
Tom Zanussib5b87312010-11-10 08:16:51 -06003787
3788 __argv = malloc((argc + 2) * sizeof(const char *));
David Ahernd54b1a92012-08-26 12:24:46 -06003789 if (!__argv) {
3790 pr_err("malloc failed\n");
3791 err = -ENOMEM;
3792 goto out;
3793 }
3794
Tom Zanussib5b87312010-11-10 08:16:51 -06003795 __argv[j++] = "/bin/sh";
3796 __argv[j++] = script_path;
3797 if (system_wide)
3798 __argv[j++] = "-a";
3799 for (i = 2; i < argc; i++)
3800 __argv[j++] = argv[i];
3801 __argv[j++] = NULL;
3802
3803 execvp("/bin/sh", (char **)__argv);
3804 free(__argv);
3805 exit(-1);
3806 }
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003807
Milian Wolffc1c9b962018-10-21 21:14:23 +02003808 if (!script_name) {
Tom Zanussicf4fee52010-03-03 01:04:33 -06003809 setup_pager();
Milian Wolffc1c9b962018-10-21 21:14:23 +02003810 use_browser = 0;
3811 }
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003812
Jiri Olsa8ceb41d2017-01-23 22:07:59 +01003813 session = perf_session__new(&data, false, &script.tool);
Mamatha Inamdar6ef81c52019-08-22 12:50:49 +05303814 if (IS_ERR(session))
3815 return PTR_ERR(session);
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003816
Jiri Olsae90debd2013-12-09 11:02:50 +01003817 if (header || header_only) {
David Carrillo-Cisneros114f7092017-07-17 21:25:47 -07003818 script.tool.show_feat_hdr = SHOW_FEAT_HEADER;
Jiri Olsae90debd2013-12-09 11:02:50 +01003819 perf_session__fprintf_info(session, stdout, show_full_info);
3820 if (header_only)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003821 goto out_delete;
Jiri Olsae90debd2013-12-09 11:02:50 +01003822 }
David Carrillo-Cisneros114f7092017-07-17 21:25:47 -07003823 if (show_full_info)
3824 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO;
Jiri Olsae90debd2013-12-09 11:02:50 +01003825
Namhyung Kim0a7e6d12014-08-12 15:40:45 +09003826 if (symbol__init(&session->header.env) < 0)
Namhyung Kim38520dc2014-08-12 15:40:42 +09003827 goto out_delete;
3828
Andi Kleen3ab481a2019-03-05 06:47:45 -08003829 uname(&uts);
Song Liu9d491692019-06-20 18:44:38 -07003830 if (data.is_pipe || /* assume pipe_mode indicates native_arch */
3831 !strcmp(uts.machine, session->header.env.arch) ||
Andi Kleen3ab481a2019-03-05 06:47:45 -08003832 (!strcmp(uts.machine, "x86_64") &&
3833 !strcmp(session->header.env.arch, "i386")))
3834 native_arch = true;
3835
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003836 script.session = session;
Jiri Olsa7322d6c2015-08-13 09:17:24 +02003837 script__setup_sample_type(&script);
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003838
Andi Kleen99f753f2018-09-20 11:05:39 -07003839 if ((output[PERF_TYPE_HARDWARE].fields & PERF_OUTPUT_CALLINDENT) ||
3840 symbol_conf.graph_function)
Adrian Huntere2167082016-06-23 16:40:58 +03003841 itrace_synth_opts.thread_stack = true;
3842
Adrian Hunter7a680eb2015-04-09 18:53:56 +03003843 session->itrace_synth_opts = &itrace_synth_opts;
3844
Anton Blanchard5d67be92011-07-04 21:57:50 +10003845 if (cpu_list) {
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003846 err = perf_session__cpu_bitmap(session, cpu_list, cpu_bitmap);
3847 if (err < 0)
3848 goto out_delete;
Adrian Hunter644e0842017-05-26 11:17:38 +03003849 itrace_synth_opts.cpu_bitmap = cpu_bitmap;
Anton Blanchard5d67be92011-07-04 21:57:50 +10003850 }
3851
David Ahern1424dc92011-03-09 22:23:28 -07003852 if (!no_callchain)
David Ahernc0230b22011-03-09 22:23:27 -07003853 symbol_conf.use_callchain = true;
3854 else
3855 symbol_conf.use_callchain = false;
3856
Arnaldo Carvalho de Melo9ee67422015-08-03 16:27:40 -03003857 if (session->tevent.pevent &&
Tzvetomir Stoyanov (VMware)ece2a4f2018-08-08 14:02:55 -04003858 tep_set_function_resolver(session->tevent.pevent,
3859 machine__resolve_kernel_addr,
3860 &session->machines.host) < 0) {
Arnaldo Carvalho de Meloccb3a822015-07-22 16:43:37 -03003861 pr_err("%s: failed to set libtraceevent function resolver\n", __func__);
Christophe JAILLETdb49bc12017-09-16 08:25:37 +02003862 err = -1;
3863 goto out_delete;
Arnaldo Carvalho de Meloccb3a822015-07-22 16:43:37 -03003864 }
3865
Tom Zanussi956ffd02009-11-25 01:15:46 -06003866 if (generate_script_lang) {
3867 struct stat perf_stat;
David Ahern745f43e2011-03-09 22:23:26 -07003868 int input;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003869
David Ahern2c9e45f72011-03-17 10:03:21 -06003870 if (output_set_by_user()) {
David Ahern745f43e2011-03-09 22:23:26 -07003871 fprintf(stderr,
3872 "custom fields not supported for generated scripts");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003873 err = -EINVAL;
3874 goto out_delete;
David Ahern745f43e2011-03-09 22:23:26 -07003875 }
3876
Jiri Olsa2d4f2792019-02-21 10:41:30 +01003877 input = open(data.path, O_RDONLY); /* input_name */
Tom Zanussi956ffd02009-11-25 01:15:46 -06003878 if (input < 0) {
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003879 err = -errno;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003880 perror("failed to open file");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003881 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003882 }
3883
3884 err = fstat(input, &perf_stat);
3885 if (err < 0) {
3886 perror("failed to stat file");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003887 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003888 }
3889
3890 if (!perf_stat.st_size) {
3891 fprintf(stderr, "zero-sized file, nothing to do!\n");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003892 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003893 }
3894
3895 scripting_ops = script_spec__lookup(generate_script_lang);
3896 if (!scripting_ops) {
3897 fprintf(stderr, "invalid language specifier");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003898 err = -ENOENT;
3899 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003900 }
3901
Jiri Olsa29f5ffd2013-12-03 14:09:23 +01003902 err = scripting_ops->generate_script(session->tevent.pevent,
Arnaldo Carvalho de Meloda378962012-06-27 13:08:42 -03003903 "perf-script");
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003904 goto out_delete;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003905 }
3906
3907 if (script_name) {
Tom Zanussi586bc5c2009-12-15 02:53:35 -06003908 err = scripting_ops->start_script(script_name, argc, argv);
Tom Zanussi956ffd02009-11-25 01:15:46 -06003909 if (err)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003910 goto out_delete;
Ingo Molnar133dc4c2010-11-16 18:45:39 +01003911 pr_debug("perf script started with script %s\n\n", script_name);
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003912 script_started = true;
Tom Zanussi956ffd02009-11-25 01:15:46 -06003913 }
3914
David Ahern9cbdb702011-04-06 21:54:20 -06003915
3916 err = perf_session__check_output_opt(session);
3917 if (err < 0)
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003918 goto out_delete;
David Ahern9cbdb702011-04-06 21:54:20 -06003919
Jin Yao284c4e12019-03-01 18:13:06 +08003920 if (script.time_str) {
Andi Kleenb3509b62019-10-11 11:21:39 -07003921 err = perf_time__parse_for_ranges_reltime(script.time_str, session,
Jin Yao284c4e12019-03-01 18:13:06 +08003922 &script.ptime_range,
3923 &script.range_size,
Andi Kleenb3509b62019-10-11 11:21:39 -07003924 &script.range_num,
3925 reltime);
Jin Yao284c4e12019-03-01 18:13:06 +08003926 if (err < 0)
Jin Yao2ab046c2017-12-08 21:13:46 +08003927 goto out_delete;
Adrian Hunter400ae982019-06-04 16:00:00 +03003928
3929 itrace_synth_opts__set_time_range(&itrace_synth_opts,
3930 script.ptime_range,
3931 script.range_num);
David Aherna91f4c42016-11-29 10:15:43 -07003932 }
3933
Arnaldo Carvalho de Melo124e02b2019-08-15 11:31:29 -03003934 err = evswitch__init(&script.evswitch, session->evlist, stderr);
3935 if (err)
3936 goto out_delete;
Arnaldo Carvalho de Melodd41f662019-08-14 16:51:28 -03003937
Milian Wolffb13b04d2020-06-13 01:03:33 +02003938 if (zstd_init(&(session->zstd_data), 0) < 0)
3939 pr_warning("Decompression initialization failed. Reported data may be incomplete.\n");
3940
Adrian Hunter6f3e5ed2013-10-22 10:34:07 +03003941 err = __cmd_script(&script);
Tom Zanussi956ffd02009-11-25 01:15:46 -06003942
Adrian Hunterd445dd22014-08-15 22:08:37 +03003943 flush_scripting();
3944
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003945out_delete:
Adrian Hunter400ae982019-06-04 16:00:00 +03003946 if (script.ptime_range) {
3947 itrace_synth_opts__clear_time_range(&itrace_synth_opts);
Jin Yao284c4e12019-03-01 18:13:06 +08003948 zfree(&script.ptime_range);
Adrian Hunter400ae982019-06-04 16:00:00 +03003949 }
Jin Yaocc2ef582018-01-10 23:00:33 +08003950
Arnaldo Carvalho de Melo53f5e902020-11-30 09:31:04 -03003951 evlist__free_stats(session->evlist);
Arnaldo Carvalho de Melod8f66242009-12-13 19:50:24 -02003952 perf_session__delete(session);
Namhyung Kim6cc870f2014-08-12 15:40:33 +09003953
3954 if (script_started)
3955 cleanup_scripting();
Tom Zanussi956ffd02009-11-25 01:15:46 -06003956out:
3957 return err;
Frederic Weisbecker5f9c39d2009-08-17 16:18:08 +02003958}