• Home
  • Raw
  • Download

Lines Matching refs:ret

32     ret = libhiperf_report.EchoLoopBack(b'123')  variable
34 print("\nfrom Python EchoLoopBack: ", ret)
36 ret = libhiperf_report.EchoLoopBack(b'test') variable
38 print("\nfrom Python EchoLoopBack: ", ret)
40 ret = libhiperf_report.EchoLoopBack(b'test123') variable
42 print("\nfrom Python EchoLoopBack: ", ret)
44 ret = libhiperf_report.EchoLoopBack(b'') variable
46 print("\nfrom Python EchoLoopBack: ", ret)
48 ret = libhiperf_report.EchoLoopBack(None) variable
50 print("\nfrom Python EchoLoopBack: ", ret)
52 ret = libhiperf_report.Report(b'perf.data', b'report.txt', b'-s') variable
53 print("\nfrom Python Report: ", ret)
55 ret = libhiperf_report.SetDebug(True) variable
56 print("\nfrom Python SetDebug: ", ret)
58 ret = libhiperf_report.ReportJson(b'perf.data', b'json.txt') variable
59 print("\nfrom Python ReportJson: ", ret)
61 ret = libhiperf_report.ReportGetSymbolFiles(b'perf.data') variable
62 print("\nfrom Python ReportGetSymbolFiles: ", ret)
64 ret = libhiperf_report.ReportGetBuildId(b'elf32_test') variable
65 print("\nfrom Python ReportGetBuildId: ", ret)
67 ret = libhiperf_report.ReportGetBuildId(b'elf32_test_stripped_nobuildid') variable
68 print("\nfrom Python ReportGetBuildId: ", ret)
70 ret = libhiperf_report.ReportGetElfArch(b'elf32_test') variable
71 print("\nfrom Python ReportGetElfArch: ", ret)
73 ret = libhiperf_report.ReportGetElfArch(b'elf_test') variable
74 print("\nfrom Python ReportGetElfArch: ", ret)
76 ret = libhiperf_report.ReportGetElfArch(b'hiperf') variable
77 print("\nfrom Python ReportGetElfArch: ", ret)