mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include <Kernel/KBufferBuilder.h>
|
||||
#include <Kernel/PerformanceEventBuffer.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
PerformanceEventBuffer::PerformanceEventBuffer()
|
||||
: m_buffer(KBuffer::create_with_size(4 * MB))
|
||||
{
|
||||
@@ -124,3 +126,5 @@ KBuffer PerformanceEventBuffer::to_json(pid_t pid, const String& executable_path
|
||||
object.finish();
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user