diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-11-26 02:33:02 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-11-26 15:07:46 +0100 |
commit | a5732681e0e6ea0c3024f9d23bcf99b9237189ee (patch) | |
tree | 991f6b63332e2193c28aa24a9b6837511ae3e990 /tools/perf/tests/Build | |
parent | perf tests: Rename thread-mg-share to thread-maps-share (diff) | |
download | linux-a5732681e0e6ea0c3024f9d23bcf99b9237189ee.tar.xz linux-a5732681e0e6ea0c3024f9d23bcf99b9237189ee.zip |
perf tests: Rename tests/map_groups.c to tests/maps.c
One more step in mergint the maps and map_groups structs.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-bw6aagubqxc47m54k2maezfu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/Build')
-rw-r--r-- | tools/perf/tests/Build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/Build b/tools/perf/tests/Build index 5b9b0a813916..a3c595fba943 100644 --- a/tools/perf/tests/Build +++ b/tools/perf/tests/Build @@ -52,7 +52,7 @@ perf-y += perf-hooks.o perf-y += clang.o perf-y += unit_number__scnprintf.o perf-y += mem2node.o -perf-y += map_groups.o +perf-y += maps.o perf-y += time-utils-test.o $(OUTPUT)tests/llvm-src-base.c: tests/bpf-script-example.c tests/Build |