From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id cp9+MZAsvGM9CxMAWB0awg (envelope-from ) for ; Mon, 09 Jan 2023 10:02:40 -0500 Received: by simark.ca (Postfix, from userid 112) id BE1441E222; Mon, 9 Jan 2023 10:02:40 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=lists.lttng.org header.i=@lists.lttng.org header.a=rsa-sha256 header.s=default header.b=UqPQF0Q/; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id B6D081E112 for ; Mon, 9 Jan 2023 10:02:39 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1673276559; bh=zkWirOYtcDaYftmsKEEEuscrgNd3Dt7q/p1lNCv83FI=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=UqPQF0Q/WnYAJdHS55vUAZ+od6mTD+pT3LhxQYbonI9GEp6mkjpfEmFjk4B9afD5R Caz4Id3QcTlxVnmF25JCvHf1auNjTEroyjwcCZI/sKeawrYfoXhIqDsp2zXJG8Ps3k R7OQh+JUHIaenuk7cTZfevMxJco/zMcelDK9FnYFuLdkUIKAkw7wnEqc4ogP3DEIpG WmztiYiclKTM8gsaMSSOjX6hdvj1Qixd3u+kiPOUDmdzBfqKNsEmdSRif95FHXvBFS LyyaRCE0rRfOE8NwrynQD1SUt6uU+1cLLWJuq4gxHG1AVfOzJEfBznF5bVoUpAZT/k 3pDtjYL+nwQEw== Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4NrHHM0mRRz1Nw7; Mon, 9 Jan 2023 10:02:39 -0500 (EST) Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by lists.lttng.org (Postfix) with ESMTP id 4NrFyS3D4Tz1Np7 for ; Mon, 9 Jan 2023 09:02:55 -0500 (EST) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id BCC8B4D98F for ; Mon, 9 Jan 2023 15:02:53 +0100 (CET) Received: from webmail.free.fr (unknown [172.20.243.59]) by smtp5-g21.free.fr (Postfix) with ESMTP id 683A65FF93 for ; Mon, 9 Jan 2023 15:02:16 +0100 (CET) Received: from [185.105.31.250] by webmail.free.fr MIME-Version: 1.0 Date: Mon, 09 Jan 2023 15:02:16 +0100 To: lttng-dev@lists.lttng.org Message-ID: X-Sender: chafraysse@free.fr User-Agent: Webmail Free/1.3.3 X-Mailman-Approved-At: Mon, 09 Jan 2023 10:02:37 -0500 Subject: [lttng-dev] LTTng UST structure support X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: chafraysse--- via lttng-dev Reply-To: chafraysse@free.fr Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi, I'm looking for a CTF writer to serialize instrumentations in an embedded Linux/Rust framework LTTng UST looked like a very strong option, but I want to serialize structures as CTF compound type structures and I did not see those supported in the doc or api I'd love to have confirmation that I did not just miss something :) If LTTng UST is out for me I will probably try to use the ctf-writer module of babeltrace 2 instead Best regards, Charles _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev