[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250111202851.1075338-1-irogers@google.com>
Date: Sat, 11 Jan 2025 12:28:48 -0800
From: Ian Rogers <irogers@...gle.com>
To: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung Kim <namhyung@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>,
Ian Rogers <irogers@...gle.com>, Adrian Hunter <adrian.hunter@...el.com>,
Kan Liang <kan.liang@...ux.intel.com>, Aditya Gupta <adityag@...ux.ibm.com>,
Athira Rajeev <atrajeev@...ux.vnet.ibm.com>, Charlie Jenkins <charlie@...osinc.com>,
James Clark <james.clark@...aro.org>, "Steinar H. Gunderson" <sesse@...gle.com>,
Changbin Du <changbin.du@...wei.com>, Ravi Bangoria <ravi.bangoria@....com>,
Howard Chu <howardchu95@...il.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org
Subject: [PATCH v1 0/3] Remove BUILD_NONDISTRO
BUILD_NONDISTRO is used to build perf against the license incompatible
libbfd and libiberty libraries. As this has been opt-in for nearly 2
years, commit dd317df07207 ("perf build: Make binutil libraries opt
in"), remove the code to simplify the code base.
Ian Rogers (3):
perf build: Remove libbfd support
perf build: Remove libiberty support
perf build: Remove unused defines
tools/perf/Documentation/perf-check.txt | 1 -
tools/perf/Makefile.config | 63 +-----
tools/perf/Makefile.perf | 11 +-
tools/perf/builtin-check.c | 1 -
tools/perf/tests/Build | 1 -
tools/perf/tests/builtin-test.c | 1 -
tools/perf/tests/make | 2 -
tools/perf/tests/pe-file-parsing.c | 101 ----------
tools/perf/tests/tests.h | 1 -
tools/perf/util/demangle-cxx.cpp | 22 +--
tools/perf/util/disasm_bpf.c | 166 ----------------
tools/perf/util/srcline.c | 244 +-----------------------
tools/perf/util/symbol-elf.c | 95 ---------
tools/perf/util/symbol.c | 135 -------------
tools/perf/util/symbol.h | 4 -
15 files changed, 9 insertions(+), 839 deletions(-)
delete mode 100644 tools/perf/tests/pe-file-parsing.c
--
2.47.1.613.gc27f4b7a9f-goog
Powered by blists - more mailing lists