aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/Build
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-11-21 15:57:21 +0100
committerIngo Molnar <mingo@kernel.org>2018-11-21 15:57:21 +0100
commitb1a9d7b0190119dad5b9b7841751b5a7586bbc8b (patch)
tree420b566cd05d201ce4be13084a11d60108ceb573 /tools/perf/util/Build
parentperf/x86/intel: Fix regression by default disabling perfmon v4 interrupt handling (diff)
parentperf tools beauty ioctl: Support new ISO7816 commands (diff)
downloadlinux-dev-b1a9d7b0190119dad5b9b7841751b5a7586bbc8b.tar.xz
linux-dev-b1a9d7b0190119dad5b9b7841751b5a7586bbc8b.zip
Merge tag 'perf-urgent-for-mingo-4.20-20181121' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes: - Update kernel ABI headers, one of them lead to a small change in the ioctl 'cmd' beautifier in 'perf trace' to support the new ISO7816 commands. (Arnaldo Carvalho de Melo) - Restore proper cwd on return from mnt namespace (Jiri Olsa) - Add feature check for the get_current_dir_name() function used in the namespace fix from Jiri, that is not available in systems such as Alpine Linux, which uses the musl libc (Arnaldo Carvalho de Melo) - Fix crash in 'perf record' when synthesizing the unit for events such as 'cpu-clock' (Jiri Olsa) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/Build')
-rw-r--r--tools/perf/util/Build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/Build b/tools/perf/util/Build
index ecd9f9ceda77..b7bf201fe8a8 100644
--- a/tools/perf/util/Build
+++ b/tools/perf/util/Build
@@ -10,6 +10,7 @@ libperf-y += evlist.o
libperf-y += evsel.o
libperf-y += evsel_fprintf.o
libperf-y += find_bit.o
+libperf-y += get_current_dir_name.o
libperf-y += kallsyms.o
libperf-y += levenshtein.o
libperf-y += llvm-utils.o