David Carrillo-Cisneros
f9ebdccf2b
perf header: Add event desc to pipe-mode header
Add event descriptor to perf header output in pipe-mode.
After this patch:
$ perf record -e cycles sleep 1 | perf report --header
# ========
# captured on: Mon Jun 5 22:52:13 2017
# ========
#
# hostname : lphh20
# os release : 4.3.5-smp-801.43.0.0
# perf version : 4.12.rc2.g439987
# arch : x86_64
# nrcpus online : 72
# nrcpus avail : 72
# cpudesc : Intel(R) Xeon(R) CPU E5-2696 v3 @ 2.30GHz
# cpuid : GenuineIntel,6,63,2
# total memory : 264134144 kB
# cmdline : /root/perf record -e cycles sleep 1
# event : name = cycles, , size = 112, { sample_period, sample_freq } = 4000, sample_type = IP|TID|TIME|PERIOD, disabled = 1, inherit = 1, mmap = 1, comm = 1, freq = 1, enable_on_exec = 1, task = 1, sample_id_all = 1, exclude_guest = 1, mmap2 = 1, comm_exec = 1
# CPU_TOPOLOGY info available, use -I to display
# NUMA_TOPOLOGY info available, use -I to display
# pmu mappings: intel_bts = 6, cpu = 4, msr = 49, uncore_cbox_10 = 36, uncore_cbox_11 = 37, uncore_cbox_12 = 38, uncore_cbox_13 = 39, uncore_cbox_14 = 40, uncore_cbox_15 = 41, uncore_cbox_16 = 42, uncore_cbox_17 = 43, software = 1, power = 7, uncore_irp = 24, uncore_pcu = 48, tracepoint = 2, uncore_imc_0 = 16, uncore_imc_1 = 17, uncore_imc_2 = 18, uncore_imc_3 = 19, uncore_imc_4 = 20, uncore_imc_5 = 21, uncore_imc_6 = 22, uncore_imc_7 = 23, uncore_qpi_0 = 8, uncore_qpi_1 = 9, uncore_cbox_0 = 26, uncore_cbox_1 = 27, uncore_cbox_2 = 28, uncore_cbox_3 = 29, uncore_cbox_4 = 30, uncore_cbox_5 = 31, uncore_cbox_6 = 32, uncore_cbox_7 = 33, uncore_cbox_8 = 34, uncore_cbox_9 = 35, uncore_r2pcie = 13, uncore_r3qpi_0 = 10, uncore_r3qpi_1 = 11, uncore_r3qpi_2 = 12, uncore_sbox_0 = 44, uncore_sbox_1 = 45, uncore_sbox_2 = 46, uncore_sbox_3 = 47, breakpoint = 5, uncore_ha_0 = 14, uncore_ha_1 = 15, uncore_ubox = 25
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.000 MB (null) ]
Prior to this patch, event was not printed.
Signed-off-by: David Carrillo-Cisneros <davidcc@google.com>
Acked-by: David Ahern <dsahern@gmail.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: He Kuang <hekuang@huawei.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Turner <pjt@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Simon Que <sque@chromium.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/20170718042549.145161-17-davidcc@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-07-18 23:14:37 -03:00
..
2017-04-19 13:01:51 -03:00
2016-09-01 12:41:09 -03:00
2017-06-30 11:50:55 -03:00
2016-06-23 10:30:31 -03:00
2017-06-19 15:14:58 -03:00
2017-07-18 23:14:11 -03:00
2017-07-18 23:13:49 -03:00
2017-06-30 11:50:55 -03:00
2017-06-30 11:50:55 -03:00
2016-09-08 13:44:03 -03:00
2016-09-08 13:44:03 -03:00
2017-04-19 13:01:52 -03:00
2017-04-19 13:01:51 -03:00
2017-04-19 13:01:51 -03:00
2017-04-19 13:01:51 -03:00
2017-07-18 23:14:08 -03:00
2017-07-18 23:14:31 -03:00
2017-07-18 23:14:31 -03:00
2017-06-19 15:25:26 -03:00
2017-05-24 08:41:47 +02:00
2017-03-27 12:13:28 -03:00
2017-04-19 13:01:47 -03:00
2017-03-03 19:07:14 -03:00
2017-04-19 13:01:51 -03:00
2017-03-03 19:07:19 -03:00
2016-07-12 15:20:24 -03:00
2017-04-24 13:43:33 -03:00
2017-04-24 13:43:32 -03:00
2017-04-24 12:33:33 -03:00
2017-06-27 11:44:58 -03:00
2017-06-27 11:44:58 -03:00
2017-04-19 13:01:53 -03:00
2017-04-19 13:01:55 -03:00
2017-03-03 19:07:17 -03:00
2016-09-22 12:19:40 -03:00
2017-04-19 13:01:48 -03:00
2017-06-27 11:44:58 -03:00
2016-06-28 10:54:55 -03:00
2016-06-28 10:54:56 -03:00
2017-04-19 13:01:51 -03:00
2017-04-24 13:43:34 -03:00
2017-06-19 15:25:26 -03:00
2017-04-19 13:01:48 -03:00
2016-07-12 16:12:38 -03:00
2016-07-12 16:12:38 -03:00
2017-04-19 13:01:51 -03:00
2016-09-22 12:19:41 -03:00
2017-07-18 23:14:11 -03:00
2017-07-18 23:14:11 -03:00
2017-03-16 09:24:35 -03:00
2017-03-16 09:24:35 -03:00
2017-04-19 13:01:51 -03:00
2016-09-29 11:17:08 -03:00
2017-04-19 13:01:44 -03:00
2017-04-19 13:01:51 -03:00
2016-07-04 19:39:01 -03:00
2017-07-18 23:14:36 -03:00
2017-07-18 23:14:36 -03:00
2017-07-18 23:14:12 -03:00
2017-07-18 23:14:12 -03:00
2017-05-24 08:41:48 +02:00
2017-07-18 23:14:15 -03:00
2017-07-18 23:14:12 -03:00
2017-03-23 11:39:27 -03:00
2017-03-23 11:39:27 -03:00
2017-06-19 15:27:07 -03:00
2016-10-24 11:07:40 -03:00
2016-10-24 11:07:40 -03:00
2016-06-06 17:04:15 -03:00
2017-07-18 23:14:37 -03:00
2017-07-18 23:14:36 -03:00
2017-06-27 11:44:58 -03:00
2017-04-24 13:43:35 -03:00
2017-03-14 15:17:37 -03:00
2017-06-19 15:27:09 -03:00
2017-06-30 11:48:28 -03:00
2016-09-29 11:17:05 -03:00
2016-06-23 11:39:19 -03:00
2017-04-19 13:01:52 -03:00
2016-10-24 11:07:39 -03:00
2016-07-12 15:19:58 -03:00
2017-04-24 13:43:34 -03:00
2016-12-05 15:51:42 -03:00
2017-04-24 12:33:33 -03:00
2017-07-18 23:14:11 -03:00
2017-03-14 11:38:23 -03:00
2017-07-18 23:14:09 -03:00
2017-07-18 23:14:09 -03:00
2017-04-24 12:33:32 -03:00
2016-11-23 10:44:05 -03:00
2017-04-25 15:45:35 -03:00
2017-04-25 15:45:35 -03:00
2017-07-18 23:14:10 -03:00
2017-07-18 23:14:10 -03:00
2017-04-19 13:01:51 -03:00
2016-10-28 11:29:45 -02:00
2016-10-24 11:07:35 -03:00
2017-07-18 23:14:11 -03:00
2017-03-23 11:42:31 -03:00
2016-10-17 11:24:18 -03:00
2017-03-21 16:10:59 -03:00
2017-04-19 13:01:53 -03:00
2017-04-19 13:01:53 -03:00
2017-03-28 12:25:30 -03:00
2017-03-28 12:25:30 -03:00
2016-11-29 12:13:27 -03:00
2017-04-19 13:01:44 -03:00
2016-12-05 15:51:42 -03:00
2017-04-24 13:43:33 -03:00
2017-06-19 15:27:05 -03:00
2017-04-19 13:01:50 -03:00
2017-04-19 13:01:50 -03:00
2017-07-18 23:14:11 -03:00
2017-07-18 23:14:10 -03:00
2017-07-18 23:14:11 -03:00
2017-07-18 23:14:11 -03:00
2017-04-19 13:01:52 -03:00
2017-04-19 13:01:48 -03:00
2017-07-18 23:14:11 -03:00
2017-04-24 13:43:26 -03:00
2017-04-19 13:01:51 -03:00
2016-07-12 15:19:55 -03:00
2016-06-23 11:35:07 -03:00
2017-04-19 13:01:51 -03:00
2017-04-19 13:01:48 -03:00
2017-07-18 23:14:36 -03:00
2017-04-24 13:43:35 -03:00
2017-07-18 23:14:08 -03:00
2017-02-17 10:31:13 -03:00
2017-06-27 11:22:31 -03:00
2017-04-24 13:43:35 -03:00
2017-05-24 08:41:48 +02:00
2017-04-19 13:01:50 -03:00
2017-06-21 11:35:35 -03:00
2017-06-21 11:35:35 -03:00
2017-06-21 11:35:35 -03:00
2017-04-26 15:49:21 -03:00
2017-06-19 15:25:26 -03:00
2017-04-19 13:01:51 -03:00
2017-04-19 13:01:51 -03:00
2017-04-19 13:01:51 -03:00
2017-04-24 13:43:33 -03:00
2016-06-23 11:35:01 -03:00
2016-08-23 15:37:33 -03:00
2017-02-13 17:22:34 -03:00
2017-06-08 15:39:26 -03:00
2017-04-19 13:01:51 -03:00
2017-07-18 23:14:11 -03:00
2017-05-02 18:23:11 -03:00
2016-07-29 11:54:35 -03:00
2017-04-19 13:01:53 -03:00
2017-04-19 13:01:51 -03:00
2017-03-03 19:07:16 -03:00
2017-04-19 13:01:51 -03:00
2016-06-23 17:04:26 -03:00
2017-07-18 23:14:09 -03:00
2017-07-18 23:14:09 -03:00
2017-04-20 13:22:44 -03:00
2017-04-20 13:22:44 -03:00
2017-07-18 23:14:36 -03:00
2017-04-24 13:43:32 -03:00
2017-01-31 16:20:08 -03:00
2017-06-27 11:08:14 -03:00
2017-03-27 15:37:35 -03:00
2016-10-28 11:29:44 -02:00
2016-07-12 16:14:52 -03:00
2017-01-26 11:42:59 -03:00
2017-04-26 15:40:31 -03:00
2017-04-26 15:40:31 -03:00
2017-06-16 14:37:30 -03:00
2017-04-24 13:43:35 -03:00
2017-05-24 08:41:48 +02:00
2017-07-04 11:43:58 -03:00
2017-04-20 13:22:43 -03:00
2017-06-27 11:49:13 -03:00
2016-12-05 15:51:44 -03:00
2017-07-18 23:14:29 -03:00
2017-07-18 23:14:29 -03:00
2017-04-04 12:11:07 -03:00
2016-10-24 11:07:44 -03:00
2017-04-19 13:01:51 -03:00
2017-04-24 13:43:32 -03:00
2017-04-24 12:33:33 -03:00