mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
kallsyms: add API to extract kallsyms with strtok_r()
This will allow us to simplify some code, and provide an API in both the lib and daemon to get symbols while sharing code.
This commit is contained in:
@ -28,12 +28,14 @@ libsysprof_base_headers = [
|
||||
'sp-address.h',
|
||||
'sp-clock.h',
|
||||
'sp-error.h',
|
||||
'sp-kallsyms.h',
|
||||
]
|
||||
|
||||
libsysprof_base_sources = [
|
||||
'sp-address.c',
|
||||
'sp-clock.c',
|
||||
'sp-error.c',
|
||||
'sp-kallsyms.c',
|
||||
]
|
||||
|
||||
libsysprof_headers = libsysprof_base_headers
|
||||
|
||||
Reference in New Issue
Block a user