From 05f6a4a6b92370162da17ef5cccb5a7e3ba508e5 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 6 Jul 2009 15:49:47 -0700 Subject: ruby: replace strings that were missed in original ruby import. --- src/mem/ruby/profiler/AddressProfiler.cc | 4 ++-- src/mem/ruby/profiler/AddressProfiler.hh | 2 +- src/mem/ruby/profiler/CacheProfiler.cc | 2 +- src/mem/ruby/profiler/CacheProfiler.hh | 2 +- src/mem/ruby/profiler/Profiler.cc | 4 ++-- src/mem/ruby/profiler/Profiler.hh | 20 ++++++++++---------- 6 files changed, 17 insertions(+), 17 deletions(-) (limited to 'src/mem/ruby/profiler') diff --git a/src/mem/ruby/profiler/AddressProfiler.cc b/src/mem/ruby/profiler/AddressProfiler.cc index b0cc3cfd5..3f6b48956 100644 --- a/src/mem/ruby/profiler/AddressProfiler.cc +++ b/src/mem/ruby/profiler/AddressProfiler.cc @@ -28,9 +28,9 @@ */ /* - * AddressProfiler.C + * AddressProfiler.cc * - * Description: See AddressProfiler.h + * Description: See AddressProfiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/AddressProfiler.hh b/src/mem/ruby/profiler/AddressProfiler.hh index b000fb5d5..a32b1184d 100644 --- a/src/mem/ruby/profiler/AddressProfiler.hh +++ b/src/mem/ruby/profiler/AddressProfiler.hh @@ -28,7 +28,7 @@ */ /* - * AddressProfiler.h + * AddressProfiler.hh * * Description: * diff --git a/src/mem/ruby/profiler/CacheProfiler.cc b/src/mem/ruby/profiler/CacheProfiler.cc index edc4bbd6d..516e73ae9 100644 --- a/src/mem/ruby/profiler/CacheProfiler.cc +++ b/src/mem/ruby/profiler/CacheProfiler.cc @@ -30,7 +30,7 @@ /* * CacheProfiler.C * - * Description: See CacheProfiler.h + * Description: See CacheProfiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/CacheProfiler.hh b/src/mem/ruby/profiler/CacheProfiler.hh index 4dcff4243..00beeb484 100644 --- a/src/mem/ruby/profiler/CacheProfiler.hh +++ b/src/mem/ruby/profiler/CacheProfiler.hh @@ -28,7 +28,7 @@ */ /* - * CacheProfiler.h + * CacheProfiler.hh * * Description: * diff --git a/src/mem/ruby/profiler/Profiler.cc b/src/mem/ruby/profiler/Profiler.cc index e5579f597..ddbaebd6b 100644 --- a/src/mem/ruby/profiler/Profiler.cc +++ b/src/mem/ruby/profiler/Profiler.cc @@ -43,9 +43,9 @@ */ /* - * Profiler.C + * Profiler.cc * - * Description: See Profiler.h + * Description: See Profiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/Profiler.hh b/src/mem/ruby/profiler/Profiler.hh index cb038a051..e25105982 100644 --- a/src/mem/ruby/profiler/Profiler.hh +++ b/src/mem/ruby/profiler/Profiler.hh @@ -27,23 +27,23 @@ */ /* - This file has been modified by Kevin Moore and Dan Nussbaum of the - Scalable Systems Research Group at Sun Microsystems Laboratories - (http://research.sun.com/scalable/) to support the Adaptive - Transactional Memory Test Platform (ATMTP). + This file has been modified by Kevin Moore and Dan Nussbaum of the + Scalable Systems Research Group at Sun Microsystems Laboratories + (http://research.sun.com/scalable/) to support the Adaptive + Transactional Memory Test Platform (ATMTP). - Please send email to atmtp-interest@sun.com with feedback, questions, or - to request future announcements about ATMTP. + Please send email to atmtp-interest@sun.com with feedback, questions, or + to request future announcements about ATMTP. - ---------------------------------------------------------------------- + ---------------------------------------------------------------------- - File modification date: 2008-02-23 + File modification date: 2008-02-23 - ---------------------------------------------------------------------- + ---------------------------------------------------------------------- */ /* - * Profiler.h + * Profiler.hh * * Description: * -- cgit v1.2.3