1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00

Kernel: Make Process::dump_perfcore OOM-fallible using KString

This commit is contained in:
Idan Horowitz 2022-01-12 23:21:08 +02:00 committed by Brian Gianforcaro
parent 010a37f997
commit 0fc25273e4
2 changed files with 15 additions and 24 deletions

View file

@ -528,7 +528,7 @@ private:
void kill_threads_except_self();
void kill_all_threads();
ErrorOr<void> dump_core();
bool dump_perfcore();
ErrorOr<void> dump_perfcore();
bool create_perf_events_buffer_if_needed();
void delete_perf_events_buffer();