summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_kmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/cmd_kmem.cpp')
-rw-r--r--simpleperf/cmd_kmem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cmd_kmem.cpp b/simpleperf/cmd_kmem.cpp
index 453a2768..5d58c394 100644
--- a/simpleperf/cmd_kmem.cpp
+++ b/simpleperf/cmd_kmem.cpp
@@ -211,7 +211,7 @@ class SlabSampleTreeBuilder
return nullptr;
}
- SlabSample* CreateCallChainSample(const ThreadEntry*,
+ SlabSample* CreateCallChainSample(
const SlabSample* sample, uint64_t ip, bool in_kernel,
const std::vector<SlabSample*>& callchain,
const SlabAccumulateInfo& acc_info) override {