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 2bd1554..fcabe1f 100644
--- a/app/perfdata.h
+++ b/app/perfdata.h
@@ -576,6 +576,8 @@ public:
bool sampleIdAll = false);
qint32 childTid() const { return m_tid; }
qint32 childPid() const { return m_pid; }
+ qint32 parentTid() const { return m_ptid; }
+ qint32 parentPid() const { return m_ppid; }
private:
qint32 m_pid, m_ppid;
qint32 m_tid, m_ptid;