[prev in list] [next in list] [prev in thread] [next in thread] 

List:       oprofile-commits
Subject:    [oprof-cvs] CVS: oprofile/libop op_cpu_type.c,1.31,1.32 op_cpu_type.h,1.24,1.25 op_events.c,1.67,1.6
From:       John Levon <movement () users ! sourceforge ! net>
Date:       2005-10-17 23:35:03
Message-ID: E1EReVT-0007c5-2w () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/oprofile/oprofile/libop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28815/libop

Modified Files:
	op_cpu_type.c op_cpu_type.h op_events.c 
Log Message:
e500v2 support, mips fix


Index: op_cpu_type.c
===================================================================
RCS file: /cvsroot/oprofile/oprofile/libop/op_cpu_type.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -d -r1.31 -r1.32
--- op_cpu_type.c	11 Jul 2005 20:53:55 -0000	1.31
+++ op_cpu_type.c	17 Oct 2005 23:35:00 -0000	1.32
@@ -55,6 +55,7 @@ static struct cpu_descr const cpu_descrs
 	{ "NEC VR5432", "mips/vr5432", CPU_MIPS_VR5432, 2 },
 	{ "NEC VR5500", "mips/vr5500", CPU_MIPS_VR5500, 2 },
 	{ "e500", "ppc/e500", CPU_PPC_E500, 4 },
+	{ "e500v2", "ppc/e500v2", CPU_PPC_E500_2, 4 },
 };
  
 static size_t const nr_cpu_descrs = sizeof(cpu_descrs) / sizeof(struct cpu_descr);

Index: op_cpu_type.h
===================================================================
RCS file: /cvsroot/oprofile/oprofile/libop/op_cpu_type.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -d -r1.24 -r1.25
--- op_cpu_type.h	11 Jul 2005 20:53:56 -0000	1.24
+++ op_cpu_type.h	17 Oct 2005 23:35:00 -0000	1.25
@@ -51,6 +51,7 @@ typedef enum {
 	CPU_MIPS_VR5432, /**< NEC VR5432 */
 	CPU_MIPS_VR5500, /**< MIPS VR5500, VR5532 and VR7701 */
 	CPU_PPC_E500,	/**< e500 */
+	CPU_PPC_E500_2,	/**< e500v2 */
 	MAX_CPU_TYPE
 } op_cpu;
 

Index: op_events.c
===================================================================
RCS file: /cvsroot/oprofile/oprofile/libop/op_events.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -d -r1.67 -r1.68
--- op_events.c	8 Sep 2005 11:46:11 -0000	1.67
+++ op_events.c	17 Oct 2005 23:35:00 -0000	1.68
@@ -809,6 +809,7 @@ void op_default_event(op_cpu cpu_type, s
 			break;
 
 		case CPU_PPC_E500:
+		case CPU_PPC_E500_2:
 			descr->name = "CPU_CLK";
 			break;
              



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Oprofile-commits mailing list
Oprofile-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oprofile-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic