summaryrefslogtreecommitdiffstats
path: root/app/perfattributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfattributes.cpp')
-rw-r--r--app/perfattributes.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/perfattributes.cpp b/app/perfattributes.cpp
index 3493d6b..311a689 100644
--- a/app/perfattributes.cpp
+++ b/app/perfattributes.cpp
@@ -204,6 +204,8 @@ bool PerfEventAttributes::operator==(const PerfEventAttributes &rhs) const
&& m_sampleIdAll == rhs.m_sampleIdAll
&& m_excludeHost == rhs.m_excludeHost
&& m_excludeGuest == rhs.m_excludeGuest
+ && m_excludeCallchainKernel == rhs.m_excludeCallchainKernel
+ && m_excludeCallchainUser == rhs.m_excludeCallchainUser
&& m_reserved1 == rhs.m_reserved1
&& m_wakeupEvents == rhs.m_wakeupEvents
&& m_bpType == rhs.m_bpType