Home
last modified time | relevance | path

Searched refs:report_process_tree (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/process_data/
Dprocess_plugin_config.proto21 bool report_process_tree = 1; field
/developtools/profiler/protos/types/plugins/process_data/
Dprocess_plugin_config.proto21 bool report_process_tree = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto24 bool report_process_tree = 1; field
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto24 bool report_process_tree = 1; field
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts468 report_process_tree: boolean; property
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp66 if (protoConfig_.report_process_tree()) { in ReportOptimize()
79 if (protoConfig_.report_process_tree()) { in Report()
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts217 report_process_tree: true,
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordConfigModel.ts490 report_process_tree: true,
/developtools/profiler/
DREADME_zh.md512 report_process_tree: true
581 report_process_tree: true
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp331 if (protoConfig_.report_process_tree()) { in WriteMemoryData()