Age | Commit message (Expand) | Author |
---|---|---|
2021-01-17 | Kernel: Prune uninteresting kernel frames from profiling samples | Andreas Kling |
2021-01-11 | Kernel+Profiler: Make profiling per-process and without core dumps | Andreas Kling |
2020-12-31 | Everywhere: Re-format with clang-format-11 | Linus Groh |
2020-12-19 | Kernel: Use fallible KBuffer API in PerformanceEventBuffer | Andreas Kling |
2020-12-18 | Kernel: Move KBufferBuilder to the fallible KBuffer API | Andreas Kling |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-02 | Kernel: Start working on a syscall for logging performance events | Andreas Kling |