Home | History | Annotate | Download | only in tools

Lines Matching refs:perf

45 Analyses V8 and perf logs to produce profiles.
47 Perf logs can be collected using a command like:
48 $ perf record -R -e cycles -c 10000 -f -i ./shell bench.js --ll-prof
50 # -e cycles: use cpu-cycles event (run "perf list" for details)
55 This will produce a binary trace file (perf.data) that %prog can analyse.
483 # Please see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=tools/perf
572 """Perf (linux-2.6/tools/perf) trace file reader."""
588 "No perf event attributes found in the trace"
800 default="perf.data",
801 help="perf trace file name [default: %default]")
833 print "Perf trace file: %s" % options.trace