Home
last modified time | relevance | path

Searched refs:perf_stream (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/ignition/
Dlinux_perf_report_test.py53 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
54 callchains = list(ipr.collapsed_callchains_generator(perf_stream))
67 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
68 callchains = list(ipr.collapsed_callchains_generator(perf_stream,
125 perf_stream = StringIO.StringIO("""
133 callchains = list(ipr.collapsed_callchains_generator(perf_stream, False))
Dlinux_perf_bytecode_annotate_test.py69 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
71 bytecode_annotate.bytecode_offset_generator(perf_stream, "bar"))
Dlinux_perf_bytecode_annotate.py36 def bytecode_offset_generator(perf_stream, bytecode_name): argument
40 for line in perf_stream:
Dlinux_perf_report.py77 def collapsed_callchains_generator(perf_stream, hide_other=False, argument
84 for line in perf_stream: