summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/DisassemblyModel.h
AgeCommit message (Expand)Author
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2021-12-28Profiler: Make everything east-const :^)Stephan Unverwerth
2021-10-31Profiler: Share the mapped kernel between Profile and DisassemblyModelDaniel Bertalan
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06Profiler: Display source location information in the disassembly viewAli Mohammad Pur
2021-05-14Profiler: Mark model columns as non-sortableAndreas Kling
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling