1
Fork 0
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:
Ali Mohammad Pur 2021-09-11 16:48:15 +04:30 committed by Ali Mohammad Pur
parent d600f0d5b3
commit e1e91f6c85
2 changed files with 3 additions and 3 deletions

View file

@ -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;