blob: 188cd98a4ab3b7b2ab86a747d9d5477f23e62dbb [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
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200169static int perf_evsel__alloc_prev_raw_counts(struct perf_evsel *evsel,
170 int ncpus, int nthreads)
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800171{
Jiri Olsa9df38e82015-06-14 10:19:27 +0200172 struct perf_counts *counts;
Stephane Eranian13370a92013-01-29 12:47:44 +0100173
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200174 counts = perf_counts__new(ncpus, nthreads);
Jiri Olsa9df38e82015-06-14 10:19:27 +0200175 if (counts)
176 evsel->prev_raw_counts = counts;
Stephane Eranian13370a92013-01-29 12:47:44 +0100177
Jiri Olsa9df38e82015-06-14 10:19:27 +0200178 return counts ? 0 : -ENOMEM;
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800179}
180
Stephane Eranian13370a92013-01-29 12:47:44 +0100181static void perf_evsel__free_prev_raw_counts(struct perf_evsel *evsel)
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800182{
Jiri Olsa9df38e82015-06-14 10:19:27 +0200183 perf_counts__delete(evsel->prev_raw_counts);
184 evsel->prev_raw_counts = NULL;
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800185}
186
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300187static void perf_evlist__free_stats(struct perf_evlist *evlist)
188{
189 struct perf_evsel *evsel;
190
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300191 evlist__for_each(evlist, evsel) {
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300192 perf_evsel__free_stat_priv(evsel);
193 perf_evsel__free_counts(evsel);
194 perf_evsel__free_prev_raw_counts(evsel);
195 }
196}
197
198static int perf_evlist__alloc_stats(struct perf_evlist *evlist, bool alloc_raw)
199{
200 struct perf_evsel *evsel;
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200201 int nthreads = thread_map__nr(evsel_list->threads);
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300202
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300203 evlist__for_each(evlist, evsel) {
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200204 int ncpus = perf_evsel__nr_cpus(evsel);
205
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300206 if (perf_evsel__alloc_stat_priv(evsel) < 0 ||
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200207 perf_evsel__alloc_counts(evsel, ncpus, nthreads) < 0 ||
208 (alloc_raw && perf_evsel__alloc_prev_raw_counts(evsel, ncpus, nthreads) < 0))
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -0300209 goto out_free;
210 }
211
212 return 0;
213
214out_free:
215 perf_evlist__free_stats(evlist);
216 return -1;
217}
218
Jiri Olsa254ecbc72015-06-26 11:29:13 +0200219static void perf_evlist__reset_stats(struct perf_evlist *evlist)
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200220{
221 struct perf_evsel *evsel;
222
223 evlist__for_each(evlist, evsel) {
224 perf_evsel__reset_stat_priv(evsel);
Jiri Olsaa8e02322015-06-26 11:29:10 +0200225 perf_evsel__reset_counts(evsel);
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200226 }
Jiri Olsa254ecbc72015-06-26 11:29:13 +0200227}
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200228
Jiri Olsa254ecbc72015-06-26 11:29:13 +0200229static void perf_stat__reset_stats(void)
230{
231 perf_evlist__reset_stats(evsel_list);
Jiri Olsaf87027b2015-06-03 16:25:59 +0200232 perf_stat__reset_shadow_stats();
Jiri Olsa1eda3b22015-06-03 16:25:55 +0200233}
234
Jiri Olsacac21422012-11-12 18:34:00 +0100235static int create_perf_stat_counter(struct perf_evsel *evsel)
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200236{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200237 struct perf_event_attr *attr = &evsel->attr;
Arnaldo Carvalho de Melo727ab042011-10-25 10:42:19 -0200238
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200239 if (scale)
Ingo Molnara21ca2c2009-06-06 09:58:57 +0200240 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
241 PERF_FORMAT_TOTAL_TIME_RUNNING;
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200242
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200243 attr->inherit = !no_inherit;
Arnaldo Carvalho de Melo5d2cd902011-04-14 11:20:14 -0300244
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300245 if (target__has_cpu(&target))
Arnaldo Carvalho de Melo594ac612012-12-13 13:13:07 -0300246 return perf_evsel__open_per_cpu(evsel, perf_evsel__cpus(evsel));
Stephane Eranian5622c072012-04-27 14:45:38 +0200247
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300248 if (!target__has_task(&target) && perf_evsel__is_group_leader(evsel)) {
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200249 attr->disabled = 1;
Andi Kleen41191682013-08-02 17:41:11 -0700250 if (!initial_delay)
251 attr->enable_on_exec = 1;
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200252 }
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -0300253
Arnaldo Carvalho de Melo594ac612012-12-13 13:13:07 -0300254 return perf_evsel__open_per_thread(evsel, evsel_list->threads);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200255}
256
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200257/*
258 * Does the counter have nsecs as a unit?
259 */
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200260static inline int nsec_counter(struct perf_evsel *evsel)
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200261{
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200262 if (perf_evsel__match(evsel, SOFTWARE, SW_CPU_CLOCK) ||
263 perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK))
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200264 return 1;
265
266 return 0;
267}
268
Jiri Olsa779d0b992014-11-21 10:31:14 +0100269static void zero_per_pkg(struct perf_evsel *counter)
270{
271 if (counter->per_pkg_mask)
272 memset(counter->per_pkg_mask, 0, MAX_NR_CPUS);
273}
274
275static int check_per_pkg(struct perf_evsel *counter, int cpu, bool *skip)
276{
277 unsigned long *mask = counter->per_pkg_mask;
278 struct cpu_map *cpus = perf_evsel__cpus(counter);
279 int s;
280
281 *skip = false;
282
283 if (!counter->per_pkg)
284 return 0;
285
286 if (cpu_map__empty(cpus))
287 return 0;
288
289 if (!mask) {
290 mask = zalloc(MAX_NR_CPUS);
291 if (!mask)
292 return -ENOMEM;
293
294 counter->per_pkg_mask = mask;
295 }
296
297 s = cpu_map__get_socket(cpus, cpu);
298 if (s < 0)
299 return -1;
300
301 *skip = test_and_set_bit(s, mask) == 1;
302 return 0;
303}
304
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200305static int read_cb(struct perf_evsel *evsel, int cpu, int thread,
Jiri Olsa060c4f92014-11-21 10:31:08 +0100306 struct perf_counts_values *count)
307{
Jiri Olsa1971f592014-11-21 10:31:10 +0100308 struct perf_counts_values *aggr = &evsel->counts->aggr;
Jiri Olsa779d0b992014-11-21 10:31:14 +0100309 static struct perf_counts_values zero;
310 bool skip = false;
311
312 if (check_per_pkg(evsel, cpu, &skip)) {
313 pr_err("failed to read per-pkg counter\n");
314 return -1;
315 }
316
317 if (skip)
318 count = &zero;
Jiri Olsa1971f592014-11-21 10:31:10 +0100319
Jiri Olsa060c4f92014-11-21 10:31:08 +0100320 switch (aggr_mode) {
321 case AGGR_CORE:
322 case AGGR_SOCKET:
323 case AGGR_NONE:
Jiri Olsa6c0345b2014-11-21 10:31:15 +0100324 if (!evsel->snapshot)
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200325 perf_evsel__compute_deltas(evsel, cpu, thread, count);
Jiri Olsa060c4f92014-11-21 10:31:08 +0100326 perf_counts_values__scale(count, scale, NULL);
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200327 *perf_counts(evsel->counts, cpu, thread) = *count;
Andi Kleen56f0fd42015-03-11 08:28:01 -0700328 if (aggr_mode == AGGR_NONE)
Jiri Olsaf87027b2015-06-03 16:25:59 +0200329 perf_stat__update_shadow_stats(evsel, count->values, cpu);
Jiri Olsa060c4f92014-11-21 10:31:08 +0100330 break;
331 case AGGR_GLOBAL:
Jiri Olsa1971f592014-11-21 10:31:10 +0100332 aggr->val += count->val;
333 if (scale) {
334 aggr->ena += count->ena;
335 aggr->run += count->run;
336 }
Jiri Olsa060c4f92014-11-21 10:31:08 +0100337 default:
338 break;
339 }
340
341 return 0;
342}
343
Jiri Olsa1971f592014-11-21 10:31:10 +0100344static int read_counter(struct perf_evsel *counter);
345
Ingo Molnardcd99362011-04-27 04:36:37 +0200346/*
Ingo Molnar2996f5d2009-05-29 09:10:54 +0200347 * Read out the results of a single counter:
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200348 * aggregate counts across CPUs in system-wide mode
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200349 */
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200350static int read_counter_aggr(struct perf_evsel *counter)
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200351{
Jiri Olsa1971f592014-11-21 10:31:10 +0100352 struct perf_counts_values *aggr = &counter->counts->aggr;
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200353 struct perf_stat *ps = counter->priv;
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200354 u64 *count = counter->counts->aggr.values;
355 int i;
Ingo Molnarc04f5e52009-05-29 09:10:54 +0200356
Jiri Olsa1971f592014-11-21 10:31:10 +0100357 aggr->val = aggr->ena = aggr->run = 0;
358
359 if (read_counter(counter))
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200360 return -1;
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200361
Jiri Olsa6c0345b2014-11-21 10:31:15 +0100362 if (!counter->snapshot)
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200363 perf_evsel__compute_deltas(counter, -1, -1, aggr);
Jiri Olsa1971f592014-11-21 10:31:10 +0100364 perf_counts_values__scale(aggr, scale, &counter->counts->scaled);
365
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200366 for (i = 0; i < 3; i++)
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200367 update_stats(&ps->res_stats[i], count[i]);
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200368
369 if (verbose) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200370 fprintf(output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300371 perf_evsel__name(counter), count[0], count[1], count[2]);
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200372 }
373
Ingo Molnarbe1ac0d2009-05-29 09:10:54 +0200374 /*
375 * Save the full runtime - to allow normalization during printout:
376 */
Jiri Olsaf87027b2015-06-03 16:25:59 +0200377 perf_stat__update_shadow_stats(counter, count, 0);
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200378
379 return 0;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200380}
381
382/*
383 * Read out the results of a single counter:
384 * do not aggregate counts across CPUs in system-wide mode
385 */
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200386static int read_counter(struct perf_evsel *counter)
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200387{
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100388 int nthreads = thread_map__nr(evsel_list->threads);
389 int ncpus = perf_evsel__nr_cpus(counter);
390 int cpu, thread;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200391
Suzuki K. Poulose3b4331d2015-02-13 18:40:58 +0000392 if (!counter->supported)
393 return -ENOENT;
394
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100395 if (counter->system_wide)
396 nthreads = 1;
397
Jiri Olsa779d0b992014-11-21 10:31:14 +0100398 if (counter->per_pkg)
399 zero_per_pkg(counter);
400
Jiri Olsa9bf1a522014-11-21 10:31:09 +0100401 for (thread = 0; thread < nthreads; thread++) {
402 for (cpu = 0; cpu < ncpus; cpu++) {
403 if (perf_evsel__read_cb(counter, cpu, thread, read_cb))
404 return -1;
405 }
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200406 }
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200407
408 return 0;
Ingo Molnar2996f5d2009-05-29 09:10:54 +0200409}
410
Stephane Eranian13370a92013-01-29 12:47:44 +0100411static void print_interval(void)
412{
413 static int num_print_interval;
414 struct perf_evsel *counter;
415 struct perf_stat *ps;
416 struct timespec ts, rs;
417 char prefix[64];
418
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100419 if (aggr_mode == AGGR_GLOBAL) {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300420 evlist__for_each(evsel_list, counter) {
Stephane Eranian13370a92013-01-29 12:47:44 +0100421 ps = counter->priv;
422 memset(ps->res_stats, 0, sizeof(ps->res_stats));
423 read_counter_aggr(counter);
424 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100425 } else {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300426 evlist__for_each(evsel_list, counter) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100427 ps = counter->priv;
428 memset(ps->res_stats, 0, sizeof(ps->res_stats));
429 read_counter(counter);
430 }
Stephane Eranian13370a92013-01-29 12:47:44 +0100431 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100432
Stephane Eranian13370a92013-01-29 12:47:44 +0100433 clock_gettime(CLOCK_MONOTONIC, &ts);
434 diff_timespec(&rs, &ts, &ref_time);
435 sprintf(prefix, "%6lu.%09lu%s", rs.tv_sec, rs.tv_nsec, csv_sep);
436
437 if (num_print_interval == 0 && !csv_output) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100438 switch (aggr_mode) {
439 case AGGR_SOCKET:
Stephane Eranian410136f2013-11-12 17:58:49 +0100440 fprintf(output, "# time socket cpus counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100441 break;
Stephane Eranian12c08a92013-02-14 13:57:29 +0100442 case AGGR_CORE:
Stephane Eranian410136f2013-11-12 17:58:49 +0100443 fprintf(output, "# time core cpus counts %*s events\n", unit_width, "unit");
Stephane Eranian12c08a92013-02-14 13:57:29 +0100444 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100445 case AGGR_NONE:
Stephane Eranian410136f2013-11-12 17:58:49 +0100446 fprintf(output, "# time CPU counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100447 break;
448 case AGGR_GLOBAL:
449 default:
Stephane Eranian410136f2013-11-12 17:58:49 +0100450 fprintf(output, "# time counts %*s events\n", unit_width, "unit");
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100451 }
Stephane Eranian13370a92013-01-29 12:47:44 +0100452 }
453
454 if (++num_print_interval == 25)
455 num_print_interval = 0;
456
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100457 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +0100458 case AGGR_CORE:
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100459 case AGGR_SOCKET:
460 print_aggr(prefix);
461 break;
462 case AGGR_NONE:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300463 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +0100464 print_counter(counter, prefix);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100465 break;
466 case AGGR_GLOBAL:
467 default:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300468 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +0100469 print_counter_aggr(counter, prefix);
470 }
Andi Kleen2bbf03f2013-08-02 17:41:12 -0700471
472 fflush(output);
Stephane Eranian13370a92013-01-29 12:47:44 +0100473}
474
Andi Kleen41191682013-08-02 17:41:11 -0700475static void handle_initial_delay(void)
476{
477 struct perf_evsel *counter;
478
479 if (initial_delay) {
480 const int ncpus = cpu_map__nr(evsel_list->cpus),
481 nthreads = thread_map__nr(evsel_list->threads);
482
483 usleep(initial_delay * 1000);
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300484 evlist__for_each(evsel_list, counter)
Andi Kleen41191682013-08-02 17:41:11 -0700485 perf_evsel__enable(counter, ncpus, nthreads);
486 }
487}
488
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300489static volatile int workload_exec_errno;
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300490
491/*
492 * perf_evlist__prepare_workload will send a SIGUSR1
493 * if the fork fails, since we asked by setting its
494 * want_signal to true.
495 */
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300496static void workload_exec_failed_signal(int signo __maybe_unused, siginfo_t *info,
497 void *ucontext __maybe_unused)
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300498{
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300499 workload_exec_errno = info->si_value.sival_int;
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300500}
501
Namhyung Kimacf28922013-03-11 16:43:18 +0900502static int __run_perf_stat(int argc, const char **argv)
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200503{
Arnaldo Carvalho de Melo56e52e82012-12-13 15:10:58 -0300504 char msg[512];
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200505 unsigned long long t0, t1;
Jiri Olsacac21422012-11-12 18:34:00 +0100506 struct perf_evsel *counter;
Stephane Eranian13370a92013-01-29 12:47:44 +0100507 struct timespec ts;
Stephane Eranian410136f2013-11-12 17:58:49 +0100508 size_t l;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200509 int status = 0;
Zhang, Yanmin6be28502010-03-18 11:36:03 -0300510 const bool forks = (argc > 0);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200511
Stephane Eranian13370a92013-01-29 12:47:44 +0100512 if (interval) {
513 ts.tv_sec = interval / 1000;
514 ts.tv_nsec = (interval % 1000) * 1000000;
515 } else {
516 ts.tv_sec = 1;
517 ts.tv_nsec = 0;
518 }
519
Liming Wang60666c62009-12-31 16:05:50 +0800520 if (forks) {
Arnaldo Carvalho de Melo735f7e02014-01-03 14:56:49 -0300521 if (perf_evlist__prepare_workload(evsel_list, &target, argv, false,
522 workload_exec_failed_signal) < 0) {
Namhyung Kimacf28922013-03-11 16:43:18 +0900523 perror("failed to prepare workload");
524 return -1;
Liming Wang60666c62009-12-31 16:05:50 +0800525 }
Namhyung Kimd20a47e2013-09-30 18:01:11 +0900526 child_pid = evsel_list->workload.pid;
Paul Mackerras051ae7f2009-06-29 21:13:21 +1000527 }
528
Jiri Olsa6a4bb042012-08-08 12:22:36 +0200529 if (group)
Arnaldo Carvalho de Melo63dab222012-08-14 16:35:48 -0300530 perf_evlist__set_leader(evsel_list);
Jiri Olsa6a4bb042012-08-08 12:22:36 +0200531
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300532 evlist__for_each(evsel_list, counter) {
Jiri Olsacac21422012-11-12 18:34:00 +0100533 if (create_perf_stat_counter(counter) < 0) {
David Ahern979987a2012-05-08 09:29:16 -0600534 /*
535 * PPC returns ENXIO for HW counters until 2.6.37
536 * (behavior changed with commit b0a873e).
537 */
Anton Blanchard38f6ae12011-12-02 09:38:33 +1100538 if (errno == EINVAL || errno == ENOSYS ||
David Ahern979987a2012-05-08 09:29:16 -0600539 errno == ENOENT || errno == EOPNOTSUPP ||
540 errno == ENXIO) {
David Ahernc63ca0c2011-04-29 16:04:15 -0600541 if (verbose)
542 ui__warning("%s event is not supported by the kernel.\n",
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300543 perf_evsel__name(counter));
David Ahern2cee77c2011-05-30 08:55:59 -0600544 counter->supported = false;
Kan Liangcb5ef602015-06-11 02:32:40 -0400545
546 if ((counter->leader != counter) ||
547 !(counter->leader->nr_members > 1))
548 continue;
David Ahernc63ca0c2011-04-29 16:04:15 -0600549 }
Ingo Molnarede70292011-04-28 08:48:42 +0200550
Arnaldo Carvalho de Melo56e52e82012-12-13 15:10:58 -0300551 perf_evsel__open_strerror(counter, &target,
552 errno, msg, sizeof(msg));
553 ui__error("%s\n", msg);
554
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200555 if (child_pid != -1)
556 kill(child_pid, SIGTERM);
David Ahernfceda7f2012-08-26 12:24:44 -0600557
Arnaldo Carvalho de Melo48290602011-01-03 17:48:12 -0200558 return -1;
559 }
David Ahern2cee77c2011-05-30 08:55:59 -0600560 counter->supported = true;
Stephane Eranian410136f2013-11-12 17:58:49 +0100561
562 l = strlen(counter->unit);
563 if (l > unit_width)
564 unit_width = l;
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -0300565 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200566
Arnaldo Carvalho de Melo23d4aad2015-03-24 19:23:47 -0300567 if (perf_evlist__apply_filters(evsel_list, &counter)) {
568 error("failed to set filter \"%s\" on event %s with %d (%s)\n",
569 counter->filter, perf_evsel__name(counter), errno,
Masami Hiramatsu759e6122014-08-14 02:22:55 +0000570 strerror_r(errno, msg, sizeof(msg)));
Frederic Weisbeckercfd748a2011-03-14 16:40:30 +0100571 return -1;
572 }
573
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200574 /*
575 * Enable counters and exec the command:
576 */
577 t0 = rdclock();
Stephane Eranian13370a92013-01-29 12:47:44 +0100578 clock_gettime(CLOCK_MONOTONIC, &ref_time);
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200579
Liming Wang60666c62009-12-31 16:05:50 +0800580 if (forks) {
Namhyung Kimacf28922013-03-11 16:43:18 +0900581 perf_evlist__start_workload(evsel_list);
Andi Kleen41191682013-08-02 17:41:11 -0700582 handle_initial_delay();
Namhyung Kimacf28922013-03-11 16:43:18 +0900583
Stephane Eranian13370a92013-01-29 12:47:44 +0100584 if (interval) {
585 while (!waitpid(child_pid, &status, WNOHANG)) {
586 nanosleep(&ts, NULL);
587 print_interval();
588 }
589 }
Liming Wang60666c62009-12-31 16:05:50 +0800590 wait(&status);
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300591
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300592 if (workload_exec_errno) {
593 const char *emsg = strerror_r(workload_exec_errno, msg, sizeof(msg));
594 pr_err("Workload failed: %s\n", emsg);
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300595 return -1;
Arnaldo Carvalho de Melof33cbe72014-01-02 15:11:25 -0300596 }
Arnaldo Carvalho de Melo6af206f2013-12-28 15:45:08 -0300597
Andi Kleen33e49ea2011-09-15 14:31:40 -0700598 if (WIFSIGNALED(status))
599 psignal(WTERMSIG(status), argv[0]);
Liming Wang60666c62009-12-31 16:05:50 +0800600 } else {
Andi Kleen41191682013-08-02 17:41:11 -0700601 handle_initial_delay();
Stephane Eranian13370a92013-01-29 12:47:44 +0100602 while (!done) {
603 nanosleep(&ts, NULL);
604 if (interval)
605 print_interval();
606 }
Liming Wang60666c62009-12-31 16:05:50 +0800607 }
Ingo Molnar44db76c2009-06-03 19:36:07 +0200608
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200609 t1 = rdclock();
610
Peter Zijlstra9e9772c2009-09-04 15:36:08 +0200611 update_stats(&walltime_nsecs_stats, t1 - t0);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200612
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100613 if (aggr_mode == AGGR_GLOBAL) {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300614 evlist__for_each(evsel_list, counter) {
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200615 read_counter_aggr(counter);
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800616 perf_evsel__close_fd(counter, perf_evsel__nr_cpus(counter),
Namhyung Kimb3a319d2013-03-11 16:43:14 +0900617 thread_map__nr(evsel_list->threads));
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200618 }
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100619 } else {
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300620 evlist__for_each(evsel_list, counter) {
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100621 read_counter(counter);
622 perf_evsel__close_fd(counter, perf_evsel__nr_cpus(counter), 1);
623 }
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200624 }
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200625
Ingo Molnar42202dd2009-06-13 14:57:28 +0200626 return WEXITSTATUS(status);
627}
628
Arnaldo Carvalho de Melo41cde472014-01-03 17:34:42 -0300629static int run_perf_stat(int argc, const char **argv)
Peter Zijlstra1f16c572012-10-23 13:40:14 +0200630{
631 int ret;
632
633 if (pre_cmd) {
634 ret = system(pre_cmd);
635 if (ret)
636 return ret;
637 }
638
639 if (sync_run)
640 sync();
641
642 ret = __run_perf_stat(argc, argv);
643 if (ret)
644 return ret;
645
646 if (post_cmd) {
647 ret = system(post_cmd);
648 if (ret)
649 return ret;
650 }
651
652 return ret;
653}
654
Andi Kleend73515c2015-03-11 07:16:27 -0700655static void print_running(u64 run, u64 ena)
656{
657 if (csv_output) {
658 fprintf(output, "%s%" PRIu64 "%s%.2f",
659 csv_sep,
660 run,
661 csv_sep,
662 ena ? 100.0 * run / ena : 100.0);
663 } else if (run != ena) {
664 fprintf(output, " (%.2f%%)", 100.0 * run / ena);
665 }
666}
667
Ingo Molnarf99844c2011-04-27 05:35:39 +0200668static void print_noise_pct(double total, double avg)
669{
Xiao Guangrong0007ece2012-09-17 16:31:14 +0800670 double pct = rel_stddev_stats(total, avg);
Ingo Molnarf99844c2011-04-27 05:35:39 +0200671
Zhengyu He3ae9a34d2011-06-23 13:45:42 -0700672 if (csv_output)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200673 fprintf(output, "%s%.2f%%", csv_sep, pct);
Jim Cromiea1bca6c2011-09-07 17:14:02 -0600674 else if (pct)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200675 fprintf(output, " ( +-%6.2f%% )", pct);
Ingo Molnarf99844c2011-04-27 05:35:39 +0200676}
677
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200678static void print_noise(struct perf_evsel *evsel, double avg)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200679{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200680 struct perf_stat *ps;
681
Peter Zijlstra849abde2009-09-04 18:23:38 +0200682 if (run_count == 1)
683 return;
684
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200685 ps = evsel->priv;
Ingo Molnarf99844c2011-04-27 05:35:39 +0200686 print_noise_pct(stddev_stats(&ps->res_stats[0]), avg);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200687}
688
Stephane Eranian12c08a92013-02-14 13:57:29 +0100689static void aggr_printout(struct perf_evsel *evsel, int id, int nr)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200690{
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100691 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +0100692 case AGGR_CORE:
693 fprintf(output, "S%d-C%*d%s%*d%s",
694 cpu_map__id_to_socket(id),
695 csv_output ? 0 : -8,
696 cpu_map__id_to_cpu(id),
697 csv_sep,
698 csv_output ? 0 : 4,
699 nr,
700 csv_sep);
701 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100702 case AGGR_SOCKET:
703 fprintf(output, "S%*d%s%*d%s",
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100704 csv_output ? 0 : -5,
Stephane Eranian12c08a92013-02-14 13:57:29 +0100705 id,
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100706 csv_sep,
707 csv_output ? 0 : 4,
708 nr,
709 csv_sep);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100710 break;
711 case AGGR_NONE:
712 fprintf(output, "CPU%*d%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200713 csv_output ? 0 : -4,
Stephane Eranian12c08a92013-02-14 13:57:29 +0100714 perf_evsel__cpus(evsel)->map[id], csv_sep);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100715 break;
716 case AGGR_GLOBAL:
717 default:
718 break;
719 }
720}
Stephane Eraniand7470b62010-12-01 18:49:05 +0200721
Andi Kleenda88c7f2014-09-24 13:50:46 -0700722static void nsec_printout(int id, int nr, struct perf_evsel *evsel, double avg)
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100723{
724 double msecs = avg / 1e6;
Stephane Eranian410136f2013-11-12 17:58:49 +0100725 const char *fmt_v, *fmt_n;
David Ahern4bbe5a62013-09-28 14:28:00 -0600726 char name[25];
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100727
Stephane Eranian410136f2013-11-12 17:58:49 +0100728 fmt_v = csv_output ? "%.6f%s" : "%18.6f%s";
729 fmt_n = csv_output ? "%s" : "%-25s";
730
Andi Kleenda88c7f2014-09-24 13:50:46 -0700731 aggr_printout(evsel, id, nr);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100732
David Ahern4bbe5a62013-09-28 14:28:00 -0600733 scnprintf(name, sizeof(name), "%s%s",
734 perf_evsel__name(evsel), csv_output ? "" : " (msec)");
Stephane Eranian410136f2013-11-12 17:58:49 +0100735
736 fprintf(output, fmt_v, msecs, csv_sep);
737
738 if (csv_output)
739 fprintf(output, "%s%s", evsel->unit, csv_sep);
740 else
741 fprintf(output, "%-*s%s", unit_width, evsel->unit, csv_sep);
742
743 fprintf(output, fmt_n, name);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200744
Stephane Eranian023695d2011-02-14 11:20:01 +0200745 if (evsel->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200746 fprintf(output, "%s%s", csv_sep, evsel->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200747
Stephane Eranian13370a92013-01-29 12:47:44 +0100748 if (csv_output || interval)
Stephane Eraniand7470b62010-12-01 18:49:05 +0200749 return;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200750
Arnaldo Carvalho de Melodaec78a2011-01-03 16:49:44 -0200751 if (perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK))
Stephane Eranian4aa90152011-08-15 22:22:33 +0200752 fprintf(output, " # %8.3f CPUs utilized ",
753 avg / avg_stats(&walltime_nsecs_stats));
Namhyung Kim9dac6a22012-02-06 16:44:45 +0900754 else
755 fprintf(output, " ");
Ingo Molnar42202dd2009-06-13 14:57:28 +0200756}
757
Jiri Olsa556b1fb2015-06-03 16:25:56 +0200758static void abs_printout(int id, int nr, struct perf_evsel *evsel, double avg)
759{
760 double sc = evsel->scale;
761 const char *fmt;
762 int cpu = cpu_map__id_to_cpu(id);
763
764 if (csv_output) {
765 fmt = sc != 1.0 ? "%.2f%s" : "%.0f%s";
766 } else {
767 if (big_num)
768 fmt = sc != 1.0 ? "%'18.2f%s" : "%'18.0f%s";
769 else
770 fmt = sc != 1.0 ? "%18.2f%s" : "%18.0f%s";
771 }
772
773 aggr_printout(evsel, id, nr);
774
775 if (aggr_mode == AGGR_GLOBAL)
776 cpu = 0;
777
778 fprintf(output, fmt, avg, csv_sep);
779
780 if (evsel->unit)
781 fprintf(output, "%-*s%s",
782 csv_output ? 0 : unit_width,
783 evsel->unit, csv_sep);
784
785 fprintf(output, "%-*s", csv_output ? 0 : 25, perf_evsel__name(evsel));
786
787 if (evsel->cgrp)
788 fprintf(output, "%s%s", csv_sep, evsel->cgrp->name);
789
790 if (csv_output || interval)
791 return;
792
Jiri Olsaf87027b2015-06-03 16:25:59 +0200793 perf_stat__print_shadow_stats(output, evsel, avg, cpu, aggr_mode);
Jiri Olsa556b1fb2015-06-03 16:25:56 +0200794}
795
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100796static void print_aggr(char *prefix)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100797{
798 struct perf_evsel *counter;
Stephane Eranian582ec0822013-07-05 19:06:45 +0200799 int cpu, cpu2, s, s2, id, nr;
Stephane Eranian410136f2013-11-12 17:58:49 +0100800 double uval;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100801 u64 ena, run, val;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100802
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100803 if (!(aggr_map || aggr_get_id))
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100804 return;
805
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100806 for (s = 0; s < aggr_map->nr; s++) {
807 id = aggr_map->map[s];
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -0300808 evlist__for_each(evsel_list, counter) {
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100809 val = ena = run = 0;
810 nr = 0;
811 for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) {
Stephane Eranian582ec0822013-07-05 19:06:45 +0200812 cpu2 = perf_evsel__cpus(counter)->map[cpu];
813 s2 = aggr_get_id(evsel_list->cpus, cpu2);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100814 if (s2 != id)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100815 continue;
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200816 val += perf_counts(counter->counts, cpu, 0)->val;
817 ena += perf_counts(counter->counts, cpu, 0)->ena;
818 run += perf_counts(counter->counts, cpu, 0)->run;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100819 nr++;
820 }
821 if (prefix)
822 fprintf(output, "%s", prefix);
823
824 if (run == 0 || ena == 0) {
Stephane Eranian582ec0822013-07-05 19:06:45 +0200825 aggr_printout(counter, id, nr);
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100826
Stephane Eranian410136f2013-11-12 17:58:49 +0100827 fprintf(output, "%*s%s",
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100828 csv_output ? 0 : 18,
829 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100830 csv_sep);
831
832 fprintf(output, "%-*s%s",
833 csv_output ? 0 : unit_width,
834 counter->unit, csv_sep);
835
836 fprintf(output, "%*s",
837 csv_output ? 0 : -25,
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100838 perf_evsel__name(counter));
Stephane Eranian86ee6e12013-02-14 13:57:27 +0100839
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100840 if (counter->cgrp)
841 fprintf(output, "%s%s",
842 csv_sep, counter->cgrp->name);
843
Andi Kleend73515c2015-03-11 07:16:27 -0700844 print_running(run, ena);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100845 fputc('\n', output);
846 continue;
847 }
Stephane Eranian410136f2013-11-12 17:58:49 +0100848 uval = val * counter->scale;
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100849
850 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100851 nsec_printout(id, nr, counter, uval);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100852 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100853 abs_printout(id, nr, counter, uval);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100854
Andi Kleend73515c2015-03-11 07:16:27 -0700855 if (!csv_output)
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100856 print_noise(counter, 1.0);
857
Andi Kleend73515c2015-03-11 07:16:27 -0700858 print_running(run, ena);
Stephane Eraniand7e7a452013-02-06 15:46:02 +0100859 fputc('\n', output);
860 }
861 }
862}
863
Ingo Molnar42202dd2009-06-13 14:57:28 +0200864/*
865 * Print out the results of a single counter:
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200866 * aggregated counts in system-wide mode
Ingo Molnar42202dd2009-06-13 14:57:28 +0200867 */
Stephane Eranian13370a92013-01-29 12:47:44 +0100868static void print_counter_aggr(struct perf_evsel *counter, char *prefix)
Ingo Molnar42202dd2009-06-13 14:57:28 +0200869{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200870 struct perf_stat *ps = counter->priv;
871 double avg = avg_stats(&ps->res_stats[0]);
Arnaldo Carvalho de Meloc52b12e2011-01-03 17:45:52 -0200872 int scaled = counter->counts->scaled;
Stephane Eranian410136f2013-11-12 17:58:49 +0100873 double uval;
Andi Kleend73515c2015-03-11 07:16:27 -0700874 double avg_enabled, avg_running;
875
876 avg_enabled = avg_stats(&ps->res_stats[1]);
877 avg_running = avg_stats(&ps->res_stats[2]);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200878
Stephane Eranian13370a92013-01-29 12:47:44 +0100879 if (prefix)
880 fprintf(output, "%s", prefix);
881
Suzuki K. Poulose3b4331d2015-02-13 18:40:58 +0000882 if (scaled == -1 || !counter->supported) {
Stephane Eranian410136f2013-11-12 17:58:49 +0100883 fprintf(output, "%*s%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200884 csv_output ? 0 : 18,
David Ahern2cee77c2011-05-30 08:55:59 -0600885 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100886 csv_sep);
887 fprintf(output, "%-*s%s",
888 csv_output ? 0 : unit_width,
889 counter->unit, csv_sep);
890 fprintf(output, "%*s",
891 csv_output ? 0 : -25,
Arnaldo Carvalho de Melo7289f832012-06-12 12:34:58 -0300892 perf_evsel__name(counter));
Stephane Eranian023695d2011-02-14 11:20:01 +0200893
894 if (counter->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200895 fprintf(output, "%s%s", csv_sep, counter->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200896
Andi Kleend73515c2015-03-11 07:16:27 -0700897 print_running(avg_running, avg_enabled);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200898 fputc('\n', output);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200899 return;
900 }
901
Stephane Eranian410136f2013-11-12 17:58:49 +0100902 uval = avg * counter->scale;
903
Ingo Molnar42202dd2009-06-13 14:57:28 +0200904 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100905 nsec_printout(-1, 0, counter, uval);
Ingo Molnar42202dd2009-06-13 14:57:28 +0200906 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100907 abs_printout(-1, 0, counter, uval);
Peter Zijlstra849abde2009-09-04 18:23:38 +0200908
Zhengyu He3ae9a34d2011-06-23 13:45:42 -0700909 print_noise(counter, avg);
910
Andi Kleend73515c2015-03-11 07:16:27 -0700911 print_running(avg_running, avg_enabled);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200912 fprintf(output, "\n");
Ingo Molnar42202dd2009-06-13 14:57:28 +0200913}
914
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200915/*
916 * Print out the results of a single counter:
917 * does not use aggregated count in system-wide
918 */
Stephane Eranian13370a92013-01-29 12:47:44 +0100919static void print_counter(struct perf_evsel *counter, char *prefix)
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200920{
921 u64 ena, run, val;
Stephane Eranian410136f2013-11-12 17:58:49 +0100922 double uval;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200923 int cpu;
924
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800925 for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) {
Jiri Olsaa6fa0032015-06-26 11:29:11 +0200926 val = perf_counts(counter->counts, cpu, 0)->val;
927 ena = perf_counts(counter->counts, cpu, 0)->ena;
928 run = perf_counts(counter->counts, cpu, 0)->run;
Stephane Eranian13370a92013-01-29 12:47:44 +0100929
930 if (prefix)
931 fprintf(output, "%s", prefix);
932
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200933 if (run == 0 || ena == 0) {
Stephane Eranian410136f2013-11-12 17:58:49 +0100934 fprintf(output, "CPU%*d%s%*s%s",
Stephane Eraniand7470b62010-12-01 18:49:05 +0200935 csv_output ? 0 : -4,
Yan, Zheng7ae92e72012-09-10 15:53:50 +0800936 perf_evsel__cpus(counter)->map[cpu], csv_sep,
Stephane Eraniand7470b62010-12-01 18:49:05 +0200937 csv_output ? 0 : 18,
David Ahern2cee77c2011-05-30 08:55:59 -0600938 counter->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED,
Stephane Eranian410136f2013-11-12 17:58:49 +0100939 csv_sep);
940
941 fprintf(output, "%-*s%s",
942 csv_output ? 0 : unit_width,
943 counter->unit, csv_sep);
944
945 fprintf(output, "%*s",
946 csv_output ? 0 : -25,
947 perf_evsel__name(counter));
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200948
Stephane Eranian023695d2011-02-14 11:20:01 +0200949 if (counter->cgrp)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200950 fprintf(output, "%s%s",
951 csv_sep, counter->cgrp->name);
Stephane Eranian023695d2011-02-14 11:20:01 +0200952
Andi Kleend73515c2015-03-11 07:16:27 -0700953 print_running(run, ena);
Stephane Eranian4aa90152011-08-15 22:22:33 +0200954 fputc('\n', output);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200955 continue;
956 }
957
Stephane Eranian410136f2013-11-12 17:58:49 +0100958 uval = val * counter->scale;
959
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200960 if (nsec_counter(counter))
Stephane Eranian410136f2013-11-12 17:58:49 +0100961 nsec_printout(cpu, 0, counter, uval);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200962 else
Stephane Eranian410136f2013-11-12 17:58:49 +0100963 abs_printout(cpu, 0, counter, uval);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200964
Andi Kleend73515c2015-03-11 07:16:27 -0700965 if (!csv_output)
Stephane Eraniand7470b62010-12-01 18:49:05 +0200966 print_noise(counter, 1.0);
Andi Kleend73515c2015-03-11 07:16:27 -0700967 print_running(run, ena);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200968
Stephane Eranian4aa90152011-08-15 22:22:33 +0200969 fputc('\n', output);
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +0200970 }
971}
972
Ingo Molnar42202dd2009-06-13 14:57:28 +0200973static void print_stat(int argc, const char **argv)
974{
Arnaldo Carvalho de Melo69aad6f2011-01-03 16:39:04 -0200975 struct perf_evsel *counter;
976 int i;
Ingo Molnar42202dd2009-06-13 14:57:28 +0200977
Ingo Molnarddcacfa2009-04-20 15:37:32 +0200978 fflush(stdout);
979
Stephane Eraniand7470b62010-12-01 18:49:05 +0200980 if (!csv_output) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200981 fprintf(output, "\n");
982 fprintf(output, " Performance counter stats for ");
David Ahern62d3b612013-09-28 14:27:58 -0600983 if (target.system_wide)
984 fprintf(output, "\'system wide");
985 else if (target.cpu_list)
986 fprintf(output, "\'CPU(s) %s", target.cpu_list);
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -0300987 else if (!target__has_task(&target)) {
Stephane Eranian4aa90152011-08-15 22:22:33 +0200988 fprintf(output, "\'%s", argv[0]);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200989 for (i = 1; i < argc; i++)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200990 fprintf(output, " %s", argv[i]);
Namhyung Kim20f946b2012-04-26 14:15:16 +0900991 } else if (target.pid)
992 fprintf(output, "process id \'%s", target.pid);
Stephane Eraniand7470b62010-12-01 18:49:05 +0200993 else
Namhyung Kim20f946b2012-04-26 14:15:16 +0900994 fprintf(output, "thread id \'%s", target.tid);
Ingo Molnar44db76c2009-06-03 19:36:07 +0200995
Stephane Eranian4aa90152011-08-15 22:22:33 +0200996 fprintf(output, "\'");
Stephane Eraniand7470b62010-12-01 18:49:05 +0200997 if (run_count > 1)
Stephane Eranian4aa90152011-08-15 22:22:33 +0200998 fprintf(output, " (%d runs)", run_count);
999 fprintf(output, ":\n\n");
Stephane Eraniand7470b62010-12-01 18:49:05 +02001000 }
Ingo Molnar2996f5d2009-05-29 09:10:54 +02001001
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001002 switch (aggr_mode) {
Stephane Eranian12c08a92013-02-14 13:57:29 +01001003 case AGGR_CORE:
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001004 case AGGR_SOCKET:
1005 print_aggr(NULL);
1006 break;
1007 case AGGR_GLOBAL:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -03001008 evlist__for_each(evsel_list, counter)
Stephane Eranian13370a92013-01-29 12:47:44 +01001009 print_counter_aggr(counter, NULL);
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001010 break;
1011 case AGGR_NONE:
Arnaldo Carvalho de Melo0050f7a2014-01-10 10:37:27 -03001012 evlist__for_each(evsel_list, counter)
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001013 print_counter(counter, NULL);
1014 break;
1015 default:
1016 break;
Stephane Eranianf5b4a9c32010-11-16 11:05:01 +02001017 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001018
Stephane Eraniand7470b62010-12-01 18:49:05 +02001019 if (!csv_output) {
Ingo Molnarc33052572011-05-19 14:01:42 +02001020 if (!null_run)
Stephane Eranian4aa90152011-08-15 22:22:33 +02001021 fprintf(output, "\n");
1022 fprintf(output, " %17.9f seconds time elapsed",
Stephane Eraniand7470b62010-12-01 18:49:05 +02001023 avg_stats(&walltime_nsecs_stats)/1e9);
1024 if (run_count > 1) {
Stephane Eranian4aa90152011-08-15 22:22:33 +02001025 fprintf(output, " ");
Ingo Molnarf99844c2011-04-27 05:35:39 +02001026 print_noise_pct(stddev_stats(&walltime_nsecs_stats),
1027 avg_stats(&walltime_nsecs_stats));
Stephane Eraniand7470b62010-12-01 18:49:05 +02001028 }
Stephane Eranian4aa90152011-08-15 22:22:33 +02001029 fprintf(output, "\n\n");
Ingo Molnar566747e2009-06-27 06:24:32 +02001030 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001031}
1032
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001033static volatile int signr = -1;
1034
Ingo Molnar52425192009-05-26 09:17:18 +02001035static void skip_signal(int signo)
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001036{
Stephane Eranian13370a92013-01-29 12:47:44 +01001037 if ((child_pid == -1) || interval)
Liming Wang60666c62009-12-31 16:05:50 +08001038 done = 1;
1039
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001040 signr = signo;
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001041 /*
1042 * render child_pid harmless
1043 * won't send SIGTERM to a random
1044 * process in case of race condition
1045 * and fast PID recycling
1046 */
1047 child_pid = -1;
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001048}
1049
1050static void sig_atexit(void)
1051{
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001052 sigset_t set, oset;
1053
1054 /*
1055 * avoid race condition with SIGCHLD handler
1056 * in skip_signal() which is modifying child_pid
1057 * goal is to avoid send SIGTERM to a random
1058 * process
1059 */
1060 sigemptyset(&set);
1061 sigaddset(&set, SIGCHLD);
1062 sigprocmask(SIG_BLOCK, &set, &oset);
1063
Chris Wilson933da832009-10-04 01:35:01 +01001064 if (child_pid != -1)
1065 kill(child_pid, SIGTERM);
1066
Stephane Eraniand07f0b12013-06-04 17:44:26 +02001067 sigprocmask(SIG_SETMASK, &oset, NULL);
1068
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001069 if (signr == -1)
1070 return;
1071
1072 signal(signr, SIG_DFL);
1073 kill(getpid(), signr);
Ingo Molnar52425192009-05-26 09:17:18 +02001074}
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001075
Irina Tirdea1d037ca2012-09-11 01:15:03 +03001076static int stat__set_big_num(const struct option *opt __maybe_unused,
1077 const char *s __maybe_unused, int unset)
Stephane Eraniand7470b62010-12-01 18:49:05 +02001078{
1079 big_num_opt = unset ? 0 : 1;
1080 return 0;
1081}
1082
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001083static int perf_stat_init_aggr_mode(void)
1084{
1085 switch (aggr_mode) {
1086 case AGGR_SOCKET:
1087 if (cpu_map__build_socket_map(evsel_list->cpus, &aggr_map)) {
1088 perror("cannot build socket map");
1089 return -1;
1090 }
1091 aggr_get_id = cpu_map__get_socket;
1092 break;
Stephane Eranian12c08a92013-02-14 13:57:29 +01001093 case AGGR_CORE:
1094 if (cpu_map__build_core_map(evsel_list->cpus, &aggr_map)) {
1095 perror("cannot build core map");
1096 return -1;
1097 }
1098 aggr_get_id = cpu_map__get_core;
1099 break;
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001100 case AGGR_NONE:
1101 case AGGR_GLOBAL:
1102 default:
1103 break;
1104 }
1105 return 0;
1106}
1107
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001108/*
1109 * Add default attributes, if there were no attributes specified or
1110 * if -d/--detailed, -d -d or -d -d -d is used:
1111 */
1112static int add_default_attributes(void)
1113{
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001114 struct perf_event_attr default_attrs[] = {
1115
1116 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_TASK_CLOCK },
1117 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CONTEXT_SWITCHES },
1118 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_CPU_MIGRATIONS },
1119 { .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_PAGE_FAULTS },
1120
1121 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_CPU_CYCLES },
1122 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_FRONTEND },
1123 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_BACKEND },
1124 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_INSTRUCTIONS },
1125 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_INSTRUCTIONS },
1126 { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_BRANCH_MISSES },
1127
1128};
1129
1130/*
1131 * Detailed stats (-d), covering the L1 and last level data caches:
1132 */
1133 struct perf_event_attr detailed_attrs[] = {
1134
1135 { .type = PERF_TYPE_HW_CACHE,
1136 .config =
1137 PERF_COUNT_HW_CACHE_L1D << 0 |
1138 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1139 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1140
1141 { .type = PERF_TYPE_HW_CACHE,
1142 .config =
1143 PERF_COUNT_HW_CACHE_L1D << 0 |
1144 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1145 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1146
1147 { .type = PERF_TYPE_HW_CACHE,
1148 .config =
1149 PERF_COUNT_HW_CACHE_LL << 0 |
1150 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1151 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1152
1153 { .type = PERF_TYPE_HW_CACHE,
1154 .config =
1155 PERF_COUNT_HW_CACHE_LL << 0 |
1156 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1157 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1158};
1159
1160/*
1161 * Very detailed stats (-d -d), covering the instruction cache and the TLB caches:
1162 */
1163 struct perf_event_attr very_detailed_attrs[] = {
1164
1165 { .type = PERF_TYPE_HW_CACHE,
1166 .config =
1167 PERF_COUNT_HW_CACHE_L1I << 0 |
1168 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1169 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1170
1171 { .type = PERF_TYPE_HW_CACHE,
1172 .config =
1173 PERF_COUNT_HW_CACHE_L1I << 0 |
1174 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1175 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1176
1177 { .type = PERF_TYPE_HW_CACHE,
1178 .config =
1179 PERF_COUNT_HW_CACHE_DTLB << 0 |
1180 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1181 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1182
1183 { .type = PERF_TYPE_HW_CACHE,
1184 .config =
1185 PERF_COUNT_HW_CACHE_DTLB << 0 |
1186 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1187 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1188
1189 { .type = PERF_TYPE_HW_CACHE,
1190 .config =
1191 PERF_COUNT_HW_CACHE_ITLB << 0 |
1192 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1193 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1194
1195 { .type = PERF_TYPE_HW_CACHE,
1196 .config =
1197 PERF_COUNT_HW_CACHE_ITLB << 0 |
1198 (PERF_COUNT_HW_CACHE_OP_READ << 8) |
1199 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1200
1201};
1202
1203/*
1204 * Very, very detailed stats (-d -d -d), adding prefetch events:
1205 */
1206 struct perf_event_attr very_very_detailed_attrs[] = {
1207
1208 { .type = PERF_TYPE_HW_CACHE,
1209 .config =
1210 PERF_COUNT_HW_CACHE_L1D << 0 |
1211 (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
1212 (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16) },
1213
1214 { .type = PERF_TYPE_HW_CACHE,
1215 .config =
1216 PERF_COUNT_HW_CACHE_L1D << 0 |
1217 (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
1218 (PERF_COUNT_HW_CACHE_RESULT_MISS << 16) },
1219};
1220
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001221 /* Set attrs if no event is selected and !null_run: */
1222 if (null_run)
1223 return 0;
1224
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001225 if (transaction_run) {
1226 int err;
1227 if (pmu_have_event("cpu", "cycles-ct") &&
1228 pmu_have_event("cpu", "el-start"))
Jiri Olsaa4547422015-06-03 16:25:53 +02001229 err = parse_events(evsel_list, transaction_attrs, NULL);
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001230 else
Jiri Olsaa4547422015-06-03 16:25:53 +02001231 err = parse_events(evsel_list, transaction_limited_attrs, NULL);
1232 if (err) {
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001233 fprintf(stderr, "Cannot set up transaction events\n");
1234 return -1;
1235 }
1236 return 0;
1237 }
1238
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001239 if (!evsel_list->nr_entries) {
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001240 if (perf_evlist__add_default_attrs(evsel_list, default_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001241 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001242 }
1243
1244 /* Detailed events get appended to the event list: */
1245
1246 if (detailed_run < 1)
1247 return 0;
1248
1249 /* Append detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001250 if (perf_evlist__add_default_attrs(evsel_list, detailed_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001251 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001252
1253 if (detailed_run < 2)
1254 return 0;
1255
1256 /* Append very detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001257 if (perf_evlist__add_default_attrs(evsel_list, very_detailed_attrs) < 0)
Arnaldo Carvalho de Melo50d08e42011-11-04 09:10:59 -02001258 return -1;
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001259
1260 if (detailed_run < 3)
1261 return 0;
1262
1263 /* Append very, very detailed run extra attributes: */
Arnaldo Carvalho de Melo79695e12012-05-30 13:53:54 -03001264 return perf_evlist__add_default_attrs(evsel_list, very_very_detailed_attrs);
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001265}
1266
Irina Tirdea1d037ca2012-09-11 01:15:03 +03001267int cmd_stat(int argc, const char **argv, const char *prefix __maybe_unused)
Ingo Molnar52425192009-05-26 09:17:18 +02001268{
Peter Zijlstra1f16c572012-10-23 13:40:14 +02001269 bool append_file = false;
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001270 int output_fd = 0;
1271 const char *output_name = NULL;
1272 const struct option options[] = {
Andi Kleen4cabc3d2013-08-21 16:47:26 -07001273 OPT_BOOLEAN('T', "transaction", &transaction_run,
1274 "hardware transaction statistics"),
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001275 OPT_CALLBACK('e', "event", &evsel_list, "event",
1276 "event selector. use 'perf list' to list available events",
1277 parse_events_option),
1278 OPT_CALLBACK(0, "filter", &evsel_list, "filter",
1279 "event filter", parse_filter),
1280 OPT_BOOLEAN('i', "no-inherit", &no_inherit,
1281 "child tasks do not inherit counters"),
1282 OPT_STRING('p', "pid", &target.pid, "pid",
1283 "stat events on existing process id"),
1284 OPT_STRING('t', "tid", &target.tid, "tid",
1285 "stat events on existing thread id"),
1286 OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
1287 "system-wide collection from all CPUs"),
1288 OPT_BOOLEAN('g', "group", &group,
1289 "put the counters into a counter group"),
1290 OPT_BOOLEAN('c', "scale", &scale, "scale/normalize counters"),
1291 OPT_INCR('v', "verbose", &verbose,
1292 "be more verbose (show counter open errors, etc)"),
1293 OPT_INTEGER('r', "repeat", &run_count,
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001294 "repeat command and print average + stddev (max: 100, forever: 0)"),
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001295 OPT_BOOLEAN('n', "null", &null_run,
1296 "null run - dont start any counters"),
1297 OPT_INCR('d', "detailed", &detailed_run,
1298 "detailed run - start a lot of events"),
1299 OPT_BOOLEAN('S', "sync", &sync_run,
1300 "call sync() before starting a run"),
Arnaldo Carvalho de Melo48000a12014-12-17 17:24:45 -03001301 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL,
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001302 "print large numbers with thousands\' separators",
1303 stat__set_big_num),
1304 OPT_STRING('C', "cpu", &target.cpu_list, "cpu",
1305 "list of cpus to monitor in system-wide"),
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001306 OPT_SET_UINT('A', "no-aggr", &aggr_mode,
1307 "disable CPU count aggregation", AGGR_NONE),
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001308 OPT_STRING('x', "field-separator", &csv_sep, "separator",
1309 "print counts with custom separator"),
1310 OPT_CALLBACK('G', "cgroup", &evsel_list, "name",
1311 "monitor event in cgroup name only", parse_cgroups),
1312 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1313 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
1314 OPT_INTEGER(0, "log-fd", &output_fd,
1315 "log output to fd, instead of stderr"),
Peter Zijlstra1f16c572012-10-23 13:40:14 +02001316 OPT_STRING(0, "pre", &pre_cmd, "command",
1317 "command to run prior to the measured command"),
1318 OPT_STRING(0, "post", &post_cmd, "command",
1319 "command to run after to the measured command"),
Stephane Eranian13370a92013-01-29 12:47:44 +01001320 OPT_UINTEGER('I', "interval-print", &interval,
1321 "print counts at regular interval in ms (>= 100)"),
Stephane Eraniand4304952013-02-14 13:57:28 +01001322 OPT_SET_UINT(0, "per-socket", &aggr_mode,
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001323 "aggregate counts per processor socket", AGGR_SOCKET),
Stephane Eranian12c08a92013-02-14 13:57:29 +01001324 OPT_SET_UINT(0, "per-core", &aggr_mode,
1325 "aggregate counts per physical processor core", AGGR_CORE),
Andi Kleen41191682013-08-02 17:41:11 -07001326 OPT_UINTEGER('D', "delay", &initial_delay,
1327 "ms to wait before starting measurement after program start"),
Arnaldo Carvalho de Melob070a5472012-10-01 15:20:58 -03001328 OPT_END()
1329 };
1330 const char * const stat_usage[] = {
1331 "perf stat [<options>] [<command>]",
1332 NULL
1333 };
Namhyung Kimcc03c542013-11-01 16:33:15 +09001334 int status = -EINVAL, run_idx;
Stephane Eranian4aa90152011-08-15 22:22:33 +02001335 const char *mode;
Ingo Molnar42202dd2009-06-13 14:57:28 +02001336
Stephane Eranian5af52b52010-05-18 15:00:01 +02001337 setlocale(LC_ALL, "");
1338
Namhyung Kim334fe7a2013-03-11 16:43:12 +09001339 evsel_list = perf_evlist__new();
Arnaldo Carvalho de Melo361c99a2011-01-11 20:56:53 -02001340 if (evsel_list == NULL)
1341 return -ENOMEM;
1342
Anton Blancharda0541232009-07-22 23:04:12 +10001343 argc = parse_options(argc, argv, options, stat_usage,
1344 PARSE_OPT_STOP_AT_NON_OPTION);
Stephane Eraniand7470b62010-12-01 18:49:05 +02001345
Stephane Eranian4aa90152011-08-15 22:22:33 +02001346 output = stderr;
1347 if (output_name && strcmp(output_name, "-"))
1348 output = NULL;
1349
Jim Cromie56f3bae2011-09-07 17:14:00 -06001350 if (output_name && output_fd) {
1351 fprintf(stderr, "cannot use both --output and --log-fd\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001352 parse_options_usage(stat_usage, options, "o", 1);
1353 parse_options_usage(NULL, options, "log-fd", 0);
1354 goto out;
Jim Cromie56f3bae2011-09-07 17:14:00 -06001355 }
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001356
1357 if (output_fd < 0) {
1358 fprintf(stderr, "argument to --log-fd must be a > 0\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001359 parse_options_usage(stat_usage, options, "log-fd", 0);
1360 goto out;
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001361 }
1362
Stephane Eranian4aa90152011-08-15 22:22:33 +02001363 if (!output) {
1364 struct timespec tm;
1365 mode = append_file ? "a" : "w";
1366
1367 output = fopen(output_name, mode);
1368 if (!output) {
1369 perror("failed to create output file");
David Ahernfceda7f2012-08-26 12:24:44 -06001370 return -1;
Stephane Eranian4aa90152011-08-15 22:22:33 +02001371 }
1372 clock_gettime(CLOCK_REALTIME, &tm);
1373 fprintf(output, "# started on %s\n", ctime(&tm.tv_sec));
Stephane Eranianfc3e4d02012-05-15 13:11:11 +02001374 } else if (output_fd > 0) {
Jim Cromie56f3bae2011-09-07 17:14:00 -06001375 mode = append_file ? "a" : "w";
1376 output = fdopen(output_fd, mode);
1377 if (!output) {
1378 perror("Failed opening logfd");
1379 return -errno;
1380 }
Stephane Eranian4aa90152011-08-15 22:22:33 +02001381 }
1382
Jim Cromied4ffd042011-09-07 17:14:03 -06001383 if (csv_sep) {
Stephane Eraniand7470b62010-12-01 18:49:05 +02001384 csv_output = true;
Jim Cromied4ffd042011-09-07 17:14:03 -06001385 if (!strcmp(csv_sep, "\\t"))
1386 csv_sep = "\t";
1387 } else
Stephane Eraniand7470b62010-12-01 18:49:05 +02001388 csv_sep = DEFAULT_SEPARATOR;
1389
1390 /*
1391 * let the spreadsheet do the pretty-printing
1392 */
1393 if (csv_output) {
Jim Cromie61a9f322011-09-07 17:14:04 -06001394 /* User explicitly passed -B? */
Stephane Eraniand7470b62010-12-01 18:49:05 +02001395 if (big_num_opt == 1) {
1396 fprintf(stderr, "-B option not supported with -x\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001397 parse_options_usage(stat_usage, options, "B", 1);
1398 parse_options_usage(NULL, options, "x", 1);
1399 goto out;
Stephane Eraniand7470b62010-12-01 18:49:05 +02001400 } else /* Nope, so disable big number formatting */
1401 big_num = false;
1402 } else if (big_num_opt == 0) /* User passed --no-big-num */
1403 big_num = false;
1404
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001405 if (!argc && target__none(&target))
Ingo Molnar52425192009-05-26 09:17:18 +02001406 usage_with_options(stat_usage, options);
David Ahernac3063b2013-09-30 07:37:37 -06001407
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001408 if (run_count < 0) {
Namhyung Kimcc03c542013-11-01 16:33:15 +09001409 pr_err("Run count must be a positive number\n");
1410 parse_options_usage(stat_usage, options, "r", 1);
1411 goto out;
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001412 } else if (run_count == 0) {
1413 forever = true;
1414 run_count = 1;
1415 }
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001416
Stephane Eranian023695d2011-02-14 11:20:01 +02001417 /* no_aggr, cgroup are for system-wide only */
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001418 if ((aggr_mode != AGGR_GLOBAL || nr_cgroups) &&
1419 !target__has_cpu(&target)) {
Stephane Eranian023695d2011-02-14 11:20:01 +02001420 fprintf(stderr, "both cgroup and no-aggregation "
1421 "modes only available in system-wide mode\n");
1422
Namhyung Kimcc03c542013-11-01 16:33:15 +09001423 parse_options_usage(stat_usage, options, "G", 1);
1424 parse_options_usage(NULL, options, "A", 1);
1425 parse_options_usage(NULL, options, "a", 1);
1426 goto out;
Stephane Eraniand7e7a452013-02-06 15:46:02 +01001427 }
1428
Ingo Molnar2cba3ff2011-05-19 13:30:56 +02001429 if (add_default_attributes())
1430 goto out;
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001431
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001432 target__validate(&target);
Arnaldo Carvalho de Melo5c98d4662011-01-03 17:53:33 -02001433
Namhyung Kim77a6f012012-05-07 14:09:04 +09001434 if (perf_evlist__create_maps(evsel_list, &target) < 0) {
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001435 if (target__has_task(&target)) {
Namhyung Kim77a6f012012-05-07 14:09:04 +09001436 pr_err("Problems finding threads of monitor\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001437 parse_options_usage(stat_usage, options, "p", 1);
1438 parse_options_usage(NULL, options, "t", 1);
Arnaldo Carvalho de Melo602ad872013-11-12 16:46:16 -03001439 } else if (target__has_cpu(&target)) {
Namhyung Kim77a6f012012-05-07 14:09:04 +09001440 perror("failed to parse CPUs map");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001441 parse_options_usage(stat_usage, options, "C", 1);
1442 parse_options_usage(NULL, options, "a", 1);
1443 }
1444 goto out;
Arnaldo Carvalho de Melo60d567e2011-01-03 17:49:48 -02001445 }
Stephane Eranian13370a92013-01-29 12:47:44 +01001446 if (interval && interval < 100) {
1447 pr_err("print interval must be >= 100ms\n");
Namhyung Kimcc03c542013-11-01 16:33:15 +09001448 parse_options_usage(stat_usage, options, "I", 1);
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001449 goto out;
Stephane Eranian13370a92013-01-29 12:47:44 +01001450 }
Stephane Eranianc45c6ea2010-05-28 12:00:01 +02001451
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -03001452 if (perf_evlist__alloc_stats(evsel_list, interval))
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001453 goto out;
Zhang, Yanmind6d901c2010-03-18 11:36:05 -03001454
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001455 if (perf_stat_init_aggr_mode())
Arnaldo Carvalho de Melo03ad9742014-01-03 15:56:06 -03001456 goto out;
Stephane Eranian86ee6e12013-02-14 13:57:27 +01001457
Ingo Molnar58d7e992009-05-15 11:03:23 +02001458 /*
1459 * We dont want to block the signals - that would cause
1460 * child tasks to inherit that and Ctrl-C would not work.
1461 * What we want is for Ctrl-C to work in the exec()-ed
1462 * task, but being ignored by perf stat itself:
1463 */
Peter Zijlstraf7b7c262009-06-10 15:55:59 +02001464 atexit(sig_atexit);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001465 if (!forever)
1466 signal(SIGINT, skip_signal);
Stephane Eranian13370a92013-01-29 12:47:44 +01001467 signal(SIGCHLD, skip_signal);
Ingo Molnar58d7e992009-05-15 11:03:23 +02001468 signal(SIGALRM, skip_signal);
1469 signal(SIGABRT, skip_signal);
1470
Ingo Molnar42202dd2009-06-13 14:57:28 +02001471 status = 0;
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001472 for (run_idx = 0; forever || run_idx < run_count; run_idx++) {
Ingo Molnar42202dd2009-06-13 14:57:28 +02001473 if (run_count != 1 && verbose)
Stephane Eranian4aa90152011-08-15 22:22:33 +02001474 fprintf(output, "[ perf stat: executing run #%d ... ]\n",
1475 run_idx + 1);
Ingo Molnarf9cef0a2011-04-28 18:17:11 +02001476
Ingo Molnar42202dd2009-06-13 14:57:28 +02001477 status = run_perf_stat(argc, argv);
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001478 if (forever && status != -1) {
1479 print_stat(argc, argv);
Jiri Olsa254ecbc72015-06-26 11:29:13 +02001480 perf_stat__reset_stats();
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001481 }
Ingo Molnar42202dd2009-06-13 14:57:28 +02001482 }
1483
Frederik Deweerdta7e191c2013-03-01 13:02:27 -05001484 if (!forever && status != -1 && !interval)
Arnaldo Carvalho de Melo084ab9f2010-03-22 13:10:28 -03001485 print_stat(argc, argv);
Arnaldo Carvalho de Melod134ffb2013-03-18 11:24:21 -03001486
1487 perf_evlist__free_stats(evsel_list);
Arnaldo Carvalho de Melo0015e2e2011-02-01 16:18:10 -02001488out:
1489 perf_evlist__delete(evsel_list);
Ingo Molnar42202dd2009-06-13 14:57:28 +02001490 return status;
Ingo Molnarddcacfa2009-04-20 15:37:32 +02001491}