diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/util/Build | 2 | ||||
| -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 | |||
| 99 | libperf-$(CONFIG_DWARF) += dwarf-aux.o | 99 | libperf-$(CONFIG_DWARF) += dwarf-aux.o |
| 100 | 100 | ||
| 101 | libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o | 101 | libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o |
| 102 | libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o | 102 | libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind-local.o |
| 103 | 103 | ||
| 104 | libperf-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o | 104 | libperf-$(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 | |||
