forked from huawei/mindspore2022
Fix wrong module name of rdr files, make GetSubModuleName() as a common function. If rdr also has SUB_MODULE_NAMES, then if log_adapter modifies the name of the module, the module name obtained by the rdr module will be wrong. Mainly involves the following modifications: 1. move GetSubModuleName() from log_adapter.cc to log_adapter_common.cc 2. delete GetSubModuleName() in rdr module |
||
|---|---|---|
| .. | ||
| base_recorder.cc | ||
| base_recorder.h | ||
| graph_exec_order_recorder.cc | ||
| graph_exec_order_recorder.h | ||
| graph_recorder.cc | ||
| graph_recorder.h | ||
| mem_address_recorder.cc | ||
| mem_address_recorder.h | ||
| recorder_manager.cc | ||
| recorder_manager.h | ||
| running_data_recorder.cc | ||
| running_data_recorder.h | ||
| stream_exec_order_recorder.cc | ||
| stream_exec_order_recorder.h | ||
| string_recorder.cc | ||
| string_recorder.h | ||
| task_debug_info_recorder.cc | ||
| task_debug_info_recorder.h | ||