Searched refs:ReportJson (Results 1 - 7 of 7) sorted by relevance
/developtools/hiperf/script/ |
H A D | make_diff.py | 32 get_lib().ReportJson(perf_data_base.encode("utf-8"), 40 get_lib().ReportJson(perf_data_target.encode("utf-8"),
|
H A D | make_report.py | 31 get_lib().ReportJson(perf_data.encode("utf-8"),
|
H A D | loadlib_test.py | 58 ret = libhiperf_report.ReportJson(b'perf.data', b'json.txt') 59 print("\nfrom Python ReportJson: ", ret)
|
/developtools/hiperf/test/fuzztest/libreport_fuzzer/ |
H A D | LibReport_fuzzer.cpp | 29 ReportJson(dataPtr, dataPtr); in FuzzLibReport()
|
/developtools/hiperf/include/ |
H A D | hiperf_libreport.h | 62 DLL_EXPORT int CDECL ReportJson(const char *perfFile, const char *reportFile);
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | hiperf_libreport_test.cpp | 349 EXPECT_EQ(::ReportJson(PERF_DATA_INPUT_PATH, REPORT_JSON_OUTPUT_PATH), 0); in HWTEST_F() 361 EXPECT_NE(::ReportJson(PERF_DATA_ERROR_FORMAT_INPUT_PATH, REPORT_JSON_OUTPUT_PATH), 0); in HWTEST_F() 376 EXPECT_NE(::ReportJson(ILLEGAL_PATH, ILLEGAL_PATH), 0); in HWTEST_F() 386 EXPECT_NE(::ReportJson(nullptr, nullptr), 0); in HWTEST_F() 395 EXPECT_NE(::ReportJson("", ""), 0); in HWTEST_F()
|
/developtools/hiperf/src/ |
H A D | hiperf_libreport.cpp | 71 int ReportJson(const char *perfFile, const char *reportFile) in ReportJson() function
|
Completed in 3 milliseconds