Home
last modified time | relevance | path

Searched refs:outputFilename (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/interfaces/kits/js/
D@ohos.hiperf.d.ts86 function setOutputFilename(outputFilename: string): boolean;
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h84 void SetOutputFilename(const std::string &outputFilename) in SetOutputFilename() argument
86 outputFileName_ = outputFilename; in SetOutputFilename()
/developtools/syscap_codec/src/
Dsyscap_tool.c336 const char outputFilename[] = "RPCID.txt"; in PrintOutputToFile() local
337 … ret = ConvertedContextSaveAsFile(outDirPath, outputFilename, freeAfterEncodeRpcidscInfo.outBuffer, in PrintOutputToFile()
340 PRINT_ERR("Save to txt file failed. Output path:%s/%s\n", outDirPath, outputFilename); in PrintOutputToFile()
/developtools/hiperf/src/
Dperf_event_record.cpp185 void PerfEventRecord::Dump(int indent, std::string outputFilename, FILE *outputDump) const in Dump() argument
189 } else if (!outputFilename.empty() && outputDump_ == nullptr) { in Dump()
190 std::string resolvedPath = CanonicalizeSpecPath(outputFilename.c_str()); in Dump()
193 printf("unable open file to '%s' because '%d'\n", outputFilename.c_str(), errno); in Dump()
/developtools/hiperf/include/
Dperf_event_record.h155 void Dump(int indent = 0, std::string outputFilename = "", FILE *outputDump = nullptr) const;