From cdb8d25126ba397444ca9c9476fcb4caa3ad81ae Mon Sep 17 00:00:00 2001 From: Tom Zanussi <tom.zanussi@intel.com> Date: Mon, 10 Sep 2012 12:02:25 -0500 Subject: [PATCH] meta: add uprobe.cfg Add config options to turn UPROBES on, along with UPROBE_EVENT which provides an trace events interface that can be used by other tools such as perf. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- features/uprobe/uprobe.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 features/uprobe/uprobe.cfg diff --git a/features/uprobe/uprobe.cfg b/features/uprobe/uprobe.cfg new file mode 100644 index 000000000..bd6491ce8 --- /dev/null +++ b/features/uprobe/uprobe.cfg @@ -0,0 +1,2 @@ +CONFIG_UPROBES=y +CONFIG_UPROBE_EVENT=y -- GitLab