mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Kernel: Make Process::dump_perfcore OOM-fallible using KString
This commit is contained in:
parent
010a37f997
commit
0fc25273e4
Notes:
sideshowbarker
2024-07-17 21:01:33 +09:00
Author: https://github.com/IdanHo
Commit: 0fc25273e4
Pull-request: https://github.com/SerenityOS/serenity/pull/11848
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/bgianfo ✅
2 changed files with 15 additions and 24 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue