mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibC: Expose new profiling_free_buffer(..)
syscall.
Expose the new `profiling_free_buffer` syscall to user space.
This commit is contained in:
parent
4ed682aebc
commit
3e87e43f9d
2 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,7 @@ int module_unload(const char* name, size_t name_length);
|
|||
|
||||
int profiling_enable(pid_t);
|
||||
int profiling_disable(pid_t);
|
||||
int profiling_free_buffer(pid_t);
|
||||
|
||||
#define THREAD_PRIORITY_MIN 1
|
||||
#define THREAD_PRIORITY_LOW 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue