|
@@ -62,6 +62,12 @@ int profiling_disable(pid_t pid)
|
|
|
__RETURN_WITH_ERRNO(rc, rc, -1);
|
|
|
}
|
|
|
|
|
|
+int profiling_free_buffer(pid_t pid)
|
|
|
+{
|
|
|
+ int rc = syscall(SC_profiling_free_buffer, pid);
|
|
|
+ __RETURN_WITH_ERRNO(rc, rc, -1);
|
|
|
+}
|
|
|
+
|
|
|
int futex(uint32_t* userspace_address, int futex_op, uint32_t value, const struct timespec* timeout, uint32_t* userspace_address2, uint32_t value3)
|
|
|
{
|
|
|
int rc;
|