Commit-ID: 05934cad2dd9c4b36261352d2933cc9c2b679f0c Gitweb: http://git.kernel.org/tip/05934cad2dd9c4b36261352d2933cc9c2b679f0c Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:38 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:42 +0200
Documentation/features/perf: Add feature description and arch support status file for 'perf-stackdump' Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Andrew Morton <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> --- .../features/perf/{perf-regs => perf-stackdump}/arch-support.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/features/perf/perf-regs/arch-support.txt b/Documentation/features/perf/perf-stackdump/arch-support.txt similarity index 86% copy from Documentation/features/perf/perf-regs/arch-support.txt copy to Documentation/features/perf/perf-stackdump/arch-support.txt index e2b4a78..3dc24b0 100644 --- a/Documentation/features/perf/perf-regs/arch-support.txt +++ b/Documentation/features/perf/perf-stackdump/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: perf-regs -# Kconfig: HAVE_PERF_REGS -# description: arch supports perf events register access +# Feature name: perf-stackdump +# Kconfig: HAVE_PERF_USER_STACK_DUMP +# description: arch supports perf events stack dumps # ----------------------- | arch |status| -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
