perf threads: Move threads to its own files
authorIan Rogers <irogers@google.com>
Fri, 1 Mar 2024 05:36:43 +0000 (21:36 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 4 Mar 2024 06:51:55 +0000 (22:51 -0800)
commit93bb5b0d9394cbf49b76823c48ed8b815a5d899c
treece9c6dbf87ee883bb3ba931a4483950ed0d44a4e
parentd436f90a64f3e6b47464acc7821ce2b8a515a2ae
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
tools/perf/util/Build
tools/perf/util/machine.c
tools/perf/util/machine.h
tools/perf/util/threads.c [new file with mode: 0644]
tools/perf/util/threads.h [new file with mode: 0644]