Skip to content
Snippets Groups Projects
Commit 2db16cfa authored by Diego Viola's avatar Diego Viola
Browse files

rfcs: fix broken rendering introduced in #36

parent fdf9265a
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ How does the profiler get the list of function names? There are two parts of it:
1. Unwinding the stack - getting a list of virtual addresses pointing to the
executable code
2. Symbolization - translating virtual addresses into human-readable
information, like function name, inlined functions at the address, or file name
and line number.
......
......@@ -55,6 +55,7 @@ Instead, this RFC outlines a data driven process through which we can estimate h
We acknowledge the `Debian Ports project`_ as a role model for this RFC, which has been covering a similar use case for many years.
In the following sections we elaborate on specific technological changes and procedures that are required for
- introducing a new port
- maintaining a port until it is either promoted to an official architecture or dropped
- providing and using source repositories of packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment