From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754865AbbFCLSf (ORCPT ); Wed, 3 Jun 2015 07:18:35 -0400 Received: from terminus.zytor.com ([198.137.202.10]:60258 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751760AbbFCLSB (ORCPT ); Wed, 3 Jun 2015 07:18:01 -0400 Date: Wed, 3 Jun 2015 04:17:26 -0700 From: tip-bot for Ingo Molnar Message-ID: Cc: linux-arch@vger.kernel.org, peterz@infradead.org, hpa@zytor.com, torvalds@linux-foundation.org, mingo@kernel.org, tglx@linutronix.de, linux-api@vger.kernel.org, akpm@linux-foundation.org, josh@joshtriplett.org, linux-kernel@vger.kernel.org, corbet@lwn.net Reply-To: peterz@infradead.org, hpa@zytor.com, torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, linux-api@vger.kernel.org, linux-arch@vger.kernel.org, corbet@lwn.net, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, josh@joshtriplett.org To: linux-tip-commits@vger.kernel.org Subject: [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' user-ret-profiler' Git-Commit-ID: 5d5cd30e6a897fead07639d9684e9c6910e2527c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 5d5cd30e6a897fead07639d9684e9c6910e2527c Gitweb: http://git.kernel.org/tip/5d5cd30e6a897fead07639d9684e9c6910e2527c Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:33 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:41 +0200 Documentation/features/debug: Add feature description and arch support status file for 'user-ret-profiler' Cc: Cc: Cc: Cc: Andrew Morton Cc: H. Peter Anvin Cc: Jonathan Corbet Cc: Josh Triplett Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- .../{kprobes-on-ftrace => user-ret-profiler}/arch-support.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/user-ret-profiler/arch-support.txt similarity index 82% copy from Documentation/features/debug/kprobes-on-ftrace/arch-support.txt copy to Documentation/features/debug/user-ret-profiler/arch-support.txt index 40f44d0..44cc1ff 100644 --- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt +++ b/Documentation/features/debug/user-ret-profiler/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: kprobes-on-ftrace -# Kconfig: HAVE_KPROBES_ON_FTRACE -# description: arch supports combined kprobes and ftrace live patching +# Feature name: user-ret-profiler +# Kconfig: HAVE_USER_RETURN_NOTIFIER +# description: arch supports user-space return from system call profiler # ----------------------- | arch |status| @@ -32,7 +32,7 @@ | score: | TODO | | sh: | TODO | | sparc: | TODO | - | tile: | TODO | + | tile: | ok | | um: | TODO | | unicore32: | TODO | | x86: | ok |