From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 CD80538E5C8 for ; Mon, 22 Jun 2026 08:40:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782117635; cv=none; b=gGggBpBQK0lhGvXihhdiGHECB2fcZQPnHIqYYpGtu55/kbbqIoU3774Ajtdrist8rPVsOef/QbiTSfupDuVlh8QlVjz+WnIIAxAMLlkokeCFaAmRyBNAnH325eENB5CeWii9Ka2lksz3ct8Y4abZGAV92P4U3Y8A0qX9Ljxy8Rg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782117635; c=relaxed/simple; bh=G5STboN0gro4Zk+4D2zgnbJbn9MSEhx5p86DMHHv9yc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rEDGFtr2v9KcuQzYvh9o/+GHTv3gp9GUjw2T8vmO7ysYjAzFxN2eR11JP5jAQXRwxRkdunAKCHXRzcScQWlUp8nilLv57H8dzgUrf0YMO5yFKBMxUA1tJ0PXlkTiMG115jOCrfxj7AQLeU/sHCPfpcShUkQtQIU2cROHlynFQI4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=lELIVMUQ; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="lELIVMUQ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=G5STboN0gro4Zk+4D2zgnbJbn9MSEhx5p86DMHHv9yc=; b=lELIVMUQfwJBPP5axnBAI4nJ3f gtz7tkDsGxDIQrV/IdZ6OQ/6on6LEzH3TbUyyiDptq9l9LqOBvWUHzlnXPK2zyIbzB9qN0vEd/Ovi hbJ88fYSeFoIG8Z4V2HfZzOOiUCmMjMptmLhKFGOxrTzStrNEzyEf4eXUS88rI1HpPf6z6HzvlOnw +hDhH/CxUXO0wL8cSDzj8daLiZFWjQklJXT2gsAKTIrhBwuFsZHR8tSiieYC3pLEng42jMVXsg0Na fN2QNAYQwUBmRh0eQnbVqrrwSijEAJ9YWuBQFj22NZJ2QTGCe5/3hCo6MJ1RGwwaJhCq+Xaaq3MzE fxckeGRQ==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.99.1 #2 (Red Hat Linux)) id 1wbaCX-00000003umt-2egn; Mon, 22 Jun 2026 08:40:18 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 6F9CC300BDE; Mon, 22 Jun 2026 10:40:17 +0200 (CEST) Date: Mon, 22 Jun 2026 10:40:17 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: Linus Torvalds , Yury Norov , LKML , Masami Hiramatsu , Mathieu Desnoyers , Ao Sun , David Carlier , Karl Mehltretter , Martin Kaiser , Pengpeng Hou , Qian-Yu Lin , Rik van Riel , Rosen Penev , Shuvam Pandey , Vineeth Pillai , Yash Suthar , Yu Peng , Sebastian Andrzej Siewior , Thomas Gleixner Subject: Re: [GIT PULL] tracing: Updates for 7.2 Message-ID: <20260622084017.GY49951@noisy.programming.kicks-ass.net> References: <20260616180122.57a3b426@fedora> <20260619081513.3e4a1fb0@fedora> <20260620181957.115d662c@fedora> <20260620194233.4e1e5d10@fedora> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260620194233.4e1e5d10@fedora> On Sat, Jun 20, 2026 at 07:43:53PM -0400, Steven Rostedt wrote: > I really want to avoid having to add an include for trace_printk when > I'm focusing on just finding were the bug happens. Configure your LSP/clangd enabled editor to auto-add headers? Yes, that really is a thing -- now, I hate that particular feature with a passion, and I've got it disabled, but if adding headers is difficult, then it sounds like this is the thing for you.