Lines Matching refs:b
32 ret = libhiperf_report.EchoLoopBack(b'123')
36 ret = libhiperf_report.EchoLoopBack(b'test')
40 ret = libhiperf_report.EchoLoopBack(b'test123')
44 ret = libhiperf_report.EchoLoopBack(b'')
52 ret = libhiperf_report.Report(b'perf.data', b'report.txt', b'-s')
58 ret = libhiperf_report.ReportJson(b'perf.data', b'json.txt')
61 ret = libhiperf_report.ReportGetSymbolFiles(b'perf.data')
64 ret = libhiperf_report.ReportGetBuildId(b'elf32_test')
67 ret = libhiperf_report.ReportGetBuildId(b'elf32_test_stripped_nobuildid')
70 ret = libhiperf_report.ReportGetElfArch(b'elf32_test')
73 ret = libhiperf_report.ReportGetElfArch(b'elf_test')
76 ret = libhiperf_report.ReportGetElfArch(b'hiperf')