From nobody Mon Jul 11 22:08:34 2022 X-Original-To: soc-status@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 99A2A1D07A6B for ; Mon, 11 Jul 2022 22:08:49 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from christos (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LhdM51R9Mz469l; Mon, 11 Jul 2022 22:08:49 +0000 (UTC) (envelope-from christos@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=SZ0SC6jJ+ZNU Ma5jhWyaJmAwY+hW7lQW5DH6WmP8cqY=; h=in-reply-to:references:subject:cc: to:from:date; d=margiolis.net; b=BmefRejyBqROQzlkussBkjPGL8nrK68IRRePf tmZRPrVHSs2ou0BplAi6OQDgnQKlqz+jI7XgvAsdw79HlQUtw53GjBvt+99bgI2HYt3cH2 X1syjQwpHdSrAYcPZOSNc6xkStPNy/4OiCoCHxON7h9WYGMASdUxcyoeIUfkWNvU= Received: from pleb (ppp-94-66-59-23.home.otenet.gr [94.66.59.23]) by christos (OpenSMTPD) with ESMTPSA id 64e66898 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 11 Jul 2022 22:08:47 +0000 (UTC) Date: Tue, 12 Jul 2022 01:08:34 +0300 From: Christos Margiolis To: Mateusz Piotrowski <0mp@FreeBSD.org>, soc-status@freebsd.org Cc: markj@freebsd.org Subject: Re: [GSOC22 Weekly Update #4] Instruction-level dynamic tracing Message-ID: <20220711220834.unlfwxs2oqiziza3@pleb> References: <20220711101250.plivgd3yjpdquhqx@pleb> <565c1c3a-41b9-4aef-2e35-d544faf41ae8@FreeBSD.org> List-Id: Summer of Code Status Reports and Discussion List-Archive: https://lists.freebsd.org/archives/soc-status List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-soc-status@freebsd.org X-BeenThere: soc-status@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <565c1c3a-41b9-4aef-2e35-d544faf41ae8@FreeBSD.org> X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4LhdM51R9Mz469l X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello Mateusz, Mateusz Piotrowski wrote: > I just wanted to let you know that I'm super excited about your project. I > would happily use some instruction-level tracing at the very moment to solve > a problem I'm working on. Glad to hear that! The project seems to be coming together nicely so far. :-) Christos