summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/Build
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2024-03-01 06:36:43 +0100
committerNamhyung Kim <namhyung@kernel.org>2024-03-04 07:51:55 +0100
commit93bb5b0d9394cbf49b76823c48ed8b815a5d899c (patch)
treece9c6dbf87ee883bb3ba931a4483950ed0d44a4e /tools/perf/util/Build
parentperf machine: Move machine's threads into its own abstraction (diff)
downloadlinux-93bb5b0d9394cbf49b76823c48ed8b815a5d899c.tar.xz
linux-93bb5b0d9394cbf49b76823c48ed8b815a5d899c.zip
perf threads: Move threads to its own files
Move threads out of machine and into its own file. Signed-off-by: Ian Rogers <irogers@google.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Yang Jihong <yangjihong1@huawei.com> Cc: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20240301053646.1449657-6-irogers@google.com
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 2cbeeb79b6ef..e0a723e24503 100644
--- a/tools/perf/util/Build
+++ b/tools/perf/util/Build
@@ -72,6 +72,7 @@ perf-y += ordered-events.o
perf-y += namespaces.o
perf-y += comm.o
perf-y += thread.o
+perf-y += threads.o
perf-y += thread_map.o
perf-y += parse-events-flex.o
perf-y += parse-events-bison.o