diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-11-21 17:57:21 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-11-21 17:57:21 +0300 |
commit | b1a9d7b0190119dad5b9b7841751b5a7586bbc8b (patch) | |
tree | 420b566cd05d201ce4be13084a11d60108ceb573 /tools/perf/util/Build | |
parent | 2a5bf23d5b795d5df33dc284e8f5cf8b6a5b4042 (diff) | |
parent | a4243e1494532ab8fa679a4134153149a71fa331 (diff) | |
download | linux-b1a9d7b0190119dad5b9b7841751b5a7586bbc8b.tar.xz |
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/Build | 1 |
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 |