mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +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:
@ -2,6 +2,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <sysprof.h>
|
||||
|
||||
#include "sysprof-kallsyms.h"
|
||||
|
||||
int
|
||||
main (gint argc,
|
||||
gchar *argv[])
|
||||
|
||||
Reference in New Issue
Block a user