Andreas Kling
|
9d1f238450
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
James Mintram
|
dfe4810c3a
Kernel: Add cross platform RegisterState header and Aarch64 version
|
3 years ago |
James Mintram
|
0fbeac6011
Kernel: Split SmapDisabler so header is platform independent
|
3 years ago |
James Mintram
|
a8e5130183
Kernel: Pass RegisterState by ref to event buffer
|
3 years ago |
James Mintram
|
a4509ba633
Kernel: Accept RegisterState in append_with_ip_and_bp
|
3 years ago |
Ali Mohammad Pur
|
e1e91f6c85
Kernel: Deduplicate signpost perf event strings
|
3 years ago |
Andreas Kling
|
905065f8c8
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
|
3 years ago |
Andreas Kling
|
899cee8185
Kernel: Make KBuffer::try_create_with_size() return KResultOr
|
3 years ago |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Andreas Kling
|
1e90a3a542
Kernel: Make sys$perf_register_string() generate the string ID's
|
3 years ago |
Andreas Kling
|
4657c79143
Kernel+LibC: Add sys$perf_register_string()
|
3 years ago |
Andreas Kling
|
0d997d48ea
Kernel+LibC: Add PERF_EVENT_SIGNPOST
|
3 years ago |
Jean-Baptiste Boric
|
0286160b62
Kernel: Add syscall performance event type
|
3 years ago |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
4 years ago |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
4 years ago |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 years ago |
Brian Gianforcaro
|
121e7626d0
Kernel: Rename PerformanceEvent methods to be more ARCH independent
|
4 years ago |
Andreas Kling
|
9766fccb88
Kernel: Remove some unnecessary JSON related includes
|
4 years ago |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 years ago |
Brian Gianforcaro
|
ab63449ab7
Kernel: Make PerformanceEventBuffer creation API OOM safe
|
4 years ago |
Brian Gianforcaro
|
83fc591cea
Kernel: Generate page fault events from the kernel profiler
|
4 years ago |
Gunnar Beutner
|
277f333b2b
Kernel: Add support for profiling kmalloc()/kfree()
|
4 years ago |
Gunnar Beutner
|
572bbf28cc
Kernel+LibC: Add support for filtering profiling events
|
4 years ago |
Gunnar Beutner
|
8b2ace0326
Kernel: Track performance events for context switches
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Gunnar Beutner
|
53664787fb
Kernel: Correctly set the lost_samples field for the first sample
|
4 years ago |
Gunnar Beutner
|
c41f13f10b
Kernel+Profiler: Track lost time between profiler timer ticks
|
4 years ago |
Brian Gianforcaro
|
ccdcb6a635
Kernel: Add PerformanceManager static class, move perf event APIs there
|
4 years ago |