mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
memfd: add workaround for systems without memfd
Just a quick workaround to use a tmpfile if memfd is not available. We should try to ensure that we get something on tmpfs, but this is probably good enough for a fallback.
This commit is contained in:
@ -87,6 +87,8 @@ libsysprof_@API_VERSION@_la_SOURCES = \
|
||||
sp-perf-counter.c \
|
||||
sp-perf-counter.h \
|
||||
sp-perf-source.c \
|
||||
sp-platform.c \
|
||||
sp-platform.h \
|
||||
sp-proc-source.c \
|
||||
sp-profile.c \
|
||||
sp-profiler.c \
|
||||
|
||||
Reference in New Issue
Block a user