Message ID | 20240319055115.4063940-1-namhyung@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4B773BBE6; Tue, 19 Mar 2024 05:51:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710827477; cv=none; b=IsmfvSwTOHaEInEQBmK+WGUuTRcvA0kIfxHMP/f70q0H+HKA0ZW9gayW3e7T+QcabBYl8/uUCcxmmp4Hr3gj9Y9lgg+tx5kgtOeHQyu8c+zsEyuTzX0HJtRkcKdBLPbdb+JWGtViQ2XsK5A3jmpFAffpghgMQxQwDevAAigCwp4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710827477; c=relaxed/simple; bh=Bwl3wVxI2jAUzS6Vvv2sxEob6eMMWXHwYnXX5VZoPI0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=B5Bubagoc1C0NBVsokDa/YG5rVvuTvGg4ltwvsvEV+TzuQ8aSw3PsGAoNEChX63F6aTabjbJy27pTK2uoX6c38CBv3yWwMYZz4Z/fxcPb0LfUa+FM/zXj8f0I+8FUs3HIpRgYV3xRAbPjau0y5zEbHyEcSNrfthEydkzaMNP9T8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XciRp+eJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XciRp+eJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70166C433C7; Tue, 19 Mar 2024 05:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710827477; bh=Bwl3wVxI2jAUzS6Vvv2sxEob6eMMWXHwYnXX5VZoPI0=; h=From:To:Cc:Subject:Date:From; b=XciRp+eJ8D1bYPVelwmFVzS8GxJHG0VaUFmCTc/uegbNKrHV3NbNLzAyuxcou9iPd VDjjf9gBAMMualFdWhQ1W9A7ruY8xsO1jhDilKwQStTsHxMkd8tgDPJcBChcotICMj gwSJ2IqA1WSV4iOQ2QVOxvQm/dKjl80Aw21KV2UY528n+4eIf9Dscusu9NNb97Rac7 uVxJrko6WSBgS273xzl+XU7qoAaIPQUOBkNAOmJnf/yN4oq85eqre9hJftrWFE8erq enykkmLokLufo4wwev9yDODieaJ9fTorgDTWdzVGlS5JW0lN8xpo5QjvAsEe+DLuv4 gBB+5+eu/WvIg== From: Namhyung Kim <namhyung@kernel.org> To: Arnaldo Carvalho de Melo <acme@kernel.org>, Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org>, Adrian Hunter <adrian.hunter@intel.com>, Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@kernel.org>, LKML <linux-kernel@vger.kernel.org>, linux-perf-users@vger.kernel.org, Linus Torvalds <torvalds@linux-foundation.org>, Stephane Eranian <eranian@google.com>, Masami Hiramatsu <mhiramat@kernel.org>, linux-toolchains@vger.kernel.org, linux-trace-devel@vger.kernel.org, Ben Woodard <woodard@redhat.com>, Joe Mario <jmario@redhat.com>, Kees Cook <keescook@chromium.org>, David Blaikie <blaikie@google.com>, Xu Liu <xliuprof@google.com>, Kan Liang <kan.liang@linux.intel.com>, Ravi Bangoria <ravi.bangoria@amd.com>, Mark Wielaard <mark@klomp.org>, Jason Merrill <jason@redhat.com>, "Jose E . Marchesi" <jose.marchesi@oracle.com>, William Huang <williamjhuang@google.com> Subject: [PATCHSET 00/23] Remaining bits of data type profiling (v7) Date: Mon, 18 Mar 2024 22:50:52 -0700 Message-ID: <20240319055115.4063940-1-namhyung@kernel.org> X-Mailer: git-send-email 2.44.0.291.gc1ea87d7ee-goog Precedence: bulk X-Mailing-List: linux-trace-devel@vger.kernel.org List-Id: <linux-trace-devel.vger.kernel.org> List-Subscribe: <mailto:linux-trace-devel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-trace-devel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
Remaining bits of data type profiling (v7)
|
expand
|
On Mon, Mar 18, 2024 at 10:50:52PM -0700, Namhyung Kim wrote: > > Hello, > > This is the last part of the data type profiling series. > So far we added the basic pointer variable support, and direct access to > global/local variables. Now it's time to add instruction tracking. :) > > For the history and background, you can refer to the previous version > [1] and the LWN article [2]. Most of my comments are minor and can be addressed later, I've applied in my local repo, will go thru the usual build tests and then I'll do further usage tests. Thanks, - Arnaldo