summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-28 09:35:46 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-01-28 09:35:46 +0100
commit65375af086973b729efb300ed8d9911e9df25533 (patch)
tree858db3e7665228a92124475f5d03912ffb3b1c8e
parentca09a3491c9753e515bf38fb970fa1ababd0dfa3 (diff)
parent530e65f09cc368bfbb31098ed79729b8e3ef338b (diff)
Merge remote-tracking branch 'origin/4.11' into 7.0
-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