Skip to content
Snippets Groups Projects
Commit 1c7fb99e authored by Tom Zanussi's avatar Tom Zanussi Committed by Bruce Ashfield
Browse files

meta: have systemtap use kprobes and uprobes feature


The systemtap feature can use the new kprobes and uprobes feature and
remove the corresponding open-coded options.

Signed-off-by: default avatarTom Zanussi <tom.zanussi@intel.com>
parent fcce327b
No related branches found
No related tags found
No related merge requests found
CONFIG_KPROBES=y
CONFIG_RELAY=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_FS=y
......
......@@ -2,3 +2,6 @@ define KFEATURE_DESCRIPTION "Enable options required for systemtap support"
define KFEATURE_COMPATIBILITY all
kconf non-hardware systemtap.cfg
include features/kprobes/kprobes.scc
include features/uprobe/uprobe.scc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment