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.h41 void SetOutputFilename(const std::string &outputFilename) in SetOutputFilename() argument
43 outputFileName_ = outputFilename; in SetOutputFilename()
/developtools/syscap_codec/src/
Dsyscap_tool.c338 const char outputFilename[] = "rpcid.txt"; in PrintOutputToFile() local
339 … ret = ConvertedContextSaveAsFile(outDirPath, outputFilename, freeAfterEncodeRpcidscInfo.outBuffer, in PrintOutputToFile()
342 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() && g_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.h156 void Dump(int indent = 0, std::string outputFilename = "", FILE *outputDump = nullptr) const;