summaryrefslogtreecommitdiffstats
path: root/app/perfdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfdata.h')
-rw-r--r--app/perfdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/perfdata.h b/app/perfdata.h
index 6b2d913..a2946bb 100644
--- a/app/perfdata.h
+++ b/app/perfdata.h
@@ -454,6 +454,8 @@ class PerfRecordLost : public PerfRecord {
public:
PerfRecordLost(PerfEventHeader *header = nullptr, quint64 sampleType = 0,
bool sampleIdAll = false);
+
+ quint64 lost() const { return m_lost; }
private:
quint64 m_id;
quint64 m_lost;