mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
Kernel: Deduplicate signpost perf event strings
This commit is contained in:
parent
d600f0d5b3
commit
e1e91f6c85
2 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ private:
|
|||
size_t m_count { 0 };
|
||||
NonnullOwnPtr<KBuffer> m_buffer;
|
||||
|
||||
NonnullOwnPtrVector<KString> m_strings;
|
||||
HashTable<NonnullOwnPtr<KString>> m_strings;
|
||||
};
|
||||
|
||||
extern bool g_profiling_all_threads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue