summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index a1474617..4b6a3781 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -6724,9 +6724,7 @@ register_standard_tapsets(systemtap_session & s)
// length supported with address only, not symbol names
//perf event based probe
- if (s.kernel_config["CONFIG_PERF_EVENTS"] == string("y") ) {
- register_tapset_perf(s);
- }
+ register_tapset_perf(s);
}