X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=util%2Foprofile-top.py;h=b678dd60d6fe4809a8f327778742e71d743b2dcb;hb=eba0a509d80182c479e41d28bf71d3061f18590b;hp=c6e35344c95592db0ce80d798e5e3c8b2d2289e1;hpb=bbee4d487fad727a1fe4cd546ce68514e49d05e0;p=gem5.git diff --git a/util/oprofile-top.py b/util/oprofile-top.py index c6e35344c..b678dd60d 100755 --- a/util/oprofile-top.py +++ b/util/oprofile-top.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2.7 # Copyright (c) 2005 The Regents of The University of Michigan # All rights reserved. @@ -25,6 +25,9 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Ali Saidi +# Nathan Binkert # Parse sampled function profile output (quick hack).