mindspore2022/mindspore/ccsrc/debug/rdr
luopengting 61f2f19d9a make GetSubModuleName() as common function
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
2021-04-21 16:13:43 +08:00
..
base_recorder.cc fix TAINTED_SCALAR and capitalize constants 2021-04-08 14:22:12 +08:00
base_recorder.h fix TAINTED_SCALAR and capitalize constants 2021-04-08 14:22:12 +08:00
graph_exec_order_recorder.cc refactor RDR to support single name 2021-03-17 11:34:05 +08:00
graph_exec_order_recorder.h refactor RDR to support single name 2021-03-17 11:34:05 +08:00
graph_recorder.cc fix codedex in RDR 2021-04-02 14:39:14 +08:00
graph_recorder.h fix codedex in RDR 2021-04-02 14:39:14 +08:00
mem_address_recorder.cc optimize record gpu memory information 2021-03-26 11:08:35 +08:00
mem_address_recorder.h optimize record gpu memory information 2021-03-26 11:08:35 +08:00
recorder_manager.cc optimize record gpu memory information 2021-03-26 11:08:35 +08:00
recorder_manager.h fix TAINTED_SCALAR and capitalize constants 2021-04-08 14:22:12 +08:00
running_data_recorder.cc make GetSubModuleName() as common function 2021-04-21 16:13:43 +08:00
running_data_recorder.h optimize record gpu memory information 2021-03-26 11:08:35 +08:00
stream_exec_order_recorder.cc refactor RDR to support single name 2021-03-17 11:34:05 +08:00
stream_exec_order_recorder.h fix TAINTED_SCALAR and capitalize constants 2021-04-08 14:22:12 +08:00
string_recorder.cc support recording stream execute order 2021-02-22 11:44:36 +08:00
string_recorder.h refactor RDR to support single name 2021-03-17 11:34:05 +08:00
task_debug_info_recorder.cc refactor RDR to support single name 2021-03-17 11:34:05 +08:00
task_debug_info_recorder.h refactor RDR to support single name 2021-03-17 11:34:05 +08:00