mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: rename all symbols to use sysprof_ as prefix
As we gain in usage, we need to be more careful about using a prefix that will not collide with other symbols. So version 3 of our ABI will change to using Sysprof/SYSPROF/sysprof as the various prefixes. The soname/api version bump will happen later on this branch so that things are easier to test up until then.
This commit is contained in:
6
src/libsysprof-capture/sysprof-address-fallback.h
Normal file
6
src/libsysprof-capture/sysprof-address-fallback.h
Normal file
@ -0,0 +1,6 @@
|
||||
#define PERF_CONTEXT_GUEST_USER (-2560)
|
||||
#define PERF_CONTEXT_GUEST_KERNEL (-2176)
|
||||
#define PERF_CONTEXT_GUEST (-2048)
|
||||
#define PERF_CONTEXT_USER (-512)
|
||||
#define PERF_CONTEXT_KERNEL (-128)
|
||||
#define PERF_CONTEXT_HV (-32)
|
||||
Reference in New Issue
Block a user