]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
authorJiri Olsa <jolsa@kernel.org>
Thu, 30 Aug 2018 06:32:25 +0000 (08:32 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 30 Aug 2018 18:52:22 +0000 (15:52 -0300)
commit0174820a8ba108f2e72dac5caaea3500c8ca6323
tree69dca3607d50870b8966a17210b283242ff37b78
parenta5a9eac1a018ad3bfcf9a3ec11eae99fd35f466b
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()

It's stat related and should stay in the 'perf stat' command.  The
perf_evlist__print_counters function will be moved out in the following
patches.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180830063252.23729-17-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c