summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfunwind.cpp')
-rw-r--r--app/perfunwind.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/perfunwind.cpp b/app/perfunwind.cpp
index 90d3f8c..3eef7d8 100644
--- a/app/perfunwind.cpp
+++ b/app/perfunwind.cpp
@@ -260,7 +260,8 @@ void PerfUnwind::sendAttributes(qint32 id, const PerfEventAttributes &attributes
QByteArray buffer;
QDataStream(&buffer, QIODevice::WriteOnly) << static_cast<quint8>(AttributesDefinition)
<< id << attributes.type()
- << attributes.config() << attrNameId;
+ << attributes.config() << attrNameId
+ << attributes.usesFrequency() << attributes.frequenyOrPeriod();
sendBuffer(buffer);
}