summaryrefslogtreecommitdiff
path: root/simpleperf/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/record.h')
-rw-r--r--simpleperf/record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/record.h b/simpleperf/record.h
index fbeec0d3..26a1dbea 100644
--- a/simpleperf/record.h
+++ b/simpleperf/record.h
@@ -437,7 +437,7 @@ struct BuildIdRecord : public Record {
explicit BuildIdRecord(char* p);
- BuildIdRecord(bool in_kernel, pid_t pid, const BuildId& build_id, const std::string& filename);
+ BuildIdRecord(bool in_kernel, uint32_t pid, const BuildId& build_id, const std::string& filename);
protected:
void DumpData(size_t indent) const override;