Message ID | 20240220140613.782679360@goodmis.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 C2FD465BDD; Tue, 20 Feb 2024 14:05: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=1708437917; cv=none; b=Lm+NW0zclw4aQfQZjkUH2YhNJW2vevPDysQctaEikmKfCRTXu5RooSQ0L2LEhAM75GIXCXLuh1Yb625+Ks6/qilpHhqF7TvtdWn5oMchkUrRNTlsDosCx+lUzB8iRyWxNxW8rBWaDzGPnfnPahxCh7iAQ3uUgjzg0i07wVi71q8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708437917; c=relaxed/simple; bh=EteAf7m6g8ZwJ4f+8sFnTF5mSQpmaFi6c6AiotBKWdE=; h=Message-ID:Date:From:To:Cc:Subject; b=Xbn3Q5epcn9dvJyJ2ngT4+AmGRREir2I7dXLBe5XfIT2GLhkYbzNIxqfV9Pu2O9SuVnLdXal6igTfgffSAvS9nmt1L8BwdEjrDlWRYuEiy1fHKCAT55lgh6JTJhFoClBxA7kcGkMmAzN7Gco+qP7n/sthKORoqA1PIqyOl7cE5g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73B5FC43394; Tue, 20 Feb 2024 14:05:17 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.97) (envelope-from <rostedt@goodmis.org>) id 1rcQlz-0000000266G-0djS; Tue, 20 Feb 2024 09:07:03 -0500 Message-ID: <20240220140613.782679360@goodmis.org> User-Agent: quilt/0.67 Date: Tue, 20 Feb 2024 09:06:13 -0500 From: Steven Rostedt <rostedt@goodmis.org> To: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Cc: Masami Hiramatsu <mhiramat@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>, Andrew Morton <akpm@linux-foundation.org>, Tim Chen <tim.c.chen@linux.intel.com>, Vincent Donnefort <vdonnefort@google.com>, Sven Schnelle <svens@linux.ibm.com>, Mete Durlu <meted@linux.ibm.com> Subject: [PATCH v4 0/3] tracing: Changes to saved_cmdlines 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> |
Series | tracing: Changes to saved_cmdlines | expand |