From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933807AbbGUTOk (ORCPT ); Tue, 21 Jul 2015 15:14:40 -0400 Received: from mail.kernel.org ([198.145.29.136]:43119 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933358AbbGUTOj (ORCPT ); Tue, 21 Jul 2015 15:14:39 -0400 Message-Id: <20150721191418.772796260@goodmis.org> User-Agent: quilt/0.61-1 Date: Tue, 21 Jul 2015 15:14:18 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-next][PATCH 00/13] tracing: Updates for 4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: c93bf928fea22c61f6b5c04786b325c9bfbc0462 Gil Fruchter (2): tracing: Prefer kcalloc over kzalloc with multiply tracing: Fix for non-continuous cpu ids Jungseok Lee (1): tracing: Introduce two additional marks for delay Minfei Huang (1): ftrace: Format MCOUNT_ADDR address as type unsigned long Steven Rostedt (Red Hat) (7): ring-buffer: Add event descriptor to simplify passing data ring-buffer: Move the adding of the extended timestamp out of line ring-buffer: Get timestamp after event is allocated ring-buffer: Make sure event has enough room for extend and padding ring-buffer: Reorganize function locations tracing: Clean up stack tracing and fix fentry updates ftrace: Fix function_graph duration spacing with 7-digits Umesh Tiwari (2): ftrace: correct the counter increment for trace_buffer data ftrace: add tracing_thresh to function profile ---- Documentation/trace/ftrace.txt | 51 ++- arch/metag/include/asm/ftrace.h | 2 +- arch/microblaze/include/asm/ftrace.h | 2 +- arch/powerpc/include/asm/ftrace.h | 2 +- arch/sh/include/asm/ftrace.h | 2 +- arch/sparc/include/asm/ftrace.h | 2 +- arch/x86/include/asm/ftrace.h | 4 +- kernel/trace/ftrace.c | 9 +- kernel/trace/ring_buffer.c | 864 +++++++++++++++++++---------------- kernel/trace/trace.c | 4 +- kernel/trace/trace_functions_graph.c | 4 +- kernel/trace/trace_output.c | 4 +- kernel/trace/trace_stack.c | 68 +-- 13 files changed, 562 insertions(+), 456 deletions(-)