Age | Commit message (Expand) | Author |
---|---|---|
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-10 | Kernel: More PID/TID typing | Ben Wiederhake |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-04-11 | LibELF: Move ELF classes into namespace ELF | Andrew Kaster |
2020-02-27 | Kernel: Don't blindly dereference Process::executable() | Andreas Kling |
2020-02-22 | Kernel: Reset profiling state on exec() (but keep it going) | Andreas Kling |
2020-02-22 | Kernel+ProfileViewer: Move symbolication to userspace for time profiles | Andreas Kling |
2020-02-21 | Kernel: Commit the profiling sample buffer memory up front | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-12 | Kernel: Separate out the symbol offsets in profile output | Andreas Kling |
2019-12-11 | Kernel: Implement a simple process time profiler | Andreas Kling |