blob: 055ce83dd6f27e2464ed5fea9d37d7657b1d75aa [file] [log] [blame]
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001/*
Ingo Molnarbf9e1872009-06-02 23:37:05 +02002 * builtin-stat.c
3 *
4 * Builtin stat command: Give a precise performance counters summary
5 * overview about any workload, CPU or specific PID.
6 *
7 * Sample output:
Ingo Molnarddcacfa2009-04-20 15:37:32 +02008
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02009 $ perf stat ./hackbench 10
Ingo Molnarddcacfa2009-04-20 15:37:32 +020010
Ingo Molnar2cba3ff2011-05-19 13:30:56 +020011 Time: 0.118
Ingo Molnarddcacfa2009-04-20 15:37:32 +020012
Ingo Molnar2cba3ff2011-05-19 13:30:56 +020013 Performance counter stats for './hackbench 10':
Ingo Molnarddcacfa2009-04-20 15:37:32 +020014
Ingo Molnar2cba3ff2011-05-19 13:30:56 +020015 1708.761321 task-clock # 11.037 CPUs utilized
16 41,190 context-switches # 0.024 M/sec
17 6,735 CPU-migrations # 0.004 M/sec
18 17,318 page-faults # 0.010 M/sec
19 5,205,202,243 cycles # 3.046 GHz
20 3,856,436,920 stalled-cycles-frontend # 74.09% frontend cycles idle
21 1,600,790,871 stalled-cycles-backend # 30.75% backend cycles idle
22 2,603,501,247 instructions # 0.50 insns per cycle
23 # 1.48 stalled cycles per insn
24 484,357,498 branches # 283.455 M/sec
25 6,388,934 branch-misses # 1.32% of all branches
26
27 0.154822978 seconds time elapsed
Ingo Molnarddcacfa2009-04-20 15:37:32 +020028
Ingo Molnar52425192009-05-26 09:17:18 +020029 *
Ingo Molnar2cba3ff2011-05-19 13:30:56 +020030 * Copyright (C) 2008-2011, Red Hat Inc, Ingo Molnar <mingo@redhat.com>
Ingo Molnar52425192009-05-26 09:17:18 +020031 *
32 * Improvements and fixes by:
33 *
34 * Arjan van de Ven <arjan@linux.intel.com>
35 * Yanmin Zhang <yanmin.zhang@intel.com>
36 * Wu Fengguang <fengguang.wu@intel.com>
37 * Mike Galbraith <efault@gmx.de>
38 * Paul Mackerras <paulus@samba.org>
Jaswinder Singh Rajput6e750a8f2009-06-27 03:02:07 +053039 * Jaswinder Singh Rajput <jaswinder@kernel.org>
Ingo Molnar52425192009-05-26 09:17:18 +020040 *
41 * Released under the GPL v2. (and only v2, not any later version)
Ingo Molnarddcacfa2009-04-20 15:37:32 +020042 */
43
Peter Zijlstra1a482f32009-05-23 18:28:58 +020044#include "perf.h"
Ingo Molnar16f762a2009-05-27 09:10:38 +020045#include "builtin.h"
Arnaldo Carvalho de Melof14d5702014-10-17 12:17:40 -030046#include "util/cgroup.h"
Ingo Molnar148be2c2009-04-27 08:02:14 +020047#include "util/util.h"
Ingo Molnar52425192009-05-26 09:17:18 +020048#include "util/parse-options.h"
49#include "util/parse-events.h"
Andi Kleen4cabc3d2013-08-21 16:47:26 -070050#include "util/pmu.h"
Frederic Weisbecker8f288272009-08-16 22:05:48 +020051#include "util/event.h"
Arnaldo Carvalho de Melo361c99a2011-01-11 20:56:53 -020052#include "util/evlist.h"
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -020053#include "util/evsel.h"
Frederic Weisbecker8f288272009-08-16 22:05:48 +020054#include "util/debug.h"
Ingo Molnara5d243d2011-04-27 05:39:24 +020055#include "util/color.h"
Xiao Guangrong0007ece2012-09-17 16:31:14 +080056#include "util/stat.h"
Liming Wang60666c62009-12-31 16:05:50 +080057#include "util/header.h"
Paul Mackerrasa12b51c2010-03-10 20:36:09 +110058#include "util/cpumap.h"
Zhang, Yanmind6d901c2010-03-18 11:36:05 -030059#include "util/thread.h"
Arnaldo Carvalho de Melofd782602011-01-18 15:15:24 -020060#include "util/thread_map.h"
Ingo Molnarddcacfa2009-04-20 15:37:32 +020061
Peter Zijlstra1f16c572012-10-23 13:40:14 +020062#include <stdlib.h>
Ingo Molnarddcacfa2009-04-20 15:37:32 +020063#include <sys/prctl.h>
Stephane Eranian5af52b52010-05-18 15:00:01 +020064#include <locale.h>
Peter Zijlstra16c8a102009-05-05 17:50:27 +020065
Stephane Eraniand7470b62010-12-01 18:49:05 +020066#define DEFAULT_SEPARATOR " "
David Ahern2cee77c2011-05-30 08:55:59 -060067#define CNTR_NOT_SUPPORTED "<not supported>"
68#define CNTR_NOT_COUNTED "<not counted>"
Stephane Eraniand7470b62010-12-01 18:49:05 +020069
Stephane Eranian13370a92013-01-29 12:47:44 +010070static void print_stat(int argc, const char **argv);
71static void print_counter_aggr(struct perf_evsel *counter, char *prefix);
72static void print_counter(struct perf_evsel *counter, char *prefix);
Stephane Eranian86ee6e12013-02-14 13:57:27 +010073static void print_aggr(char *prefix);
Stephane Eranian13370a92013-01-29 12:47:44 +010074
Andi Kleen4cabc3d2013-08-21 16:47:26 -070075/* Default events used for perf stat -T */
Jiri Olsaa4547422015-06-03 16:25:53 +020076static const char *transaction_attrs = {
77 "task-clock,"
Andi Kleen4cabc3d2013-08-21 16:47:26 -070078 "{"
79 "instructions,"
80 "cycles,"
81 "cpu/cycles-t/,"
82 "cpu/tx-start/,"
83 "cpu/el-start/,"
84 "cpu/cycles-ct/"
85 "}"
86};
87
88/* More limited version when the CPU does not have all events. */
Jiri Olsaa4547422015-06-03 16:25:53 +020089static const char * transaction_limited_attrs = {
90 "task-clock,"
Andi Kleen4cabc3d2013-08-21 16:47:26 -070091 "{"
92 "instructions,"
93 "cycles,"
94 "cpu/cycles-t/,"
95 "cpu/tx-start/"
96 "}"
97};
98
Robert Richter666e6d42012-04-05 18:26:27 +020099static struct perf_evlist *evsel_list;
Arnaldo Carvalho de Melo361c99a2011-01-11 20:56:53 -0200100
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300101static struct target target = {
Namhyung Kim77a6f012012-05-07 14:09:04 +0900102 .uid = UINT_MAX,
103};
Jaswinder Singh Rajput3d632592009-06-24 18:19:34 +0530104
105static int run_count = 1;
Stephane Eranian2e6cdf92010-05-12 10:40:01 +0200106static bool no_inherit = false;
Ian Munsiec0555642010-04-13 18:37:33 +1000107static bool scale = true;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100108static enum aggr_mode aggr_mode = AGGR_GLOBAL;
Stephane Eraniand07f0b12013-06-04 17:44:26 +0200109static volatile pid_t child_pid = -1;
Ian Munsiec0555642010-04-13 18:37:33 +1000110static bool null_run = false;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +0200111static int detailed_run = 0;
Andi Kleen4cabc3d2013-08-21 16:47:26 -0700112static bool transaction_run;
Arnaldo Carvalho de Melo201e0b02010-12-01 17:53:27 -0200113static bool big_num = true;
Stephane Eraniand7470b62010-12-01 18:49:05 +0200114static int big_num_opt = -1;
Stephane Eraniand7470b62010-12-01 18:49:05 +0200115static const char *csv_sep = NULL;
116static bool csv_output = false;
Lin Ming43bece72011-08-17 18:42:07 +0800117static bool group = false;
Stephane Eranian4aa90152011-08-15 22:22:33 +0200118static FILE *output = NULL;
Peter Zijlstra1f16c572012-10-23 13:40:14 +0200119static const char *pre_cmd = NULL;
120static const char *post_cmd = NULL;
121static bool sync_run = false;
Stephane Eranian13370a92013-01-29 12:47:44 +0100122static unsigned int interval = 0;
Andi Kleen41191682013-08-02 17:41:11 -0700123static unsigned int initial_delay = 0;
Stephane Eranian410136f2013-11-12 17:58:49 +0100124static unsigned int unit_width = 4; /* strlen("unit") */
Frederik Deweerdta7e191c2013-03-01 13:02:27 -0500125static bool forever = false;
Stephane Eranian13370a92013-01-29 12:47:44 +0100126static struct timespec ref_time;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100127static struct cpu_map *aggr_map;
128static int (*aggr_get_id)(struct cpu_map *m, int cpu);
Stephane Eranian5af52b52010-05-18 15:00:01 +0200129
Liming Wang60666c62009-12-31 16:05:50 +0800130static volatile int done = 0;
131
Stephane Eranian13370a92013-01-29 12:47:44 +0100132static inline void diff_timespec(struct timespec *r, struct timespec *a,
133 struct timespec *b)
134{
135 r->tv_sec = a->tv_sec - b->tv_sec;
136 if (a->tv_nsec < b->tv_nsec) {
137 r->tv_nsec = a->tv_nsec + 1000000000L - b->tv_nsec;
138 r->tv_sec--;
139 } else {
140 r->tv_nsec = a->tv_nsec - b->tv_nsec ;
141 }
142}
143
Frederik Deweerdta7e191c2013-03-01 13:02:27 -0500144static void perf_evsel__reset_stat_priv(struct perf_evsel *evsel)
145{
Andi Kleen90f6bb62014-03-25 10:31:38 -0700146 int i;
147 struct perf_stat *ps = evsel->priv;
148
149 for (i = 0; i < 3; i++)
150 init_stats(&ps->res_stats[i]);
Jiri Olsae2f56da2015-06-04 15:50:55 +0200151
152 perf_stat_evsel_id_init(evsel);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -0500153}
154
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200155static int perf_evsel__alloc_stat_priv(struct perf_evsel *evsel)
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200156{
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200157 evsel->priv = zalloc(sizeof(struct perf_stat));
Jiri Olsad180ac12014-06-20 10:56:34 +0200158 if (evsel->priv == NULL)
Andi Kleen90f6bb62014-03-25 10:31:38 -0700159 return -ENOMEM;
160 perf_evsel__reset_stat_priv(evsel);
161 return 0;
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200162}
163
164static void perf_evsel__free_stat_priv(struct perf_evsel *evsel)
165{
Arnaldo Carvalho de Melo04662522013-12-26 17:41:15 -0300166 zfree(&evsel->priv);
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200167}
168
Stephane Eranian13370a92013-01-29 12:47:44 +0100169static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel)
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800170{
Jiri Olsa9df38e82015-06-14 10:19:27 +0200171 struct perf_counts *counts;
Stephane Eranian13370a92013-01-29 12:47:44 +0100172
Jiri Olsa9df38e82015-06-14 10:19:27 +0200173 counts = perf_counts__new(perf_evsel__nr_cpus(evsel));
174 if (counts)
175 evsel->prev_raw_counts = counts;
Stephane Eranian13370a92013-01-29 12:47:44 +0100176
Jiri Olsa9df38e82015-06-14 10:19:27 +0200177 return counts ? 0 : -ENOMEM;
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800178}
179
Stephane Eranian13370a92013-01-29 12:47:44 +0100180static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel)
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800181{
Jiri Olsa9df38e82015-06-14 10:19:27 +0200182 perf_counts__delete(evsel->prev_raw_counts);
183 evsel->prev_raw_counts = NULL;
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800184}
185
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300186static void perf_evlist__free_stats(struct perf_evlist *evlist)
187{
188 struct perf_evsel *evsel;
189
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300190 evlist__for_each(evlist, evsel) {
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300191 perf_evsel__free_stat_priv(evsel);
192 perf_evsel__free_counts(evsel);
193 perf_evsel__free_prev_raw_counts(evsel);
194 }
195}
196
197static int perf_evlist__alloc_stats(struct perf_evlist *evlist, bool alloc_raw)
198{
199 struct perf_evsel *evsel;
200
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300201 evlist__for_each(evlist, evsel) {
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300202 if (perf_evsel__alloc_stat_priv(evsel) < 0 ||
203 perf_evsel__alloc_counts(evsel, perf_evsel__nr_cpus(evsel)) < 0 ||
204 (alloc_raw && perf_evsel__alloc_prev_raw_counts(evsel) < 0))
205 goto out_free;
206 }
207
208 return 0;
209
210out_free:
211 perf_evlist__free_stats(evlist);
212 return -1;
213}
214
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200215static void perf_stat__reset_stats(struct perf_evlist *evlist)
216{
217 struct perf_evsel *evsel;
218
219 evlist__for_each(evlist, evsel) {
220 perf_evsel__reset_stat_priv(evsel);
Jiri Olsaa8e02322015-06-26 11:29:10 +0200221 perf_evsel__reset_counts(evsel);
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200222 }
223
Jiri Olsaf87027b2015-06-03 16:25:59 +0200224 perf_stat__reset_shadow_stats();
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200225}
226
Jiri Olsacac21422012-11-12 18:34:00 +0100227static int create_perf_stat_counter(struct perf_evsel *evsel)
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200228{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200229 struct perf_event_attr *attr = &evsel->attr;
Arnaldo Carvalho de Melo727ab042011-10-25 10:42:19 -0200230
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200231 if (scale)
Ingo Molnara21ca2c2009-06-06 09:58:57 +0200232 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
233 PERF_FORMAT_TOTAL_TIME_RUNNING;
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200234
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200235 attr->inherit = !no_inherit;
Arnaldo Carvalho de Melo5d2cd902011-04-14 11:20:14 -0300236
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300237 if (target__has_cpu(&target))
Arnaldo Carvalho de Melo594ac612012-12-13 13:13:07 -0300238 return perf_evsel__open_per_cpu(evsel, perf_evsel__cpus(evsel));
Stephane Eranian5622c072012-04-27 14:45:38 +0200239
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300240 if (!target__has_task(&target) && perf_evsel__is_group_leader(evsel)) {
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200241 attr->disabled = 1;
Andi Kleen41191682013-08-02 17:41:11 -0700242 if (!initial_delay)
243 attr->enable_on_exec = 1;
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200244 }
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -0300245
Arnaldo Carvalho de Melo594ac612012-12-13 13:13:07 -0300246 return perf_evsel__open_per_thread(evsel, evsel_list->threads);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200247}
248
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200249/*
250 * Does the counter have nsecs as a unit?
251 */
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200252static inline int nsec_counter(struct perf_evsel *evsel)
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200253{
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200254 if (perf_evsel__match(evsel, SOFTWARE, SW_CPU_CLOCK) ||
255 perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK))
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200256 return 1;
257
258 return 0;
259}
260
Jiri Olsa779d0b92014-11-21 10:31:14 +0100261static void zero_per_pkg(struct perf_evsel *counter)
262{
263 if (counter->per_pkg_mask)
264 memset(counter->per_pkg_mask, 0, MAX_NR_CPUS);
265}
266
267static int check_per_pkg(struct perf_evsel *counter, int cpu, bool *skip)
268{
269 unsigned long *mask = counter->per_pkg_mask;
270 struct cpu_map *cpus = perf_evsel__cpus(counter);
271 int s;
272
273 *skip = false;
274
275 if (!counter->per_pkg)
276 return 0;
277
278 if (cpu_map__empty(cpus))
279 return 0;
280
281 if (!mask) {
282 mask = zalloc(MAX_NR_CPUS);
283 if (!mask)
284 return -ENOMEM;
285
286 counter->per_pkg_mask = mask;
287 }
288
289 s = cpu_map__get_socket(cpus, cpu);
290 if (s < 0)
291 return -1;
292
293 *skip = test_and_set_bit(s, mask) == 1;
294 return 0;
295}
296
Jiri Olsa060c4f92014-11-21 10:31:08 +0100297static int read_cb(struct perf_evsel *evsel, int cpu, int thread __maybe_unused,
298 struct perf_counts_values *count)
299{
Jiri Olsa1971f592014-11-21 10:31:10 +0100300 struct perf_counts_values *aggr = &evsel->counts->aggr;
Jiri Olsa779d0b92014-11-21 10:31:14 +0100301 static struct perf_counts_values zero;
302 bool skip = false;
303
304 if (check_per_pkg(evsel, cpu, &skip)) {
305 pr_err("failed to read per-pkg counter\n");
306 return -1;
307 }
308
309 if (skip)
310 count = &zero;
Jiri Olsa1971f592014-11-21 10:31:10 +0100311
Jiri Olsa060c4f92014-11-21 10:31:08 +0100312 switch (aggr_mode) {
313 case AGGR_CORE:
314 case AGGR_SOCKET:
315 case AGGR_NONE:
Jiri Olsa6c0345b2014-11-21 10:31:15 +0100316 if (!evsel->snapshot)
317 perf_evsel__compute_deltas(evsel, cpu, count);
Jiri Olsa060c4f92014-11-21 10:31:08 +0100318 perf_counts_values__scale(count, scale, NULL);
Jiri Olsa1ac77e12015-06-26 11:29:09 +0200319 *perf_counts(evsel->counts, cpu) = *count;
Andi Kleen56f0fd42015-03-11 08:28:01 -0700320 if (aggr_mode == AGGR_NONE)
Jiri Olsaf87027b2015-06-03 16:25:59 +0200321 perf_stat__update_shadow_stats(evsel, count->values, cpu);
Jiri Olsa060c4f92014-11-21 10:31:08 +0100322 break;
323 case AGGR_GLOBAL:
Jiri Olsa1971f592014-11-21 10:31:10 +0100324 aggr->val += count->val;
325 if (scale) {
326 aggr->ena += count->ena;
327 aggr->run += count->run;
328 }
Jiri Olsa060c4f92014-11-21 10:31:08 +0100329 default:
330 break;
331 }
332
333 return 0;
334}
335
Jiri Olsa1971f592014-11-21 10:31:10 +0100336static int read_counter(struct perf_evsel *counter);
337
Ingo Molnardcd99362011-04-27 04:36:37 +0200338/*
Ingo Molnar2996f5d2009-05-29 09:10:54 +0200339 * Read out the results of a single counter:
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200340 * aggregate counts across CPUs in system-wide mode
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200341 */
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200342static int read_counter_aggr(struct perf_evsel *counter)
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200343{
Jiri Olsa1971f592014-11-21 10:31:10 +0100344 struct perf_counts_values *aggr = &counter->counts->aggr;
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200345 struct perf_stat *ps = counter->priv;
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200346 u64 *count = counter->counts->aggr.values;
347 int i;
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200348
Jiri Olsa1971f592014-11-21 10:31:10 +0100349 aggr->val = aggr->ena = aggr->run = 0;
350
351 if (read_counter(counter))
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200352 return -1;
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200353
Jiri Olsa6c0345b2014-11-21 10:31:15 +0100354 if (!counter->snapshot)
355 perf_evsel__compute_deltas(counter, -1, aggr);
Jiri Olsa1971f592014-11-21 10:31:10 +0100356 perf_counts_values__scale(aggr, scale, &counter->counts->scaled);
357
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200358 for (i = 0; i < 3; i++)
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200359 update_stats(&ps->res_stats[i], count[i]);
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200360
361 if (verbose) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200362 fprintf(output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300363 perf_evsel__name(counter), count[0], count[1], count[2]);
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200364 }
365
Ingo Molnarbe1ac0d2009-05-29 09:10:54 +0200366 /*
367 * Save the full runtime - to allow normalization during printout:
368 */
Jiri Olsaf87027b2015-06-03 16:25:59 +0200369 perf_stat__update_shadow_stats(counter, count, 0);
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200370
371 return 0;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200372}
373
374/*
375 * Read out the results of a single counter:
376 * do not aggregate counts across CPUs in system-wide mode
377 */
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200378static int read_counter(struct perf_evsel *counter)
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200379{
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100380 int nthreads = thread_map__nr(evsel_list->threads);
381 int ncpus = perf_evsel__nr_cpus(counter);
382 int cpu, thread;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200383
Suzuki K. Poulose3b4331d2015-02-13 18:40:58 +0000384 if (!counter->supported)
385 return -ENOENT;
386
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100387 if (counter->system_wide)
388 nthreads = 1;
389
Jiri Olsa779d0b92014-11-21 10:31:14 +0100390 if (counter->per_pkg)
391 zero_per_pkg(counter);
392
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100393 for (thread = 0; thread < nthreads; thread++) {
394 for (cpu = 0; cpu < ncpus; cpu++) {
395 if (perf_evsel__read_cb(counter, cpu, thread, read_cb))
396 return -1;
397 }
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200398 }
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200399
400 return 0;
Ingo Molnar2996f5d2009-05-29 09:10:54 +0200401}
402
Stephane Eranian13370a92013-01-29 12:47:44 +0100403static void print_interval(void)
404{
405 static int num_print_interval;
406 struct perf_evsel *counter;
407 struct perf_stat *ps;
408 struct timespec ts, rs;
409 char prefix[64];
410
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100411 if (aggr_mode == AGGR_GLOBAL) {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300412 evlist__for_each(evsel_list, counter) {
Stephane Eranian13370a92013-01-29 12:47:44 +0100413 ps = counter->priv;
414 memset(ps->res_stats, 0, sizeof(ps->res_stats));
415 read_counter_aggr(counter);
416 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100417 } else {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300418 evlist__for_each(evsel_list, counter) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100419 ps = counter->priv;
420 memset(ps->res_stats, 0, sizeof(ps->res_stats));
421 read_counter(counter);
422 }
Stephane Eranian13370a92013-01-29 12:47:44 +0100423 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100424
Stephane Eranian13370a92013-01-29 12:47:44 +0100425 clock_gettime(CLOCK_MONOTONIC, &ts);
426 diff_timespec(&rs, &ts, &ref_time);
427 sprintf(prefix, "%6lu.%09lu%s", rs.tv_sec, rs.tv_nsec, csv_sep);
428
429 if (num_print_interval == 0 && !csv_output) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100430 switch (aggr_mode) {
431 case AGGR_SOCKET:
Stephane Eranian410136f2013-11-12 17:58:49 +0100432 fprintf(output, "# time socket cpus counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100433 break;
Stephane Eranian12c08a92013-02-14 13:57:29 +0100434 case AGGR_CORE:
Stephane Eranian410136f2013-11-12 17:58:49 +0100435 fprintf(output, "# time core cpus counts %*s events\n", unit_width, "unit");
Stephane Eranian12c08a92013-02-14 13:57:29 +0100436 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100437 case AGGR_NONE:
Stephane Eranian410136f2013-11-12 17:58:49 +0100438 fprintf(output, "# time CPU counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100439 break;
440 case AGGR_GLOBAL:
441 default:
Stephane Eranian410136f2013-11-12 17:58:49 +0100442 fprintf(output, "# time counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100443 }
Stephane Eranian13370a92013-01-29 12:47:44 +0100444 }
445
446 if (++num_print_interval == 25)
447 num_print_interval = 0;
448
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100449 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +0100450 case AGGR_CORE:
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100451 case AGGR_SOCKET:
452 print_aggr(prefix);
453 break;
454 case AGGR_NONE:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300455 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +0100456 print_counter(counter, prefix);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100457 break;
458 case AGGR_GLOBAL:
459 default:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300460 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +0100461 print_counter_aggr(counter, prefix);
462 }
Andi Kleen2bbf03f2013-08-02 17:41:12 -0700463
464 fflush(output);
Stephane Eranian13370a92013-01-29 12:47:44 +0100465}
466
Andi Kleen41191682013-08-02 17:41:11 -0700467static void handle_initial_delay(void)
468{
469 struct perf_evsel *counter;
470
471 if (initial_delay) {
472 const int ncpus = cpu_map__nr(evsel_list->cpus),
473 nthreads = thread_map__nr(evsel_list->threads);
474
475 usleep(initial_delay * 1000);
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300476 evlist__for_each(evsel_list, counter)
Andi Kleen41191682013-08-02 17:41:11 -0700477 perf_evsel__enable(counter, ncpus, nthreads);
478 }
479}
480
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300481static volatile int workload_exec_errno;
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300482
483/*
484 * perf_evlist__prepare_workload will send a SIGUSR1
485 * if the fork fails, since we asked by setting its
486 * want_signal to true.
487 */
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300488static void workload_exec_failed_signal(int signo __maybe_unused, siginfo_t *info,
489 void *ucontext __maybe_unused)
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300490{
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300491 workload_exec_errno = info->si_value.sival_int;
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300492}
493
Namhyung Kimacf28922013-03-11 16:43:18 +0900494static int __run_perf_stat(int argc, const char **argv)
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200495{
Arnaldo Carvalho de Melo56e52e82012-12-13 15:10:58 -0300496 char msg[512];
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200497 unsigned long long t0, t1;
Jiri Olsacac21422012-11-12 18:34:00 +0100498 struct perf_evsel *counter;
Stephane Eranian13370a92013-01-29 12:47:44 +0100499 struct timespec ts;
Stephane Eranian410136f2013-11-12 17:58:49 +0100500 size_t l;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200501 int status = 0;
Zhang, Yanmin6be28502010-03-18 11:36:03 -0300502 const bool forks = (argc > 0);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200503
Stephane Eranian13370a92013-01-29 12:47:44 +0100504 if (interval) {
505 ts.tv_sec = interval / 1000;
506 ts.tv_nsec = (interval % 1000) * 1000000;
507 } else {
508 ts.tv_sec = 1;
509 ts.tv_nsec = 0;
510 }
511
Liming Wang60666c62009-12-31 16:05:50 +0800512 if (forks) {
Arnaldo Carvalho de Melo735f7e02014-01-03 14:56:49 -0300513 if (perf_evlist__prepare_workload(evsel_list, &target, argv, false,
514 workload_exec_failed_signal) < 0) {
Namhyung Kimacf28922013-03-11 16:43:18 +0900515 perror("failed to prepare workload");
516 return -1;
Liming Wang60666c62009-12-31 16:05:50 +0800517 }
Namhyung Kimd20a47e2013-09-30 18:01:11 +0900518 child_pid = evsel_list->workload.pid;
Paul Mackerras051ae7f2009-06-29 21:13:21 +1000519 }
520
Jiri Olsa6a4bb042012-08-08 12:22:36 +0200521 if (group)
Arnaldo Carvalho de Melo63dab222012-08-14 16:35:48 -0300522 perf_evlist__set_leader(evsel_list);
Jiri Olsa6a4bb042012-08-08 12:22:36 +0200523
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300524 evlist__for_each(evsel_list, counter) {
Jiri Olsacac21422012-11-12 18:34:00 +0100525 if (create_perf_stat_counter(counter) < 0) {
David Ahern979987a2012-05-08 09:29:16 -0600526 /*
527 * PPC returns ENXIO for HW counters until 2.6.37
528 * (behavior changed with commit b0a873e).
529 */
Anton Blanchard38f6ae12011-12-02 09:38:33 +1100530 if (errno == EINVAL || errno == ENOSYS ||
David Ahern979987a2012-05-08 09:29:16 -0600531 errno == ENOENT || errno == EOPNOTSUPP ||
532 errno == ENXIO) {
David Ahernc63ca0c2011-04-29 16:04:15 -0600533 if (verbose)
534 ui__warning("%s event is not supported by the kernel.\n",
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300535 perf_evsel__name(counter));
David Ahern2cee77c2011-05-30 08:55:59 -0600536 counter->supported = false;
Kan Liangcb5ef602015-06-11 02:32:40 -0400537
538 if ((counter->leader != counter) ||
539 !(counter->leader->nr_members > 1))
540 continue;
David Ahernc63ca0c2011-04-29 16:04:15 -0600541 }
Ingo Molnarede70292011-04-28 08:48:42 +0200542
Arnaldo Carvalho de Melo56e52e82012-12-13 15:10:58 -0300543 perf_evsel__open_strerror(counter, &target,
544 errno, msg, sizeof(msg));
545 ui__error("%s\n", msg);
546
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200547 if (child_pid != -1)
548 kill(child_pid, SIGTERM);
David Ahernfceda7f2012-08-26 12:24:44 -0600549
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200550 return -1;
551 }
David Ahern2cee77c2011-05-30 08:55:59 -0600552 counter->supported = true;
Stephane Eranian410136f2013-11-12 17:58:49 +0100553
554 l = strlen(counter->unit);
555 if (l > unit_width)
556 unit_width = l;
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -0300557 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200558
Arnaldo Carvalho de Melo23d4aad2015-03-24 19:23:47 -0300559 if (perf_evlist__apply_filters(evsel_list, &counter)) {
560 error("failed to set filter \"%s\" on event %s with %d (%s)\n",
561 counter->filter, perf_evsel__name(counter), errno,
Masami Hiramatsu759e6122014-08-14 02:22:55 +0000562 strerror_r(errno, msg, sizeof(msg)));
Frederic Weisbeckercfd748a2011-03-14 16:40:30 +0100563 return -1;
564 }
565
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200566 /*
567 * Enable counters and exec the command:
568 */
569 t0 = rdclock();
Stephane Eranian13370a92013-01-29 12:47:44 +0100570 clock_gettime(CLOCK_MONOTONIC, &ref_time);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200571
Liming Wang60666c62009-12-31 16:05:50 +0800572 if (forks) {
Namhyung Kimacf28922013-03-11 16:43:18 +0900573 perf_evlist__start_workload(evsel_list);
Andi Kleen41191682013-08-02 17:41:11 -0700574 handle_initial_delay();
Namhyung Kimacf28922013-03-11 16:43:18 +0900575
Stephane Eranian13370a92013-01-29 12:47:44 +0100576 if (interval) {
577 while (!waitpid(child_pid, &status, WNOHANG)) {
578 nanosleep(&ts, NULL);
579 print_interval();
580 }
581 }
Liming Wang60666c62009-12-31 16:05:50 +0800582 wait(&status);
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300583
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300584 if (workload_exec_errno) {
585 const char *emsg = strerror_r(workload_exec_errno, msg, sizeof(msg));
586 pr_err("Workload failed: %s\n", emsg);
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300587 return -1;
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300588 }
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300589
Andi Kleen33e49ea2011-09-15 14:31:40 -0700590 if (WIFSIGNALED(status))
591 psignal(WTERMSIG(status), argv[0]);
Liming Wang60666c62009-12-31 16:05:50 +0800592 } else {
Andi Kleen41191682013-08-02 17:41:11 -0700593 handle_initial_delay();
Stephane Eranian13370a92013-01-29 12:47:44 +0100594 while (!done) {
595 nanosleep(&ts, NULL);
596 if (interval)
597 print_interval();
598 }
Liming Wang60666c62009-12-31 16:05:50 +0800599 }
Ingo Molnar44db76c2009-06-03 19:36:07 +0200600
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200601 t1 = rdclock();
602
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200603 update_stats(&walltime_nsecs_stats, t1 - t0);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200604
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100605 if (aggr_mode == AGGR_GLOBAL) {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300606 evlist__for_each(evsel_list, counter) {
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200607 read_counter_aggr(counter);
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800608 perf_evsel__close_fd(counter, perf_evsel__nr_cpus(counter),
Namhyung Kimb3a319d2013-03-11 16:43:14 +0900609 thread_map__nr(evsel_list->threads));
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200610 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100611 } else {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300612 evlist__for_each(evsel_list, counter) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100613 read_counter(counter);
614 perf_evsel__close_fd(counter, perf_evsel__nr_cpus(counter), 1);
615 }
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200616 }
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200617
Ingo Molnar42202dd2009-06-13 14:57:28 +0200618 return WEXITSTATUS(status);
619}
620
Arnaldo Carvalho de Melo41cde472014-01-03 17:34:42 -0300621static int run_perf_stat(int argc, const char **argv)
Peter Zijlstra1f16c572012-10-23 13:40:14 +0200622{
623 int ret;
624
625 if (pre_cmd) {
626 ret = system(pre_cmd);
627 if (ret)
628 return ret;
629 }
630
631 if (sync_run)
632 sync();
633
634 ret = __run_perf_stat(argc, argv);
635 if (ret)
636 return ret;
637
638 if (post_cmd) {
639 ret = system(post_cmd);
640 if (ret)
641 return ret;
642 }
643
644 return ret;
645}
646
Andi Kleend73515c2015-03-11 07:16:27 -0700647static void print_running(u64 run, u64 ena)
648{
649 if (csv_output) {
650 fprintf(output, "%s%" PRIu64 "%s%.2f",
651 csv_sep,
652 run,
653 csv_sep,
654 ena ? 100.0 * run / ena : 100.0);
655 } else if (run != ena) {
656 fprintf(output, " (%.2f%%)", 100.0 * run / ena);
657 }
658}
659
Ingo Molnarf99844c2011-04-27 05:35:39 +0200660static void print_noise_pct(double total, double avg)
661{
Xiao Guangrong0007ece2012-09-17 16:31:14 +0800662 double pct = rel_stddev_stats(total, avg);
Ingo Molnarf99844c2011-04-27 05:35:39 +0200663
Zhengyu He3ae9a34d2011-06-23 13:45:42 -0700664 if (csv_output)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200665 fprintf(output, "%s%.2f%%", csv_sep, pct);
Jim Cromiea1bca6c2011-09-07 17:14:02 -0600666 else if (pct)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200667 fprintf(output, " ( +-%6.2f%% )", pct);
Ingo Molnarf99844c2011-04-27 05:35:39 +0200668}
669
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200670static void print_noise(struct perf_evsel *evsel, double avg)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200671{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200672 struct perf_stat *ps;
673
Peter Zijlstra849abde2009-09-04 18:23:38 +0200674 if (run_count == 1)
675 return;
676
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200677 ps = evsel->priv;
Ingo Molnarf99844c2011-04-27 05:35:39 +0200678 print_noise_pct(stddev_stats(&ps->res_stats[0]), avg);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200679}
680
Stephane Eranian12c08a92013-02-14 13:57:29 +0100681static void aggr_printout(struct perf_evsel *evsel, int id, int nr)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200682{
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100683 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +0100684 case AGGR_CORE:
685 fprintf(output, "S%d-C%*d%s%*d%s",
686 cpu_map__id_to_socket(id),
687 csv_output ? 0 : -8,
688 cpu_map__id_to_cpu(id),
689 csv_sep,
690 csv_output ? 0 : 4,
691 nr,
692 csv_sep);
693 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100694 case AGGR_SOCKET:
695 fprintf(output, "S%*d%s%*d%s",
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100696 csv_output ? 0 : -5,
Stephane Eranian12c08a92013-02-14 13:57:29 +0100697 id,
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100698 csv_sep,
699 csv_output ? 0 : 4,
700 nr,
701 csv_sep);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100702 break;
703 case AGGR_NONE:
704 fprintf(output, "CPU%*d%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200705 csv_output ? 0 : -4,
Stephane Eranian12c08a92013-02-14 13:57:29 +0100706 perf_evsel__cpus(evsel)->map[id], csv_sep);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100707 break;
708 case AGGR_GLOBAL:
709 default:
710 break;
711 }
712}
Stephane Eraniand7470b62010-12-01 18:49:05 +0200713
Andi Kleenda88c7f2014-09-24 13:50:46 -0700714static void nsec_printout(int id, int nr, struct perf_evsel *evsel, double avg)
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100715{
716 double msecs = avg / 1e6;
Stephane Eranian410136f2013-11-12 17:58:49 +0100717 const char *fmt_v, *fmt_n;
David Ahern4bbe5a62013-09-28 14:28:00 -0600718 char name[25];
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100719
Stephane Eranian410136f2013-11-12 17:58:49 +0100720 fmt_v = csv_output ? "%.6f%s" : "%18.6f%s";
721 fmt_n = csv_output ? "%s" : "%-25s";
722
Andi Kleenda88c7f2014-09-24 13:50:46 -0700723 aggr_printout(evsel, id, nr);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100724
David Ahern4bbe5a62013-09-28 14:28:00 -0600725 scnprintf(name, sizeof(name), "%s%s",
726 perf_evsel__name(evsel), csv_output ? "" : " (msec)");
Stephane Eranian410136f2013-11-12 17:58:49 +0100727
728 fprintf(output, fmt_v, msecs, csv_sep);
729
730 if (csv_output)
731 fprintf(output, "%s%s", evsel->unit, csv_sep);
732 else
733 fprintf(output, "%-*s%s", unit_width, evsel->unit, csv_sep);
734
735 fprintf(output, fmt_n, name);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200736
Stephane Eranian023695d2011-02-14 11:20:01 +0200737 if (evsel->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200738 fprintf(output, "%s%s", csv_sep, evsel->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200739
Stephane Eranian13370a92013-01-29 12:47:44 +0100740 if (csv_output || interval)
Stephane Eraniand7470b62010-12-01 18:49:05 +0200741 return;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200742
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200743 if (perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK))
Stephane Eranian4aa90152011-08-15 22:22:33 +0200744 fprintf(output, " # %8.3f CPUs utilized ",
745 avg / avg_stats(&walltime_nsecs_stats));
Namhyung Kim9dac6a22012-02-06 16:44:45 +0900746 else
747 fprintf(output, " ");
Ingo Molnar42202dd2009-06-13 14:57:28 +0200748}
749
Jiri Olsa556b1fb2015-06-03 16:25:56 +0200750static void abs_printout(int id, int nr, struct perf_evsel *evsel, double avg)
751{
752 double sc = evsel->scale;
753 const char *fmt;
754 int cpu = cpu_map__id_to_cpu(id);
755
756 if (csv_output) {
757 fmt = sc != 1.0 ? "%.2f%s" : "%.0f%s";
758 } else {
759 if (big_num)
760 fmt = sc != 1.0 ? "%'18.2f%s" : "%'18.0f%s";
761 else
762 fmt = sc != 1.0 ? "%18.2f%s" : "%18.0f%s";
763 }
764
765 aggr_printout(evsel, id, nr);
766
767 if (aggr_mode == AGGR_GLOBAL)
768 cpu = 0;
769
770 fprintf(output, fmt, avg, csv_sep);
771
772 if (evsel->unit)
773 fprintf(output, "%-*s%s",
774 csv_output ? 0 : unit_width,
775 evsel->unit, csv_sep);
776
777 fprintf(output, "%-*s", csv_output ? 0 : 25, perf_evsel__name(evsel));
778
779 if (evsel->cgrp)
780 fprintf(output, "%s%s", csv_sep, evsel->cgrp->name);
781
782 if (csv_output || interval)
783 return;
784
Jiri Olsaf87027b2015-06-03 16:25:59 +0200785 perf_stat__print_shadow_stats(output, evsel, avg, cpu, aggr_mode);
Jiri Olsa556b1fb2015-06-03 16:25:56 +0200786}
787
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100788static void print_aggr(char *prefix)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100789{
790 struct perf_evsel *counter;
Stephane Eranian582ec0822013-07-05 19:06:45 +0200791 int cpu, cpu2, s, s2, id, nr;
Stephane Eranian410136f2013-11-12 17:58:49 +0100792 double uval;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100793 u64 ena, run, val;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100794
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100795 if (!(aggr_map || aggr_get_id))
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100796 return;
797
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100798 for (s = 0; s < aggr_map->nr; s++) {
799 id = aggr_map->map[s];
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300800 evlist__for_each(evsel_list, counter) {
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100801 val = ena = run = 0;
802 nr = 0;
803 for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) {
Stephane Eranian582ec0822013-07-05 19:06:45 +0200804 cpu2 = perf_evsel__cpus(counter)->map[cpu];
805 s2 = aggr_get_id(evsel_list->cpus, cpu2);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100806 if (s2 != id)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100807 continue;
Jiri Olsa1ac77e12015-06-26 11:29:09 +0200808 val += perf_counts(counter->counts, cpu)->val;
809 ena += perf_counts(counter->counts, cpu)->ena;
810 run += perf_counts(counter->counts, cpu)->run;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100811 nr++;
812 }
813 if (prefix)
814 fprintf(output, "%s", prefix);
815
816 if (run == 0 || ena == 0) {
Stephane Eranian582ec0822013-07-05 19:06:45 +0200817 aggr_printout(counter, id, nr);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100818
Stephane Eranian410136f2013-11-12 17:58:49 +0100819 fprintf(output, "%*s%s",
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100820 csv_output ? 0 : 18,
821 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100822 csv_sep);
823
824 fprintf(output, "%-*s%s",
825 csv_output ? 0 : unit_width,
826 counter->unit, csv_sep);
827
828 fprintf(output, "%*s",
829 csv_output ? 0 : -25,
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100830 perf_evsel__name(counter));
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100831
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100832 if (counter->cgrp)
833 fprintf(output, "%s%s",
834 csv_sep, counter->cgrp->name);
835
Andi Kleend73515c2015-03-11 07:16:27 -0700836 print_running(run, ena);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100837 fputc('\n', output);
838 continue;
839 }
Stephane Eranian410136f2013-11-12 17:58:49 +0100840 uval = val * counter->scale;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100841
842 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100843 nsec_printout(id, nr, counter, uval);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100844 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100845 abs_printout(id, nr, counter, uval);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100846
Andi Kleend73515c2015-03-11 07:16:27 -0700847 if (!csv_output)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100848 print_noise(counter, 1.0);
849
Andi Kleend73515c2015-03-11 07:16:27 -0700850 print_running(run, ena);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100851 fputc('\n', output);
852 }
853 }
854}
855
Ingo Molnar42202dd2009-06-13 14:57:28 +0200856/*
857 * Print out the results of a single counter:
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200858 * aggregated counts in system-wide mode
Ingo Molnar42202dd2009-06-13 14:57:28 +0200859 */
Stephane Eranian13370a92013-01-29 12:47:44 +0100860static void print_counter_aggr(struct perf_evsel *counter, char *prefix)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200861{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200862 struct perf_stat *ps = counter->priv;
863 double avg = avg_stats(&ps->res_stats[0]);
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200864 int scaled = counter->counts->scaled;
Stephane Eranian410136f2013-11-12 17:58:49 +0100865 double uval;
Andi Kleend73515c2015-03-11 07:16:27 -0700866 double avg_enabled, avg_running;
867
868 avg_enabled = avg_stats(&ps->res_stats[1]);
869 avg_running = avg_stats(&ps->res_stats[2]);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200870
Stephane Eranian13370a92013-01-29 12:47:44 +0100871 if (prefix)
872 fprintf(output, "%s", prefix);
873
Suzuki K. Poulose3b4331d2015-02-13 18:40:58 +0000874 if (scaled == -1 || !counter->supported) {
Stephane Eranian410136f2013-11-12 17:58:49 +0100875 fprintf(output, "%*s%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200876 csv_output ? 0 : 18,
David Ahern2cee77c2011-05-30 08:55:59 -0600877 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100878 csv_sep);
879 fprintf(output, "%-*s%s",
880 csv_output ? 0 : unit_width,
881 counter->unit, csv_sep);
882 fprintf(output, "%*s",
883 csv_output ? 0 : -25,
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300884 perf_evsel__name(counter));
Stephane Eranian023695d2011-02-14 11:20:01 +0200885
886 if (counter->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200887 fprintf(output, "%s%s", csv_sep, counter->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200888
Andi Kleend73515c2015-03-11 07:16:27 -0700889 print_running(avg_running, avg_enabled);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200890 fputc('\n', output);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200891 return;
892 }
893
Stephane Eranian410136f2013-11-12 17:58:49 +0100894 uval = avg * counter->scale;
895
Ingo Molnar42202dd2009-06-13 14:57:28 +0200896 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100897 nsec_printout(-1, 0, counter, uval);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200898 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100899 abs_printout(-1, 0, counter, uval);
Peter Zijlstra849abde2009-09-04 18:23:38 +0200900
Zhengyu He3ae9a34d2011-06-23 13:45:42 -0700901 print_noise(counter, avg);
902
Andi Kleend73515c2015-03-11 07:16:27 -0700903 print_running(avg_running, avg_enabled);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200904 fprintf(output, "\n");
Ingo Molnar42202dd2009-06-13 14:57:28 +0200905}
906
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200907/*
908 * Print out the results of a single counter:
909 * does not use aggregated count in system-wide
910 */
Stephane Eranian13370a92013-01-29 12:47:44 +0100911static void print_counter(struct perf_evsel *counter, char *prefix)
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200912{
913 u64 ena, run, val;
Stephane Eranian410136f2013-11-12 17:58:49 +0100914 double uval;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200915 int cpu;
916
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800917 for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) {
Jiri Olsa1ac77e12015-06-26 11:29:09 +0200918 val = perf_counts(counter->counts, cpu)->val;
919 ena = perf_counts(counter->counts, cpu)->ena;
920 run = perf_counts(counter->counts, cpu)->run;
Stephane Eranian13370a92013-01-29 12:47:44 +0100921
922 if (prefix)
923 fprintf(output, "%s", prefix);
924
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200925 if (run == 0 || ena == 0) {
Stephane Eranian410136f2013-11-12 17:58:49 +0100926 fprintf(output, "CPU%*d%s%*s%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200927 csv_output ? 0 : -4,
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800928 perf_evsel__cpus(counter)->map[cpu], csv_sep,
Stephane Eraniand7470b62010-12-01 18:49:05 +0200929 csv_output ? 0 : 18,
David Ahern2cee77c2011-05-30 08:55:59 -0600930 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100931 csv_sep);
932
933 fprintf(output, "%-*s%s",
934 csv_output ? 0 : unit_width,
935 counter->unit, csv_sep);
936
937 fprintf(output, "%*s",
938 csv_output ? 0 : -25,
939 perf_evsel__name(counter));
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200940
Stephane Eranian023695d2011-02-14 11:20:01 +0200941 if (counter->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200942 fprintf(output, "%s%s",
943 csv_sep, counter->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200944
Andi Kleend73515c2015-03-11 07:16:27 -0700945 print_running(run, ena);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200946 fputc('\n', output);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200947 continue;
948 }
949
Stephane Eranian410136f2013-11-12 17:58:49 +0100950 uval = val * counter->scale;
951
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200952 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100953 nsec_printout(cpu, 0, counter, uval);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200954 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100955 abs_printout(cpu, 0, counter, uval);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200956
Andi Kleend73515c2015-03-11 07:16:27 -0700957 if (!csv_output)
Stephane Eraniand7470b62010-12-01 18:49:05 +0200958 print_noise(counter, 1.0);
Andi Kleend73515c2015-03-11 07:16:27 -0700959 print_running(run, ena);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200960
Stephane Eranian4aa90152011-08-15 22:22:33 +0200961 fputc('\n', output);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200962 }
963}
964
Ingo Molnar42202dd2009-06-13 14:57:28 +0200965static void print_stat(int argc, const char **argv)
966{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200967 struct perf_evsel *counter;
968 int i;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200969
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200970 fflush(stdout);
971
Stephane Eraniand7470b62010-12-01 18:49:05 +0200972 if (!csv_output) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200973 fprintf(output, "\n");
974 fprintf(output, " Performance counter stats for ");
David Ahern62d3b612013-09-28 14:27:58 -0600975 if (target.system_wide)
976 fprintf(output, "\'system wide");
977 else if (target.cpu_list)
978 fprintf(output, "\'CPU(s) %s", target.cpu_list);
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300979 else if (!target__has_task(&target)) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200980 fprintf(output, "\'%s", argv[0]);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200981 for (i = 1; i < argc; i++)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200982 fprintf(output, " %s", argv[i]);
Namhyung Kim20f946b2012-04-26 14:15:16 +0900983 } else if (target.pid)
984 fprintf(output, "process id \'%s", target.pid);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200985 else
Namhyung Kim20f946b2012-04-26 14:15:16 +0900986 fprintf(output, "thread id \'%s", target.tid);
Ingo Molnar44db76c2009-06-03 19:36:07 +0200987
Stephane Eranian4aa90152011-08-15 22:22:33 +0200988 fprintf(output, "\'");
Stephane Eraniand7470b62010-12-01 18:49:05 +0200989 if (run_count > 1)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200990 fprintf(output, " (%d runs)", run_count);
991 fprintf(output, ":\n\n");
Stephane Eraniand7470b62010-12-01 18:49:05 +0200992 }
Ingo Molnar2996f5d2009-05-29 09:10:54 +0200993
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100994 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +0100995 case AGGR_CORE:
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100996 case AGGR_SOCKET:
997 print_aggr(NULL);
998 break;
999 case AGGR_GLOBAL:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -03001000 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +01001001 print_counter_aggr(counter, NULL);
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001002 break;
1003 case AGGR_NONE:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -03001004 evlist__for_each(evsel_list, counter)
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001005 print_counter(counter, NULL);
1006 break;
1007 default:
1008 break;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +02001009 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001010
Stephane Eraniand7470b62010-12-01 18:49:05 +02001011 if (!csv_output) {
Ingo Molnarc3305252011-05-19 14:01:42 +02001012 if (!null_run)
Stephane Eranian4aa90152011-08-15 22:22:33 +02001013 fprintf(output, "\n");
1014 fprintf(output, " %17.9f seconds time elapsed",
Stephane Eraniand7470b62010-12-01 18:49:05 +02001015 avg_stats(&walltime_nsecs_stats)/1e9);
1016 if (run_count > 1) {
Stephane Eranian4aa90152011-08-15 22:22:33 +02001017 fprintf(output, " ");
Ingo Molnarf99844c2011-04-27 05:35:39 +02001018 print_noise_pct(stddev_stats(&walltime_nsecs_stats),
1019 avg_stats(&walltime_nsecs_stats));
Stephane Eraniand7470b62010-12-01 18:49:05 +02001020 }
Stephane Eranian4aa90152011-08-15 22:22:33 +02001021 fprintf(output, "\n\n");
Ingo Molnar566747e2009-06-27 06:24:32 +02001022 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001023}
1024
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001025static volatile int signr = -1;
1026
Ingo Molnar52425192009-05-26 09:17:18 +02001027static void skip_signal(int signo)
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001028{
Stephane Eranian13370a92013-01-29 12:47:44 +01001029 if ((child_pid == -1) || interval)
Liming Wang60666c62009-12-31 16:05:50 +08001030 done = 1;
1031
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001032 signr = signo;
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001033 /*
1034 * render child_pid harmless
1035 * won't send SIGTERM to a random
1036 * process in case of race condition
1037 * and fast PID recycling
1038 */
1039 child_pid = -1;
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001040}
1041
1042static void sig_atexit(void)
1043{
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001044 sigset_t set, oset;
1045
1046 /*
1047 * avoid race condition with SIGCHLD handler
1048 * in skip_signal() which is modifying child_pid
1049 * goal is to avoid send SIGTERM to a random
1050 * process
1051 */
1052 sigemptyset(&set);
1053 sigaddset(&set, SIGCHLD);
1054 sigprocmask(SIG_BLOCK, &set, &oset);
1055
Chris Wilson933da832009-10-04 01:35:01 +01001056 if (child_pid != -1)
1057 kill(child_pid, SIGTERM);
1058
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001059 sigprocmask(SIG_SETMASK, &oset, NULL);
1060
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001061 if (signr == -1)
1062 return;
1063
1064 signal(signr, SIG_DFL);
1065 kill(getpid(), signr);
Ingo Molnar52425192009-05-26 09:17:18 +02001066}
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001067
Irina Tirdea1d037ca2012-09-11 01:15:03 +03001068static int stat__set_big_num(const struct option *opt __maybe_unused,
1069 const char *s __maybe_unused, int unset)
Stephane Eraniand7470b62010-12-01 18:49:05 +02001070{
1071 big_num_opt = unset ? 0 : 1;
1072 return 0;
1073}
1074
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001075static int perf_stat_init_aggr_mode(void)
1076{
1077 switch (aggr_mode) {
1078 case AGGR_SOCKET:
1079 if (cpu_map__build_socket_map(evsel_list->cpus, &aggr_map)) {
1080 perror("cannot build socket map");
1081 return -1;
1082 }
1083 aggr_get_id = cpu_map__get_socket;
1084 break;
Stephane Eranian12c08a92013-02-14 13:57:29 +01001085 case AGGR_CORE:
1086 if (cpu_map__build_core_map(evsel_list->cpus, &aggr_map)) {
1087 perror("cannot build core map");
1088 return -1;
1089 }
1090 aggr_get_id = cpu_map__get_core;
1091 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001092 case AGGR_NONE:
1093 case AGGR_GLOBAL:
1094 default:
1095 break;
1096 }
1097 return 0;
1098}
1099
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001100/*
1101 * Add default attributes, if there were no attributes specified or
1102 * if -d/--detailed, -d -d or -d -d -d is used:
1103 */
1104static int add_default_attributes(void)
1105{
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001106 struct perf_event_attr default_attrs[] = {
1107
1108 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_TASK_CLOCK },
1109 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CONTEXT_SWITCHES },
1110 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CPU_MIGRATIONS },
1111 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_PAGE_FAULTS },
1112
1113 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_CPU_CYCLES },
1114 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_FRONTEND },
1115 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_BACKEND },
1116 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_INSTRUCTIONS },
1117 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS },
1118 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_MISSES },
1119
1120};
1121
1122/*
1123 * Detailed stats (-d), covering the L1 and last level data caches:
1124 */
1125 struct perf_event_attr detailed_attrs[] = {
1126
1127 { .type = PERF_TYPE_HW_CACHE,
1128 .config =
1129 PERF_COUNT_HW_CACHE_L1D << 0 |
1130 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1131 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1132
1133 { .type = PERF_TYPE_HW_CACHE,
1134 .config =
1135 PERF_COUNT_HW_CACHE_L1D << 0 |
1136 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1137 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1138
1139 { .type = PERF_TYPE_HW_CACHE,
1140 .config =
1141 PERF_COUNT_HW_CACHE_LL << 0 |
1142 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1143 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1144
1145 { .type = PERF_TYPE_HW_CACHE,
1146 .config =
1147 PERF_COUNT_HW_CACHE_LL << 0 |
1148 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1149 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1150};
1151
1152/*
1153 * Very detailed stats (-d -d), covering the instruction cache and the TLB caches:
1154 */
1155 struct perf_event_attr very_detailed_attrs[] = {
1156
1157 { .type = PERF_TYPE_HW_CACHE,
1158 .config =
1159 PERF_COUNT_HW_CACHE_L1I << 0 |
1160 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1161 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1162
1163 { .type = PERF_TYPE_HW_CACHE,
1164 .config =
1165 PERF_COUNT_HW_CACHE_L1I << 0 |
1166 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1167 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1168
1169 { .type = PERF_TYPE_HW_CACHE,
1170 .config =
1171 PERF_COUNT_HW_CACHE_DTLB << 0 |
1172 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1173 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1174
1175 { .type = PERF_TYPE_HW_CACHE,
1176 .config =
1177 PERF_COUNT_HW_CACHE_DTLB << 0 |
1178 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1179 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1180
1181 { .type = PERF_TYPE_HW_CACHE,
1182 .config =
1183 PERF_COUNT_HW_CACHE_ITLB << 0 |
1184 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1185 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1186
1187 { .type = PERF_TYPE_HW_CACHE,
1188 .config =
1189 PERF_COUNT_HW_CACHE_ITLB << 0 |
1190 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1191 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1192
1193};
1194
1195/*
1196 * Very, very detailed stats (-d -d -d), adding prefetch events:
1197 */
1198 struct perf_event_attr very_very_detailed_attrs[] = {
1199
1200 { .type = PERF_TYPE_HW_CACHE,
1201 .config =
1202 PERF_COUNT_HW_CACHE_L1D << 0 |
1203 (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
1204 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1205
1206 { .type = PERF_TYPE_HW_CACHE,
1207 .config =
1208 PERF_COUNT_HW_CACHE_L1D << 0 |
1209 (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
1210 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1211};
1212
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001213 /* Set attrs if no event is selected and !null_run: */
1214 if (null_run)
1215 return 0;
1216
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001217 if (transaction_run) {
1218 int err;
1219 if (pmu_have_event("cpu", "cycles-ct") &&
1220 pmu_have_event("cpu", "el-start"))
Jiri Olsaa4547422015-06-03 16:25:53 +02001221 err = parse_events(evsel_list, transaction_attrs, NULL);
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001222 else
Jiri Olsaa4547422015-06-03 16:25:53 +02001223 err = parse_events(evsel_list, transaction_limited_attrs, NULL);
1224 if (err) {
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001225 fprintf(stderr, "Cannot set up transaction events\n");
1226 return -1;
1227 }
1228 return 0;
1229 }
1230
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001231 if (!evsel_list->nr_entries) {
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001232 if (perf_evlist__add_default_attrs(evsel_list, default_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001233 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001234 }
1235
1236 /* Detailed events get appended to the event list: */
1237
1238 if (detailed_run < 1)
1239 return 0;
1240
1241 /* Append detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001242 if (perf_evlist__add_default_attrs(evsel_list, detailed_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001243 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001244
1245 if (detailed_run < 2)
1246 return 0;
1247
1248 /* Append very detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001249 if (perf_evlist__add_default_attrs(evsel_list, very_detailed_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001250 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001251
1252 if (detailed_run < 3)
1253 return 0;
1254
1255 /* Append very, very detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001256 return perf_evlist__add_default_attrs(evsel_list, very_very_detailed_attrs);
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001257}
1258
Irina Tirdea1d037ca2012-09-11 01:15:03 +03001259int cmd_stat(int argc, const char **argv, const char *prefix __maybe_unused)
Ingo Molnar52425192009-05-26 09:17:18 +02001260{
Peter Zijlstra1f16c572012-10-23 13:40:14 +02001261 bool append_file = false;
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001262 int output_fd = 0;
1263 const char *output_name = NULL;
1264 const struct option options[] = {
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001265 OPT_BOOLEAN('T', "transaction", &transaction_run,
1266 "hardware transaction statistics"),
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001267 OPT_CALLBACK('e', "event", &evsel_list, "event",
1268 "event selector. use 'perf list' to list available events",
1269 parse_events_option),
1270 OPT_CALLBACK(0, "filter", &evsel_list, "filter",
1271 "event filter", parse_filter),
1272 OPT_BOOLEAN('i', "no-inherit", &no_inherit,
1273 "child tasks do not inherit counters"),
1274 OPT_STRING('p', "pid", &target.pid, "pid",
1275 "stat events on existing process id"),
1276 OPT_STRING('t', "tid", &target.tid, "tid",
1277 "stat events on existing thread id"),
1278 OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
1279 "system-wide collection from all CPUs"),
1280 OPT_BOOLEAN('g', "group", &group,
1281 "put the counters into a counter group"),
1282 OPT_BOOLEAN('c', "scale", &scale, "scale/normalize counters"),
1283 OPT_INCR('v', "verbose", &verbose,
1284 "be more verbose (show counter open errors, etc)"),
1285 OPT_INTEGER('r', "repeat", &run_count,
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001286 "repeat command and print average + stddev (max: 100, forever: 0)"),
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001287 OPT_BOOLEAN('n', "null", &null_run,
1288 "null run - dont start any counters"),
1289 OPT_INCR('d', "detailed", &detailed_run,
1290 "detailed run - start a lot of events"),
1291 OPT_BOOLEAN('S', "sync", &sync_run,
1292 "call sync() before starting a run"),
Arnaldo Carvalho de Melo48000a12014-12-17 17:24:45 -03001293 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL,
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001294 "print large numbers with thousands\' separators",
1295 stat__set_big_num),
1296 OPT_STRING('C', "cpu", &target.cpu_list, "cpu",
1297 "list of cpus to monitor in system-wide"),
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001298 OPT_SET_UINT('A', "no-aggr", &aggr_mode,
1299 "disable CPU count aggregation", AGGR_NONE),
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001300 OPT_STRING('x', "field-separator", &csv_sep, "separator",
1301 "print counts with custom separator"),
1302 OPT_CALLBACK('G', "cgroup", &evsel_list, "name",
1303 "monitor event in cgroup name only", parse_cgroups),
1304 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1305 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
1306 OPT_INTEGER(0, "log-fd", &output_fd,
1307 "log output to fd, instead of stderr"),
Peter Zijlstra1f16c572012-10-23 13:40:14 +02001308 OPT_STRING(0, "pre", &pre_cmd, "command",
1309 "command to run prior to the measured command"),
1310 OPT_STRING(0, "post", &post_cmd, "command",
1311 "command to run after to the measured command"),
Stephane Eranian13370a92013-01-29 12:47:44 +01001312 OPT_UINTEGER('I', "interval-print", &interval,
1313 "print counts at regular interval in ms (>= 100)"),
Stephane Eraniand4304952013-02-14 13:57:28 +01001314 OPT_SET_UINT(0, "per-socket", &aggr_mode,
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001315 "aggregate counts per processor socket", AGGR_SOCKET),
Stephane Eranian12c08a92013-02-14 13:57:29 +01001316 OPT_SET_UINT(0, "per-core", &aggr_mode,
1317 "aggregate counts per physical processor core", AGGR_CORE),
Andi Kleen41191682013-08-02 17:41:11 -07001318 OPT_UINTEGER('D', "delay", &initial_delay,
1319 "ms to wait before starting measurement after program start"),
Arnaldo Carvalho de Melob070a542012-10-01 15:20:58 -03001320 OPT_END()
1321 };
1322 const char * const stat_usage[] = {
1323 "perf stat [<options>] [<command>]",
1324 NULL
1325 };
Namhyung Kimcc03c542013-11-01 16:33:15 +09001326 int status = -EINVAL, run_idx;
Stephane Eranian4aa90152011-08-15 22:22:33 +02001327 const char *mode;
Ingo Molnar42202dd2009-06-13 14:57:28 +02001328
Stephane Eranian5af52b52010-05-18 15:00:01 +02001329 setlocale(LC_ALL, "");
1330
Namhyung Kim334fe7a2013-03-11 16:43:12 +09001331 evsel_list = perf_evlist__new();
Arnaldo Carvalho de Melo361c99a2011-01-11 20:56:53 -02001332 if (evsel_list == NULL)
1333 return -ENOMEM;
1334
Anton Blancharda0541232009-07-22 23:04:12 +10001335 argc = parse_options(argc, argv, options, stat_usage,
1336 PARSE_OPT_STOP_AT_NON_OPTION);
Stephane Eraniand7470b62010-12-01 18:49:05 +02001337
Stephane Eranian4aa90152011-08-15 22:22:33 +02001338 output = stderr;
1339 if (output_name && strcmp(output_name, "-"))
1340 output = NULL;
1341
Jim Cromie56f3bae2011-09-07 17:14:00 -06001342 if (output_name && output_fd) {
1343 fprintf(stderr, "cannot use both --output and --log-fd\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001344 parse_options_usage(stat_usage, options, "o", 1);
1345 parse_options_usage(NULL, options, "log-fd", 0);
1346 goto out;
Jim Cromie56f3bae2011-09-07 17:14:00 -06001347 }
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001348
1349 if (output_fd < 0) {
1350 fprintf(stderr, "argument to --log-fd must be a > 0\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001351 parse_options_usage(stat_usage, options, "log-fd", 0);
1352 goto out;
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001353 }
1354
Stephane Eranian4aa90152011-08-15 22:22:33 +02001355 if (!output) {
1356 struct timespec tm;
1357 mode = append_file ? "a" : "w";
1358
1359 output = fopen(output_name, mode);
1360 if (!output) {
1361 perror("failed to create output file");
David Ahernfceda7f2012-08-26 12:24:44 -06001362 return -1;
Stephane Eranian4aa90152011-08-15 22:22:33 +02001363 }
1364 clock_gettime(CLOCK_REALTIME, &tm);
1365 fprintf(output, "# started on %s\n", ctime(&tm.tv_sec));
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001366 } else if (output_fd > 0) {
Jim Cromie56f3bae2011-09-07 17:14:00 -06001367 mode = append_file ? "a" : "w";
1368 output = fdopen(output_fd, mode);
1369 if (!output) {
1370 perror("Failed opening logfd");
1371 return -errno;
1372 }
Stephane Eranian4aa90152011-08-15 22:22:33 +02001373 }
1374
Jim Cromied4ffd042011-09-07 17:14:03 -06001375 if (csv_sep) {
Stephane Eraniand7470b62010-12-01 18:49:05 +02001376 csv_output = true;
Jim Cromied4ffd042011-09-07 17:14:03 -06001377 if (!strcmp(csv_sep, "\\t"))
1378 csv_sep = "\t";
1379 } else
Stephane Eraniand7470b62010-12-01 18:49:05 +02001380 csv_sep = DEFAULT_SEPARATOR;
1381
1382 /*
1383 * let the spreadsheet do the pretty-printing
1384 */
1385 if (csv_output) {
Jim Cromie61a9f322011-09-07 17:14:04 -06001386 /* User explicitly passed -B? */
Stephane Eraniand7470b62010-12-01 18:49:05 +02001387 if (big_num_opt == 1) {
1388 fprintf(stderr, "-B option not supported with -x\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001389 parse_options_usage(stat_usage, options, "B", 1);
1390 parse_options_usage(NULL, options, "x", 1);
1391 goto out;
Stephane Eraniand7470b62010-12-01 18:49:05 +02001392 } else /* Nope, so disable big number formatting */
1393 big_num = false;
1394 } else if (big_num_opt == 0) /* User passed --no-big-num */
1395 big_num = false;
1396
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001397 if (!argc && target__none(&target))
Ingo Molnar52425192009-05-26 09:17:18 +02001398 usage_with_options(stat_usage, options);
David Ahernac3063b2013-09-30 07:37:37 -06001399
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001400 if (run_count < 0) {
Namhyung Kimcc03c542013-11-01 16:33:15 +09001401 pr_err("Run count must be a positive number\n");
1402 parse_options_usage(stat_usage, options, "r", 1);
1403 goto out;
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001404 } else if (run_count == 0) {
1405 forever = true;
1406 run_count = 1;
1407 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001408
Stephane Eranian023695d2011-02-14 11:20:01 +02001409 /* no_aggr, cgroup are for system-wide only */
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001410 if ((aggr_mode != AGGR_GLOBAL || nr_cgroups) &&
1411 !target__has_cpu(&target)) {
Stephane Eranian023695d2011-02-14 11:20:01 +02001412 fprintf(stderr, "both cgroup and no-aggregation "
1413 "modes only available in system-wide mode\n");
1414
Namhyung Kimcc03c542013-11-01 16:33:15 +09001415 parse_options_usage(stat_usage, options, "G", 1);
1416 parse_options_usage(NULL, options, "A", 1);
1417 parse_options_usage(NULL, options, "a", 1);
1418 goto out;
Stephane Eraniand7e7a452013-02-06 15:46:02 +01001419 }
1420
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001421 if (add_default_attributes())
1422 goto out;
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001423
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001424 target__validate(&target);
Arnaldo Carvalho de Melo5c98d4662011-01-03 17:53:33 -02001425
Namhyung Kim77a6f012012-05-07 14:09:04 +09001426 if (perf_evlist__create_maps(evsel_list, &target) < 0) {
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001427 if (target__has_task(&target)) {
Namhyung Kim77a6f012012-05-07 14:09:04 +09001428 pr_err("Problems finding threads of monitor\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001429 parse_options_usage(stat_usage, options, "p", 1);
1430 parse_options_usage(NULL, options, "t", 1);
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001431 } else if (target__has_cpu(&target)) {
Namhyung Kim77a6f012012-05-07 14:09:04 +09001432 perror("failed to parse CPUs map");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001433 parse_options_usage(stat_usage, options, "C", 1);
1434 parse_options_usage(NULL, options, "a", 1);
1435 }
1436 goto out;
Arnaldo Carvalho de Melo60d567e2011-01-03 17:49:48 -02001437 }
Stephane Eranian13370a92013-01-29 12:47:44 +01001438 if (interval && interval < 100) {
1439 pr_err("print interval must be >= 100ms\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001440 parse_options_usage(stat_usage, options, "I", 1);
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001441 goto out;
Stephane Eranian13370a92013-01-29 12:47:44 +01001442 }
Stephane Eranianc45c6ea2010-05-28 12:00:01 +02001443
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -03001444 if (perf_evlist__alloc_stats(evsel_list, interval))
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001445 goto out;
Zhang, Yanmind6d901c2010-03-18 11:36:05 -03001446
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001447 if (perf_stat_init_aggr_mode())
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001448 goto out;
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001449
Ingo Molnar58d7e992009-05-15 11:03:23 +02001450 /*
1451 * We dont want to block the signals - that would cause
1452 * child tasks to inherit that and Ctrl-C would not work.
1453 * What we want is for Ctrl-C to work in the exec()-ed
1454 * task, but being ignored by perf stat itself:
1455 */
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001456 atexit(sig_atexit);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001457 if (!forever)
1458 signal(SIGINT, skip_signal);
Stephane Eranian13370a92013-01-29 12:47:44 +01001459 signal(SIGCHLD, skip_signal);
Ingo Molnar58d7e992009-05-15 11:03:23 +02001460 signal(SIGALRM, skip_signal);
1461 signal(SIGABRT, skip_signal);
1462
Ingo Molnar42202dd2009-06-13 14:57:28 +02001463 status = 0;
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001464 for (run_idx = 0; forever || run_idx < run_count; run_idx++) {
Ingo Molnar42202dd2009-06-13 14:57:28 +02001465 if (run_count != 1 && verbose)
Stephane Eranian4aa90152011-08-15 22:22:33 +02001466 fprintf(output, "[ perf stat: executing run #%d ... ]\n",
1467 run_idx + 1);
Ingo Molnarf9cef0a2011-04-28 18:17:11 +02001468
Ingo Molnar42202dd2009-06-13 14:57:28 +02001469 status = run_perf_stat(argc, argv);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001470 if (forever && status != -1) {
1471 print_stat(argc, argv);
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -03001472 perf_stat__reset_stats(evsel_list);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001473 }
Ingo Molnar42202dd2009-06-13 14:57:28 +02001474 }
1475
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001476 if (!forever && status != -1 && !interval)
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -03001477 print_stat(argc, argv);
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -03001478
1479 perf_evlist__free_stats(evsel_list);
Arnaldo Carvalho de Melo0015e2e2011-02-01 16:18:10 -02001480out:
1481 perf_evlist__delete(evsel_list);
Ingo Molnar42202dd2009-06-13 14:57:28 +02001482 return status;
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001483}