From ac1bc1d409e007458bc3bf8399e8c311d6cdbf57 Mon Sep 17 00:00:00 2001 From: Tom Zanussi <tom.zanussi@intel.com> Date: Thu, 13 Sep 2012 20:56:09 -0500 Subject: [PATCH] meta: add PERF_EVENTS config to uprobes feature CONFIG_UPROBES depends on CONFIG_PERF_EVENTS being set, so PERF_EVENTS needs to be added whenever uprobes are enabled. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- features/uprobe/uprobe.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/uprobe/uprobe.cfg b/features/uprobe/uprobe.cfg index bd6491ce8..931556f3f 100644 --- a/features/uprobe/uprobe.cfg +++ b/features/uprobe/uprobe.cfg @@ -1,2 +1,3 @@ CONFIG_UPROBES=y CONFIG_UPROBE_EVENT=y +CONFIG_PERF_EVENTS=y -- GitLab