[tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'kprobes-event'
From: tip-bot for Ingo Molnar <hidden>
Date: 2015-06-03 11:18:50
Also in:
linux-arch, lkml
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Commit-ID: 8994f7bbe2110dd6fec24f8474392d105d99b253 Gitweb: http://git.kernel.org/tip/8994f7bbe2110dd6fec24f8474392d105d99b253 Author: Ingo Molnar [off-list ref] AuthorDate: Wed, 3 Jun 2015 12:37:35 +0200 Committer: Ingo Molnar [off-list ref] CommitDate: Wed, 3 Jun 2015 12:51:41 +0200 Documentation/features/perf: Add feature description and arch support status file for 'kprobes-event' Cc: <redacted> Cc: <redacted> Cc: <redacted> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <redacted> Signed-off-by: Ingo Molnar <mingo@kernel.org> --- .../{debug/uprobes => perf/kprobes-event}/arch-support.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/features/debug/uprobes/arch-support.txt b/Documentation/features/perf/kprobes-event/arch-support.txt
similarity index 78%
copy from Documentation/features/debug/uprobes/arch-support.txt
copy to Documentation/features/perf/kprobes-event/arch-support.txt
index 4efe36c..9855ad0 100644
--- a/Documentation/features/debug/uprobes/arch-support.txt
+++ b/Documentation/features/perf/kprobes-event/arch-support.txt@@ -1,7 +1,7 @@ # -# Feature name: uprobes -# Kconfig: ARCH_SUPPORTS_UPROBES -# description: arch supports live patched user probes +# Feature name: kprobes-event +# Kconfig: HAVE_REGS_AND_STACK_ACCESS_API +# description: arch supports kprobes with perf events # ----------------------- | arch |status|
@@ -16,7 +16,7 @@ | cris: | TODO | | frv: | TODO | | h8300: | TODO | - | hexagon: | TODO | + | hexagon: | ok | | ia64: | TODO | | m32r: | TODO | | m68k: | TODO |
@@ -30,9 +30,9 @@ | powerpc: | ok | | s390: | ok | | score: | TODO | - | sh: | TODO | + | sh: | ok | | sparc: | TODO | - | tile: | TODO | + | tile: | ok | | um: | TODO | | unicore32: | TODO | | x86: | ok |