index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
Profiler
/
Profile.cpp
Age
Commit message (
Expand
)
Author
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-08-14
Profiler: Add a "Signposts" tab next to the "Samples" tab
Andreas Kling
2021-08-14
Profiler: Don't include signposts in the samples list
Andreas Kling
2021-08-14
Profiler: Store signposts in the main event stream
Andreas Kling
2021-08-14
Profiler: Use AK::Variant for type-specific data in Profile::Event
Andreas Kling
2021-08-13
Profiler: Store event type as enum
Andreas Kling
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
Profiler: Parse and render signpost strings
Andreas Kling
2021-08-12
Profiler: Parse and paint profile signpost events :^)
Andreas Kling
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-20
Profiler: Make profiler not truncate 64-bit addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-06-02
Profiler: Fix loading profiles which previously would crash the profiler
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-22
Profiler: Add some helpful debug output if a process is missing
Andreas Kling
2021-05-22
Profiler: Split the call tree into one subtree per process
Andreas Kling
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-19
Profiler: Remove ability to filter Kernel::Scheduler::yield() frames
Gunnar Beutner
2021-05-14
Profiler: Avoid JsonArray copying during perfcore parsing
Andreas Kling
2021-05-14
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Profiler: Let the user ignore context switches
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-08
Profiler: Let the user select more than one process
Gunnar Beutner
2021-05-07
Profiler: Move filter checks into their own function
Gunnar Beutner
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-03
Profiler: Symbolicate addresses in non-PIE ELF objects
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling