aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/Build2
-rw-r--r--tools/perf/util/unwind-libunwind-local.c (renamed from tools/perf/util/unwind-libunwind.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/Build b/tools/perf/util/Build
index 8c6c8a0ca642..5e23d85d2d69 100644
--- a/tools/perf/util/Build
+++ b/tools/perf/util/Build
@@ -99,7 +99,7 @@ libperf-$(CONFIG_DWARF) += probe-finder.o
99libperf-$(CONFIG_DWARF) += dwarf-aux.o 99libperf-$(CONFIG_DWARF) += dwarf-aux.o
100 100
101libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 101libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
102libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 102libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind-local.o
103 103
104libperf-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o 104libperf-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o
105 105
diff --git a/tools/perf/util/unwind-libunwind.c b/tools/perf/util/unwind-libunwind-local.c
index b0c5db1333f9..b0c5db1333f9 100644
--- a/tools/perf/util/unwind-libunwind.c
+++ b/tools/perf/util/unwind-libunwind-local.c