Constructor
SysprofKallsymsSymbolizernew_for_symbols
Declaration [src]
SysprofSymbolizer*
sysprof_kallsyms_symbolizer_new_for_symbols (
GInputStream* symbols
)
Description [src]
Creates a symbolizer using the contents of symbols as the contents of /proc/kallsyms for decoding. This is useful if you need to unwind
symbols from a machine that is different than where the capture was
recorded and have not embedded /proc/kallsyms.gz within the capture
file for use by SysprofKallsymsSymbolizer.
Parameters
symbols-
Type:
GInputStreamA
GInputStream.The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: SysprofSymbolizer
A SysprofKallsymsSymbolizer.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |