mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: use embedded kallsyms when possible
This uses the kallysms that has been embedded in the capture file when that is possible (such as when proc-source appends it).
This commit is contained in:
@ -31,10 +31,7 @@ G_BEGIN_DECLS
|
||||
typedef struct
|
||||
{
|
||||
SysprofCaptureAddress address;
|
||||
const gchar *name;
|
||||
const gchar *name;
|
||||
} SysprofKernelSymbol;
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const SysprofKernelSymbol *sysprof_kernel_symbol_from_address (SysprofCaptureAddress address);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user