serenity/Userland/DevTools/UserspaceEmulator
Hediadyoin1 bce3bf9f1e UserspaceEmulator: Handle PerfEvent syscalls
We only froward String setting and FlagPost creation for now, due to the
other performance events being nonsensical to forward.
We also record these signposts in the optionally generated profile.
2021-10-06 17:35:29 +00:00
..
CMakeLists.txt
Emulator.cpp LibELF: Use StringView to carry temporary strings in auxiliary vector 2021-09-07 13:53:14 +02:00
Emulator.h UserspaceEmulator: Handle PerfEvent syscalls 2021-10-06 17:35:29 +00:00
Emulator_syscalls.cpp UserspaceEmulator: Handle PerfEvent syscalls 2021-10-06 17:35:29 +00:00
EmulatorControl.h
main.cpp UserspaceEmulator: Handle PerfEvent syscalls 2021-10-06 17:35:29 +00:00
MallocTracer.cpp UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc 2021-08-14 18:42:14 +02:00
MallocTracer.h
MmapRegion.cpp UserspaceEmulator: Prefix MmapRegions' name with '(UE)' 2021-08-14 18:42:14 +02:00
MmapRegion.h UserspaceEmulator: Prefix MmapRegions' name with '(UE)' 2021-08-14 18:42:14 +02:00
Range.cpp
Range.h
RangeAllocator.cpp
RangeAllocator.h
Region.cpp
Region.h
Report.h Everywhere: Pass AK::Format TypeErasedFormatParams by reference 2021-08-30 15:50:00 +04:30
SimpleRegion.cpp
SimpleRegion.h
SoftCPU.cpp UserspaceEmulator: Make call rm32 work with address on the stack 2021-08-14 18:42:14 +02:00
SoftCPU.h
SoftFPU.cpp Userland: Fix typos 2021-10-01 01:18:52 +01:00
SoftFPU.h Userland: Switch static_assert of type sizes to AK::AssertSize 2021-09-05 20:08:57 +02:00
SoftMMU.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
SoftMMU.h
ValueWithShadow.h