Searched refs:ReportUnwindJson (Results 1 – 6 of 6) sorted by relevance
| /developtools/hiperf/script/ |
| D | make_diff.py | 28 get_lib().ReportUnwindJson(perf_data_base.encode("utf-8"), 36 get_lib().ReportUnwindJson(perf_data_target.encode("utf-8"),
|
| D | make_report.py | 27 get_lib().ReportUnwindJson(perf_data.encode("utf-8"),
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | hiperf_libreport_test.cpp | 474 EXPECT_EQ(::ReportUnwindJson(PERF_DISABLE_UNWIND_DATA_INPUT_PATH, REPORT_JSON_OUTPUT_PATH, 489 ::ReportUnwindJson(PERF_DISABLE_UNWIND_DATA_INPUT_PATH, REPORT_JSON_OUTPUT_PATH, nullptr), 502 EXPECT_NE(::ReportUnwindJson(PERF_DATA_ERROR_FORMAT_INPUT_PATH, REPORT_JSON_OUTPUT_PATH, 519 EXPECT_NE(::ReportUnwindJson(ILLEGAL_PATH, ILLEGAL_PATH, ILLEGAL_PATH), 0); 529 EXPECT_NE(::ReportUnwindJson(nullptr, nullptr, nullptr), 0); 538 EXPECT_NE(::ReportUnwindJson("", "", ""), 0);
|
| /developtools/hiperf/include/ |
| D | hiperf_libreport.h | 71 DLL_EXPORT int CDECL ReportUnwindJson(const char *perfFile, const char *reportFile,
|
| /developtools/hiperf/test/fuzztest/libreport_fuzzer/ |
| D | LibReport_fuzzer.cpp | 30 ReportUnwindJson(dataPtr, dataPtr, dataPtr); in FuzzLibReport()
|
| /developtools/hiperf/src/ |
| D | hiperf_libreport.cpp | 73 return ReportUnwindJson(perfFile, reportFile, nullptr); in ReportJson() 76 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir) in ReportUnwindJson() function
|