[RFC PATCH v1 09/37] perf python: add workqueue dependency

From: Riccardo Mancini
Date: Sat Aug 21 2021 - 05:20:33 EST


This patch adds util/workqueue/*.c to python-ext-sources, which is
needed for the following patch, where workqueue will be used in
util/evlist.c.

Signed-off-by: Riccardo Mancini <rickyman7@xxxxxxxxx>
---
tools/perf/util/python-ext-sources | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources
index d7c976671e3a131a..7453f65c6f7a4396 100644
--- a/tools/perf/util/python-ext-sources
+++ b/tools/perf/util/python-ext-sources
@@ -39,3 +39,5 @@ util/rwsem.c
util/hashmap.c
util/pmu-hybrid.c
util/fncache.c
+util/workqueue/threadpool.c
+util/workqueue/workqueue.c
--
2.31.1