Kernel: Rename PerformanceEvent methods to be more ARCH independent

This commit is contained in:
Brian Gianforcaro 2021-07-18 16:54:45 -07:00 committed by Gunnar Beutner
commit 121e7626d0
Notes: sideshowbarker 2024-07-18 08:46:07 +09:00
3 changed files with 17 additions and 29 deletions

View file

@ -95,7 +95,7 @@ public:
static OwnPtr<PerformanceEventBuffer> try_create_with_size(size_t buffer_size);
KResult append(int type, FlatPtr arg1, FlatPtr arg2, const StringView& arg3, Thread* current_thread = Thread::current());
KResult append_with_eip_and_ebp(ProcessID pid, ThreadID tid, u32 eip, u32 ebp,
KResult append_with_ip_and_bp(ProcessID pid, ThreadID tid, FlatPtr eip, FlatPtr ebp,
int type, u32 lost_samples, FlatPtr arg1, FlatPtr arg2, const StringView& arg3);
void clear()