[BOLT][Instrumentation] Add dumping function to instrumentation hash tables
authorDenis Revunov <revunov.denis@huawei-partners.com>
Tue, 20 Jun 2023 15:04:17 +0000 (15:04 +0000)
committerDenis Revunov <rnovds@gmail.com>
Thu, 29 Jun 2023 22:03:53 +0000 (01:03 +0300)
commit47934c119ee2af943df8b3ddc5d36f1c3d29e6b0
treefb672df9f9ac400584b9b1a357145241791407b4
parentf6682ad03f29d087f2115be72476b35ec549e36a
[BOLT][Instrumentation] Add dumping function to instrumentation hash tables

Since there are no other means to debug the instrumentation library
other than using stdout, having a function to print hash table entries
is very useful.

Reviewed By: rafauler, Amir
Differential Revision: https://reviews.llvm.org/D153771
bolt/runtime/common.h
bolt/runtime/instr.cpp