/developtools/profiler/device/services/ipc/src/ |
D | ipc_generator.cpp | 42 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> header_output(context->Open(base_nam… in Generate() 43 …std::unique_ptr<::google::protobuf::io::ZeroCopyOutputStream> source_output(context->Open(base_nam… in Generate()
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
D | trace_file_reader_test.cpp | 83 ASSERT_TRUE(reader->Open(path)); 118 ASSERT_TRUE(reader->Open(path)); 146 ASSERT_TRUE(reader->Open(path));
|
/developtools/hiperf/test/unittest/common/native/ |
D | perf_file_writer_test.cpp | 75 ASSERT_TRUE(fileWriter.Open(filename)) << "current path no write permission?"; 111 ASSERT_TRUE(fileWriter.Open(filename, true)) << "current path no write permission?"; 146 ASSERT_TRUE(fileWriter.Open(filename)) << "current path no write permission?";
|
/developtools/profiler/device/plugins/hilog_plugin/include/ |
D | file_cache.h | 36 bool Open(const std::string& name);
|
/developtools/profiler/device/services/profiler_service/src/ |
D | trace_file_reader.h | 35 bool Open(const std::string& path);
|
D | trace_file_reader.cpp | 40 bool TraceFileReader::Open(const std::string& path) in Open() function in TraceFileReader
|
/developtools/hiperf/include/ |
D | perf_file_writer.h | 45 bool Open(const std::string &fileName, bool compressData = false);
|
D | perf_events.h | 495 OHOS::UniqueFd Open(perf_event_attr &attr, pid_t pid = 0, int cpu = -1, int group_fd = -1,
|
/developtools/profiler/host/smartperf/doc/ |
D | quickstart_smartperf.md | 10 + Open trace file:导入离线trace文件入口
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
D | file_cache.cpp | 29 bool FileCache::Open(const std::string& file) in Open() function in FileCache
|
D | hilog_plugin.cpp | 141 CHECK_TRUE(g_fileCache.Open(name), false, "HilogPlugin:%s failed!", __func__); in OpenLogFile()
|
/developtools/profiler/host/smartperf/trace_streamer/src/table/ |
D | table_base.h | 108 int Open(sqlite3_vtab_cursor** ppCursor);
|
D | table_base.cpp | 93 return static_cast<TableBase*>(pVTab)->Open(ppCursor); in TableRegister() 216 int TableBase::Open(sqlite3_vtab_cursor** ppCursor) in Open() function in SysTuning::TraceStreamer::TableBase
|
/developtools/hiperf/src/ |
D | perf_events.cpp | 45 OHOS::UniqueFd PerfEvents::Open(perf_event_attr &attr, pid_t pid, int cpu, int group_fd, in Open() function in OHOS::Developtools::HiPerf::PerfEvents 90 UniqueFd fd = Open(*attr.get()); in IsEventSupport() 101 UniqueFd fd = Open(attr); in IsEventAttrSupport() 927 UniqueFd fd = Open(eventItem.attr, pids_[ipid], cpus_[icpu], in CreateFdEvents()
|
D | perf_file_writer.cpp | 38 bool PerfFileWriter::Open(const std::string &fileName, bool compressData) in Open() function in OHOS::Developtools::HiPerf::PerfFileWriter
|
D | subcommand_record.cpp | 1418 if (!fileWriter_->Open(outputFilename_, compressData)) { in CreateInitRecordFile()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | perf_events.cpp | 46 OHOS::UniqueFd PerfEvents::Open(perf_event_attr &attr, pid_t pid, int cpu, int group_fd, in Open() function in OHOS::Developtools::HiPerf::PerfEvents 162 UniqueFd fd = Open(*attr.get()); in IsEventSupport() 173 UniqueFd fd = Open(attr); in IsEventAttrSupport() 1020 UniqueFd fd = Open(eventItem.attr, pids_[ipid], cpus_[icpu], in CreateFdEvents()
|
/developtools/profiler/host/smartperf/ide/server/ |
D | main.go | 245 file, err := os.Open(path)
|
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
D | hilog_plugin_unittest.cpp | 987 ASSERT_TRUE(file.Open("test.txt"));
|