Fix comment in contrib/gen_autofdo_event.py
2017-04-26 Tom de Vries <tom@codesourcery.com> * gen_autofdo_event.py: Fix comment. From-SVN: r247274
This commit is contained in:
parent
d2056c5779
commit
9f06c15a2e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2017-04-26 Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
||||||
|
* gen_autofdo_event.py: Fix comment.
|
||||||
|
|
||||||
2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
|
2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
|
||||||
|
|
||||||
* download_prerequisites (md5_check): New function emulates Linux
|
* download_prerequisites (md5_check): New function emulates Linux
|
||||||
|
|
|
@ -104,7 +104,7 @@ if args.script:
|
||||||
print '''#!/bin/sh
|
print '''#!/bin/sh
|
||||||
# Profile workload for gcc profile feedback (autofdo) using Linux perf.
|
# Profile workload for gcc profile feedback (autofdo) using Linux perf.
|
||||||
# Auto generated. To regenerate for new CPUs run
|
# Auto generated. To regenerate for new CPUs run
|
||||||
# contrib/gen_autofdo_event.py --shell --all in gcc source
|
# contrib/gen_autofdo_event.py --script --all in gcc source
|
||||||
|
|
||||||
# usages:
|
# usages:
|
||||||
# gcc-auto-profile program (profile program and children)
|
# gcc-auto-profile program (profile program and children)
|
||||||
|
|
Loading…
Add table
Reference in a new issue