mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
Kernel: Rename PerformanceEvent methods to be more ARCH independent
This commit is contained in:
parent
1cffecbe8d
commit
121e7626d0
Notes:
sideshowbarker
2024-07-18 08:46:07 +09:00
Author: https://github.com/bgianfo
Commit: 121e7626d0
Pull-request: https://github.com/SerenityOS/serenity/pull/8874
3 changed files with 17 additions and 29 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue