Age | Commit message (Expand) | Author |
---|---|---|
2021-05-19 | Kernel: Generate page fault events from the kernel profiler | Brian Gianforcaro |
2021-05-19 | Kernel: Add support for profiling kmalloc()/kfree() | Gunnar Beutner |
2021-05-19 | Kernel: Track performance events for context switches | Gunnar Beutner |
2021-05-14 | Kernel+Profiler: Track lost time between profiler timer ticks | Gunnar Beutner |
2021-05-14 | Kernel: Use a separate timer for profiling the system | Gunnar Beutner |
2021-05-07 | Kernel: Move cpu sample perf event to PerformanceManager | Brian Gianforcaro |
2021-05-07 | Kernel: Move process exit perf events to PerformanceManager | Brian Gianforcaro |
2021-05-07 | Kernel: Move process creation perf events to PerformanceManager | Brian Gianforcaro |
2021-05-07 | Kernel: Add PerformanceManager static class, move perf event APIs there | Brian Gianforcaro |