Message ID | 20240828144153.829582-1-mathieu.desnoyers@efficios.com (mailing list archive) |
---|---|
Headers | show
Received: from smtpout.efficios.com (smtpout.efficios.com [167.114.26.122]) (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 9896618786F; Wed, 28 Aug 2024 14:42:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=167.114.26.122 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724856150; cv=none; b=XXcH0aoTwXclaOyEAAzDrORcy9mwfx6WdNTSk67fIih20cJ3iKIGphp7FRaoOACIrZ4jqmFR2ucnuhozm+6Fl+4olhmCw0Jhruke5yZlBTZlI2CiTKJoFgcFV2KNQQIj3H1S8DjOwo5KeUmPR3X85Y+/HK+SmH93dT6/dUzwU7M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724856150; c=relaxed/simple; bh=+3+DWaEDqmmaEh+Zny+00XB30SJi68htny0cIv7HGC0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=iDbNSVAGU3IJbcT/pmt/5K5zHIKw3gWkLmTvgxKa1frWySAZIBN8EAY66BcJf+tU0BohhHznCtTwp4EL7woQNZUBu1y0o6SVtIVeQmKWUA44kaDsT3SUYhR4Vi3N02HVzV26sg7zR03fBt6jEPIsYbzCZkwTqX9QAOSFhnCL46E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=efficios.com; spf=pass smtp.mailfrom=efficios.com; dkim=pass (2048-bit key) header.d=efficios.com header.i=@efficios.com header.b=ouVGMtD7; arc=none smtp.client-ip=167.114.26.122 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=efficios.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=efficios.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=efficios.com header.i=@efficios.com header.b="ouVGMtD7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1724856147; bh=+3+DWaEDqmmaEh+Zny+00XB30SJi68htny0cIv7HGC0=; h=From:To:Cc:Subject:Date:From; b=ouVGMtD7X5z9b/B8LyI4Bud+iG/OmV+UL0lWV4euzbIr40oBeEwjQyIuAwxTX9DTL Ve3smH1dBwewfS48SQfeesmj2KgyEaB6TDnNxxP25HHPuMPUgJxidfh2Pv0KSP0wNM 2DgCCkogj9cx/jlSPYCsJ/mTWG9T1huS2AS4GBFZp6Ka3CZYYI9H32mFgJeTIOJdkJ oWC3NbliPLFXw13rlYrPBFpTGg2sspPq889tqm1Thyp1nxewMkaqj1XtLXNqIq8DsR 2U8xS0LjaPisfLSKB1tkYZfNqSEpvguVBxOSjWn1QjtLjlD9RbHHzwISuPZP+fBNKB DaKZd+B3H58wg== Received: from thinkos.internal.efficios.com (96-127-217-162.qc.cable.ebox.net [96.127.217.162]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4Wv6ZW2svfz1JFQ; Wed, 28 Aug 2024 10:42:27 -0400 (EDT) From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> To: Steven Rostedt <rostedt@goodmis.org>, Masami Hiramatsu <mhiramat@kernel.org> Cc: linux-kernel@vger.kernel.org, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Peter Zijlstra <peterz@infradead.org>, Alexei Starovoitov <ast@kernel.org>, Yonghong Song <yhs@fb.com>, "Paul E . McKenney" <paulmck@kernel.org>, Ingo Molnar <mingo@redhat.com>, Arnaldo Carvalho de Melo <acme@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Alexander Shishkin <alexander.shishkin@linux.intel.com>, Namhyung Kim <namhyung@kernel.org>, bpf@vger.kernel.org, Joel Fernandes <joel@joelfernandes.org>, linux-trace-kernel@vger.kernel.org Subject: [PATCH v6 0/5] Faultable Tracepoints Date: Wed, 28 Aug 2024 10:41:47 -0400 Message-Id: <20240828144153.829582-1-mathieu.desnoyers@efficios.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: <linux-trace-kernel.vger.kernel.org> List-Subscribe: <mailto:linux-trace-kernel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-trace-kernel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Faultable Tracepoints
|
expand
|