From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6459C61DA4 for ; Fri, 17 Feb 2023 00:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230184AbjBQAvG (ORCPT ); Thu, 16 Feb 2023 19:51:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbjBQAu6 (ORCPT ); Thu, 16 Feb 2023 19:50:58 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD556595A5 for ; Thu, 16 Feb 2023 16:50:42 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 51435B82AC0 for ; Fri, 17 Feb 2023 00:50:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA3ECC433D2; Fri, 17 Feb 2023 00:50:39 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.96) (envelope-from ) id 1pSoxS-000qM3-1M; Thu, 16 Feb 2023 19:50:38 -0500 Message-ID: <20230217004954.719324747@goodmis.org> User-Agent: quilt/0.66 Date: Thu, 16 Feb 2023 19:49:54 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Andrew Morton Subject: [for-next][PATCH 0/5] tracing: Updates for 6.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git trace/for-next Head SHA1: d8f0ae3ebed416728077fe94698983c30d409241 Steven Rostedt (Google) (1): tracing: Add BUILD_BUG() to make sure stacktrace fits in strings Tom Zanussi (4): tracing/histogram: Don't use strlen to find length of stacktrace variables tracing/histogram: Fix a few problems with stacktrace variable printing tracing/histogram: Fix stacktrace key tracing/histogram: Fix stacktrace histogram Documententation ---- Documentation/trace/histogram.rst | 156 ++++++++++++++++++++++---------------- kernel/trace/trace_events_hist.c | 75 ++++++++++++++---- kernel/trace/trace_events_synth.c | 7 +- 3 files changed, 156 insertions(+), 82 deletions(-)