summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfunwind.cpp')
-rw-r--r--app/perfunwind.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/perfunwind.cpp b/app/perfunwind.cpp
index 46827b9..773b501 100644
--- a/app/perfunwind.cpp
+++ b/app/perfunwind.cpp
@@ -342,12 +342,6 @@ void PerfUnwind::tracing(const PerfTracingData &tracingData)
sendEventFormat(it.key(), it.value());
}
-Dwfl_Module *PerfUnwind::reportElf(quint64 ip, qint32 pid)
-{
- auto symbols = symbolTable(pid);
- return symbols->reportElf(symbols->findElf(ip));
-}
-
bool PerfUnwind::ipIsInKernelSpace(quint64 ip) const
{
auto symbolTableIt = m_symbolTables.constFind(s_kernelPid);