summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-23 23:36:02 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-23 23:36:02 +0000
commitb77dd1b8983ce5f3462a48b8e8d2ac84d2a21b2d (patch)
tree01669b5c1d1c2ea240f60147f3a17430fb975497 /meta
parent765f6203e38fc16d03f24d9d83db3a0e9a805fdc (diff)
downloadopenembedded-core-b77dd1b8983ce5f3462a48b8e8d2ac84d2a21b2d.tar.gz
openembedded-core-b77dd1b8983ce5f3462a48b8e8d2ac84d2a21b2d.tar.bz2
openembedded-core-b77dd1b8983ce5f3462a48b8e8d2ac84d2a21b2d.tar.xz
openembedded-core-b77dd1b8983ce5f3462a48b8e8d2ac84d2a21b2d.zip
oprofile: Update to new SRCDATE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1776 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/poky.conf2
-rw-r--r--meta/packages/oprofile/oprofile/armv6_events.patch142
2 files changed, 64 insertions, 80 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 111adaf12..4a17dea53 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -100,7 +100,7 @@ SRCDATE_libfakekey ?= "20051101"
SRCDATE_xcalibrate ?= "20060312"
SRCDATE_qemu ?= "20060723"
SRCDATE_qemu-native ?= "20060723"
-SRCDATE_oprofile ?= "20070522"
+SRCDATE_oprofile ?= "20070524"
SRCDATE_oprofileui ?= "20070522"
SRCDATE_zaurusd ?= "20070417"
SRCDATE_owl-video-widget ?= "20070417"
diff --git a/meta/packages/oprofile/oprofile/armv6_events.patch b/meta/packages/oprofile/oprofile/armv6_events.patch
index 6384e38e5..cbe6efef8 100644
--- a/meta/packages/oprofile/oprofile/armv6_events.patch
+++ b/meta/packages/oprofile/oprofile/armv6_events.patch
@@ -1,50 +1,28 @@
---
- events/Makefile.am | 1 +
- events/arm/armv6/events | 25 +++++++++++++++++++++++++
- events/arm/armv6/unit_masks | 4 ++++
- libop/op_cpu_type.c | 1 +
- libop/op_cpu_type.h | 1 +
- libop/op_events.c | 1 +
- utils/ophelp.c | 5 ++++-
- 7 files changed, 37 insertions(+), 1 deletion(-)
+ events/arm/armv6/events | 9 ++++++---
+ events/arm/armv6/unit_masks | 2 +-
+ libop/op_cpu_type.c | 2 +-
+ libop/op_cpu_type.h | 2 +-
+ libop/op_events.c | 5 +----
+ utils/ophelp.c | 2 +-
+ 6 files changed, 11 insertions(+), 11 deletions(-)
-Index: oprofile/events/Makefile.am
-===================================================================
---- oprofile.orig/events/Makefile.am 2007-05-23 11:32:24.000000000 +0100
-+++ oprofile/events/Makefile.am 2007-05-23 14:13:12.000000000 +0100
-@@ -29,6 +29,7 @@ event_files = \
- x86-64/family10/events x86-64/family10/unit_masks \
- arm/xscale1/events arm/xscale1/unit_masks \
- arm/xscale2/events arm/xscale2/unit_masks \
-+ arm/armv6/events arm/armv6/unit_masks \
- mips/20K/events mips/20K/unit_masks \
- mips/24K/events mips/24K/unit_masks \
- mips/25K/events mips/25K/unit_masks \
Index: oprofile/events/arm/armv6/events
===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ oprofile/events/arm/armv6/events 2007-05-23 14:13:12.000000000 +0100
-@@ -0,0 +1,25 @@
+--- oprofile.orig/events/arm/armv6/events 2007-05-23 15:02:33.000000000 +0100
++++ oprofile/events/arm/armv6/events 2007-05-24 00:33:41.000000000 +0100
+@@ -1,4 +1,4 @@
+-# ARM11 events
+# ARM V6 events
-+#
-+event:0x00 counters:1,2 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch misses
-+event:0x01 counters:1,2 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
-+event:0x02 counters:1,2 um:zero minimum:500 name:CYCLES_DATA_STALL : cycles stall occurs for due to data dependency
-+event:0x03 counters:1,2 um:zero minimum:500 name:ITLB_MISS : number of ITLB misses
-+event:0x04 counters:1,2 um:zero minimum:500 name:DTLB_MISS : number of DTLB misses
-+event:0x05 counters:1,2 um:zero minimum:500 name:BR_INST_EXECUTED : branch instruction executed w/ or w/o program flow change
-+event:0x06 counters:1,2 um:zero minimum:500 name:BR_INST_MISS_PRED : branch mispredicted
-+event:0x07 counters:1,2 um:zero minimum:500 name:INSN_EXECUTED : instruction executed
-+event:0x08 counters:1,2 um:zero minimum:500 name:CYCLES_DCACHE_FULL_STALL : cycles in stall due to full dcache
-+event:0x09 counters:1,1 um:zero minimum:500 name:DCACHE_FULL_STALL_CNT : number of stalls due to dcache full condition
-+event:0x0a counters:1,2 um:zero minimum:500 name:DCACHE_ACCESS : data cache access
-+event:0x0b counters:1,2 um:zero minimum:500 name:DCACHE_MISS : data cache miss
-+event:0x0c counters:1,2 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
-+event:0x0d counters:1,2 um:zero minimum:500 name:PC_CHANGE : number of times the program counter was changed without a mode switch
-+event:0x0f counters:1,2 um:zero minimum:500 name:TLB_MISS : Main TLB miss
-+event:0x10 counters:1,2 um:zero minimum:500 name:EXP_EXTERNAL : Explict external data access
-+event:0x11 counters:1,2 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full
-+event:0x12 counters:1,2 um:zero minimum:500 name:WRITE_DRAIN : Time swrite buffer was drained
+ #
+ event:0x00 counters:1,2 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch misses
+ event:0x01 counters:1,2 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
+@@ -17,5 +17,8 @@ event:0x0f counters:1,2 um:zero minimum:
+ event:0x10 counters:1,2 um:zero minimum:500 name:EXP_EXTERNAL : Explict external data access
+ event:0x11 counters:1,2 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full
+ event:0x12 counters:1,2 um:zero minimum:500 name:WRITE_DRAIN : Times write buffer was drained
+-event:0xff counters:0 um:zero minimum:500 name:CPU_CYCLES : clock cycles counter
+-#
+event:0x20 counters:1,2 um:zero minimum:500 name:ETMEXTOUT0 : nuber of cycles ETMEXTOUT[0] signal was asserted
+event:0x21 counters:1,2 um:zero minimum:500 name:ETMEXTOUT1 : nuber of cycles ETMEXTOUT[1] signal was asserted
+event:0x22 counters:1,2 um:zero minimum:500 name:ETMEXTOUT_BOTH : nuber of cycles both ETMEXTOUT [0] and [1] were asserted * 2
@@ -52,67 +30,73 @@ Index: oprofile/events/arm/armv6/events
+event:0xfe counters:0 um:zero minimum:500 name:CPU_CYCLES : clock cycles counter
Index: oprofile/events/arm/armv6/unit_masks
===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ oprofile/events/arm/armv6/unit_masks 2007-05-23 14:13:12.000000000 +0100
-@@ -0,0 +1,4 @@
+--- oprofile.orig/events/arm/armv6/unit_masks 2007-05-23 15:02:33.000000000 +0100
++++ oprofile/events/arm/armv6/unit_masks 2007-05-23 15:28:24.000000000 +0100
+@@ -1,4 +1,4 @@
+-# Arm11 possible unit masks
+# ARM V6 PMU possible unit masks
-+#
-+name:zero type:mandatory default:0x00
-+ 0x00 No unit mask
+ #
+ name:zero type:mandatory default:0x00
+ 0x00 No unit mask
Index: oprofile/libop/op_cpu_type.c
===================================================================
---- oprofile.orig/libop/op_cpu_type.c 2007-05-23 11:32:35.000000000 +0100
-+++ oprofile/libop/op_cpu_type.c 2007-05-23 14:13:12.000000000 +0100
-@@ -69,6 +69,7 @@ static struct cpu_descr const cpu_descrs
- { "ppc64 Cell Broadband Engine", "ppc64/cell-be", CPU_PPC64_CELL, 8 },
+--- oprofile.orig/libop/op_cpu_type.c 2007-05-24 00:17:01.000000000 +0100
++++ oprofile/libop/op_cpu_type.c 2007-05-24 00:26:34.000000000 +0100
+@@ -70,7 +70,7 @@ static struct cpu_descr const cpu_descrs
{ "AMD64 family10", "x86-64/family10", CPU_FAMILY10, 4 },
- { "ppc64 PA6T", "ppc64/pa6t", CPU_PPC64_PA6T, 6 },
-+ { "ARM/V6 PMU", "arm/armv6", CPU_ARM_V6, 3 },
+ { "ppc64 PA6T", "ppc64/pa6t", CPU_PPC64_PA6T, 6 },
+ { "ARM MPCore", "arm/mpcore", CPU_ARM_MPCORE, 2 },
+- { "ARM11 PMU", "arm/armv6", CPU_ARM_ARM11, 3 },
++ { "ARM V6 PMU", "arm/armv6", CPU_ARM_V6, 3 },
};
static size_t const nr_cpu_descrs = sizeof(cpu_descrs) / sizeof(struct cpu_descr);
Index: oprofile/libop/op_cpu_type.h
===================================================================
---- oprofile.orig/libop/op_cpu_type.h 2007-05-23 11:32:35.000000000 +0100
-+++ oprofile/libop/op_cpu_type.h 2007-05-23 14:13:12.000000000 +0100
-@@ -67,6 +67,7 @@ typedef enum {
- CPU_PPC64_CELL, /**< ppc64 Cell Broadband Engine*/
+--- oprofile.orig/libop/op_cpu_type.h 2007-05-24 00:17:01.000000000 +0100
++++ oprofile/libop/op_cpu_type.h 2007-05-24 00:26:50.000000000 +0100
+@@ -68,7 +68,7 @@ typedef enum {
CPU_FAMILY10, /**< AMD family 10 */
CPU_PPC64_PA6T, /**< ppc64 PA6T */
-+ CPU_ARM_V6, /**< ARM V6 PMU */
+ CPU_ARM_MPCORE, /**< ARM MPCore */
+- CPU_ARM_ARM11, /**< ARM11 */
++ CPU_ARM_V6, /**< ARM V6 */
MAX_CPU_TYPE
} op_cpu;
Index: oprofile/libop/op_events.c
===================================================================
---- oprofile.orig/libop/op_events.c 2007-05-23 11:32:35.000000000 +0100
-+++ oprofile/libop/op_events.c 2007-05-23 14:13:12.000000000 +0100
-@@ -785,6 +785,7 @@ void op_default_event(op_cpu cpu_type, s
- // we could possibly use the CCNT
+--- oprofile.orig/libop/op_events.c 2007-05-24 00:17:01.000000000 +0100
++++ oprofile/libop/op_events.c 2007-05-24 00:27:49.000000000 +0100
+@@ -786,6 +786,7 @@ void op_default_event(op_cpu cpu_type, s
case CPU_ARM_XSCALE1:
case CPU_ARM_XSCALE2:
+ case CPU_ARM_MPCORE:
+ case CPU_ARM_V6:
descr->name = "CPU_CYCLES";
break;
+@@ -842,10 +843,6 @@ void op_default_event(op_cpu cpu_type, s
+ descr->name = "CPU_CLK";
+ break;
+
+- case CPU_ARM_ARM11:
+- descr->name = "CPU_CYCLES";
+- break;
+-
+ // don't use default, if someone add a cpu he wants a compiler
+ // warning if he forgets to handle it here.
+ case CPU_TIMER_INT:
Index: oprofile/utils/ophelp.c
===================================================================
---- oprofile.orig/utils/ophelp.c 2007-05-23 11:32:45.000000000 +0100
-+++ oprofile/utils/ophelp.c 2007-05-23 14:16:33.000000000 +0100
-@@ -424,12 +424,15 @@ int main(int argc, char const * argv[])
- printf("See Intel XScale Core Developer's Manual\n"
- "Chapter 8 Performance Monitoring\n");
- break;
-+
-+ case CPU_ARM_V6:
-+ printf("See ARM11 Technical Reference Manual\n");
+--- oprofile.orig/utils/ophelp.c 2007-05-24 00:17:12.000000000 +0100
++++ oprofile/utils/ophelp.c 2007-05-24 00:26:08.000000000 +0100
+@@ -429,7 +429,7 @@ int main(int argc, char const * argv[])
+ "Page 3-70, performance counters\n");
break;
- case CPU_PPC64_PA6T:
- printf("See PA6T Power Implementation Features Book IV\n"
- "Chapter 7 Performance Counters\n");
-- break;
-+ break;
+- case CPU_ARM_ARM11:
++ case CPU_ARM_V6:
+ printf("See ARM11 Technical Reference Manual\n");
+ break;
- case CPU_PPC64_POWER4:
- case CPU_PPC64_POWER5: