]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Move perf_counts struct and functions into separate object
authorJiri Olsa <jolsa@redhat.com>
Fri, 7 Aug 2015 10:51:03 +0000 (12:51 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 8 Aug 2015 17:16:49 +0000 (14:16 -0300)
commitf4105078bc6e046c0a8c191f15698639758acd18
treec9ec855af138848caccbe3a0a8c43c54e26a9999
parenta79218573b4bfe0e9139e3e61633ed0091124bb9
perf stat: Move perf_counts struct and functions into separate object

Moving 'struct perf_counts' and associated functions into separate
object, so we could remove stat.c object dependency from python build.

It makes the python code to build properly, because it fails to load due
to missing stat-shadow.c object dependency if some patches from Kan
Liang are applied.

So apply this one, then Kan's.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/20150807105103.GB8624@krava.brq.redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c
tools/perf/util/Build
tools/perf/util/counts.c [new file with mode: 0644]
tools/perf/util/counts.h [new file with mode: 0644]
tools/perf/util/evsel.h
tools/perf/util/python-ext-sources
tools/perf/util/stat.c
tools/perf/util/stat.h