Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in comment #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perforator/proto/profile/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// 7. buildid+offset address representation, as addr2line and other tools expect.
// Offset represents address in binary virtual address space. In contrast, pprof
// stores locations as addresses inside process address space backed by auxiliary
// list of mappings. This adds additional complexity when deadling with ASRL,
// list of mappings. This adds additional complexity when deadling with ASLR,
// and greatly complicates symbolization process: we need to parse executable
// file to map process address space to the binary address space.
// See https://github.com/google/pprof/blob/40e02aabc2ad57b2edbe892564a0730aa40b1e50/internal/elfexec/elfexec.go#L310.
Expand Down