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
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-12
Userland: Use allocation-failure safe functions where it's easy
Nico Weber
2023-01-27
Profiler: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-20
Profiler: Port to Core::Stream
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-05
Profiler: Present read event info in tree structure
Jakub Berkop
2022-02-14
Profiler: Add ability to process read syscalls
Jakub Berkop
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-12-23
Profiler: Use AK::any_of for process filtration
Hendiadyoin1
2021-12-23
Profiler: Always use FlyString const&'s in ProfileNode construction
Hendiadyoin1
2021-12-23
Profiler: Remove one else-after-return
Hendiadyoin1
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
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
[next]