diff options
author | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
commit | 05f6a4a6b92370162da17ef5cccb5a7e3ba508e5 (patch) | |
tree | c2bc3f5e914cb85cb182b184d21c9166e7bc5783 /src/mem/ruby/profiler | |
parent | 5ae983f8daf36684821c444925cbf49e99a958f6 (diff) | |
download | gem5-05f6a4a6b92370162da17ef5cccb5a7e3ba508e5.tar.xz |
ruby: replace strings that were missed in original ruby import.
Diffstat (limited to 'src/mem/ruby/profiler')
-rw-r--r-- | src/mem/ruby/profiler/AddressProfiler.cc | 4 | ||||
-rw-r--r-- | src/mem/ruby/profiler/AddressProfiler.hh | 2 | ||||
-rw-r--r-- | src/mem/ruby/profiler/CacheProfiler.cc | 2 | ||||
-rw-r--r-- | src/mem/ruby/profiler/CacheProfiler.hh | 2 | ||||
-rw-r--r-- | src/mem/ruby/profiler/Profiler.cc | 4 | ||||
-rw-r--r-- | src/mem/ruby/profiler/Profiler.hh | 20 |
6 files changed, 17 insertions, 17 deletions
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: * |