diff options
author | Allen Pais <allen.pais@oracle.com> | 2016-10-13 10:06:13 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-11 18:01:51 -0800 |
commit | e8f4aa6087fa80732382881ef7c0c96733bb1984 (patch) | |
tree | 5a1848f14f63641d6d866a1596eddb99c554f21d /arch/Kconfig | |
parent | 69973b830859bc6529a7a0468ba0d80ee5117826 (diff) | |
download | linux-stable-e8f4aa6087fa80732382881ef7c0c96733bb1984.tar.gz linux-stable-e8f4aa6087fa80732382881ef7c0c96733bb1984.tar.bz2 linux-stable-e8f4aa6087fa80732382881ef7c0c96733bb1984.zip |
sparc64:Support User Probes for sparc
Signed-off-by: Eric Saint Etienne <eric.saint.etienne@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 659bdd079277..44a44b49eb3a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -96,6 +96,7 @@ config KPROBES_ON_FTRACE config UPROBES def_bool n + depends on ARCH_SUPPORTS_UPROBES help Uprobes is the user-space counterpart to kprobes: they enable instrumentation applications (such as 'perf probe') |