Home
last modified time | relevance | path

Searched refs:ReportUnwindJson (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/script/
Dmake_diff.py28 get_lib().ReportUnwindJson(perf_data_base.encode("utf-8"),
36 get_lib().ReportUnwindJson(perf_data_target.encode("utf-8"),
Dmake_report.py27 get_lib().ReportUnwindJson(perf_data.encode("utf-8"),
/developtools/hiperf/test/unittest/common/native/
Dhiperf_libreport_test.cpp474 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/
Dhiperf_libreport.h71 DLL_EXPORT int CDECL ReportUnwindJson(const char *perfFile, const char *reportFile,
/developtools/hiperf/test/fuzztest/libreport_fuzzer/
DLibReport_fuzzer.cpp30 ReportUnwindJson(dataPtr, dataPtr, dataPtr); in FuzzLibReport()
/developtools/hiperf/src/
Dhiperf_libreport.cpp73 return ReportUnwindJson(perfFile, reportFile, nullptr); in ReportJson()
76 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir) in ReportUnwindJson() function