From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 May 2024 09:23:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s78yk-00FUB9-1R for lore@lore.pengutronix.de; Wed, 15 May 2024 09:23:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s78yk-00013v-3Y; Wed, 15 May 2024 09:23:10 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s78ya-00012i-1Y; Wed, 15 May 2024 09:23:00 +0200 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s78yZ-001UkB-L8; Wed, 15 May 2024 09:22:59 +0200 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s78yZ-0058nc-1r; Wed, 15 May 2024 09:22:59 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: ptxdist@pengutronix.de Date: Wed, 15 May 2024 09:22:55 +0200 Message-ID: <20240515072254.12082-4-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Developer-Signature: v=1; a=openpgp-sha256; l=1265; i=u.kleine-koenig@pengutronix.de; h=from:subject; bh=gXfFRCfA2Byvt8MUG0MdFfBXCd25TOr++d8e+8q/je4=; b=owEBbQGS/pANAwAKAY+A+1h9Ev5OAcsmYgBmRGLOt51NVdH+DLxL1g7IQcQmmaHgHbE8Xb2GL MXz4bbD66CJATMEAAEKAB0WIQQ/gaxpOnoeWYmt/tOPgPtYfRL+TgUCZkRizgAKCRCPgPtYfRL+ TrIVB/wNj8s2MrPuawDYkRKCZ+liuyA680TU6c+ytqm60mdD5Q3kfGZX/QVm76yCUAR57nPTi4j 4sgQqvYlS8Ns7oidstoNQSHLNWgZZO+GwKpAvk9R11f8U+p4O9UFGhr9SB6qSGy+LwZ8Twp8PGR rYJxSVl8ZvQv0SrW2aHJ/yqT9fURcF+jsArkT1xHy4rQK5g227WB1plWfdrVqzxnW97Mb9a2IFI bO/PXYVYFjLqLub3sl5gUbJZP/fxH29yusoVNBlXw3XtlUONe4b1DLIJVI+0nN8wIOcJyp1IUup MW4jGiOWzdhhgDTirxlxG8zwZA4I9edRRo763VSzcykELSob X-Developer-Key: i=u.kleine-koenig@pengutronix.de; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v3 0/2] add libtraceevent for perf X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Michael Tretter Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hello, changes since (implicit) v1 available at https://lore.ptxdist.org/ptxdist/ZjtM5u8mjdcZjx-B@pengutronix.de/: - split in two patches (suggested by Michael Tretter) - drop commented out targets (suggested by Michael Tretter) - install plugin libraries - comment about unset meson config options changes since v2 available at https://lore.ptxdist.org/ptxdist/ZjtM5u8mjdcZjx-B@pengutronix.de/: - use SECTION=system_libraries, sorry missed that when sending v2 :-\ Michael requested that I explicitly set all configuration options to their default value. This felt wrong as most of them don't matter when documentation is disabled (which is the case here). So as a suggested compromise I explicitly listed the unset options. Best regards Uwe Uwe Kleine-König (2): libtraceevent: new package kernel/perf: Make use of libtraceevent rules/kernel.in | 1 + rules/kernel.make | 1 - rules/libtraceevent.in | 8 +++++ rules/libtraceevent.make | 70 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 rules/libtraceevent.in create mode 100644 rules/libtraceevent.make base-commit: 9de477ba07b1778daa58537121091d9f3b8ea670 -- 2.39.2