]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commit055c67ed39887c5563e9540470a4617c1b772aec
tree35105bd4733cc9fcf489de6c0d230fb0cda90748
parent5cac8ea3e6e736664ee272f94d9099891e25f782
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]