]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Move event synthesizing routines to separate .c file
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Sep 2019 19:08:52 +0000 (16:08 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 13:28:21 +0000 (10:28 -0300)
commitc313455fb18da42b12f1f1c8f25d10c7cedad15d
tree35105bd4733cc9fcf489de6c0d230fb0cda90748
parentf108cd9dfef6202d1dd6da6a72237396d7c27c2a
perf tools: Move event synthesizing routines to separate .c file

For better grouping, in time we may end up making most of these static,
i.e. generalizing the 'perf record' synthesizing code so that based on
the target it can do the right thing and call the needed synthesizers.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-s9zxxhk40s95pjng9panet16@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
13 files changed:
tools/perf/builtin-record.c
tools/perf/util/Build
tools/perf/util/cs-etm.c
tools/perf/util/event.c
tools/perf/util/evsel.c
tools/perf/util/header.c
tools/perf/util/header.h
tools/perf/util/machine.c
tools/perf/util/namespaces.c
tools/perf/util/namespaces.h
tools/perf/util/session.c
tools/perf/util/stat.c
tools/perf/util/synthetic-events.c [new file with mode: 0644]