All of lore.kernel.org
 help / color / mirror / Atom feed
From: stephane eranian <eranian@googlemail.com>
To: Ming Lei <ming.lei@canonical.com>
Cc: "Will Deacon" <will.deacon@arm.com>,
	"Måns Rullgård" <mans@mansr.com>,
	"Cousson, Benoit" <b-cousson@ti.com>,
	"oprofile-list@lists.sourceforge.net"
	<oprofile-list@lists.sourceforge.net>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"santosh.shilimkar@ti.com" <santosh.shilimkar@ti.com>
Subject: Re: oprofile and ARM A9 hardware counter
Date: Mon, 30 Jan 2012 14:43:59 +0100	[thread overview]
Message-ID: <CAMsRxf+okps60OxQnPkqHck8pWHrkPnT6boo603pC2XEbFYoRQ@mail.gmail.com> (raw)
In-Reply-To: <CAMsRxfJq1-tSQH4bv0BeNWXV9aysi9AUvywkh3e9SaamMDfZ0Q@mail.gmail.com>

Same results for me with 3.3.0-rc1 + 5 patches.


top - 14:42:34 up 8 min,  1 user,  load average: 0.70, 0.29, 0.15
Tasks:  75 total,   2 running,  73 sleeping,   0 stopped,   0 zombie
Cpu(s): 32.9%us,  1.3%sy,  0.0%ni, 65.8%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:    940232k total,   118520k used,   821712k free,     8080k buffers
Swap:   524240k total,        0k used,   524240k free,    79432k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 3868 eranian   20   0   644  160  128 R   99  0.0   0:53.34 noploop
 3870 eranian   20   0  2284 1060  804 R    3  0.1   0:00.63 top
    1 root      20   0  2564 1532  952 S    0  0.2   0:01.26 init

I am connecting to the board via ssh.
But the results don't look correct to me.

On Mon, Jan 30, 2012 at 11:24 AM, stephane eranian
<eranian@googlemail.com> wrote:
> Ok, let me try again with 3.3.0-rc1, that was with 3.2.0.
> The only thing that changed was that one line and it made
> a big difference.
>
>
> On Mon, Jan 30, 2012 at 10:40 AM, Ming Lei <ming.lei@canonical.com> wrote:
>> Hi,
>>
>> On Mon, Jan 30, 2012 at 1:36 AM, stephane eranian
>> <eranian@googlemail.com> wrote:
>>> Hi,
>>>
>>> Ok, so I did a few more tests and there is a serious issue when sampling
>>> in frequency mode (the default). I noticed wrong number of samples, so
>>> I investigated this some more and instrumented the perf_event kernel code.
>>> I found some erratic timer ticks causing broken period adjustments.
>>>
>>> In fact, the problem is visible using top.
>>> I am running a noploop program on CPU0 and nothing else besides top.
>>> The noploop program  does: for(;;);. That is 100% user. On a 2-way
>>
>> Sometimes it is not 100% user, for example irq/exception handling...
>>
>>> system otherwise idle, I expect top to return 50% user 50% idle.
>>>
>>> Top with the commit:
>>>
>>> top - 16:19:21 up 5 min,  1 user,  load average: 0.23, 0.15, 0.07
>>> Tasks:  70 total,   2 running,  68 sleeping,   0 stopped,   0 zombie
>>> Cpu(s): 31.1%us,  2.0%sy,  0.0%ni, 66.2%id,  0.0%wa,  0.0%hi,  0.7%si,  0.0%st
>>>            ^^^^^^^^ That's WRONG
>>
>> Did you reproduce the issue each time or just occasionally?
>>
>> Looks no such issue on my board with 3.3-rc1 plus the 5 extra pmu/emu patches.
>>
>> top - 00:59:15 up 7 min,  1 user,  load average: 1.00, 0.73, 0.35
>> Tasks:  56 total,   2 running,  54 sleeping,   0 stopped,   0 zombie
>> Cpu(s): 42.6%us,  0.2%sy,  0.0%ni, 56.8%id,  0.0%wa,  0.0%hi,  0.4%si,  0.0%st
>> Mem:   1013560k total,    50960k used,   962600k free,     6272k buffers
>> Swap:        0k total,        0k used,        0k free,    29036k cached
>>
>>  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
>>  1355 root      20   0  1460  260  216 R   99  0.0   5:07.38 busy
>>  532 root      20   0     0    0    0 S    0  0.0   0:00.23 kworker/1:1
>>  1356 root      20   0  2552 1120  916 R    0  0.1   0:01.93 top
>>
>>>
>>> Mem:    940292k total,    74984k used,   865308k free,     8020k buffers
>>> Swap:   524240k total,        0k used,   524240k free,    37420k cached
>>>
>>>  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
>>>  3770 eranian   20   0 644 160 128 R   99  0.0   0:14.21 noploop
>>>  3771 eranian   20   0  2184 1052  804 R    2  0.1   0:00.32 top
>>>    1 root      20   0  2564 1528  952 S    0  0.2   0:01.26 init
>>>
>>>
>>> I removed that one liner patch from Ming. The one fiddling with the
>>> clockdomains:
>>>
>>> --- a/arch/arm/mach-omap2/clockdomains44xx_data.c
>>> +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c
>>> @@ -390,7 +390,7 @@ static struct clockdomain emu_sys_44xx_clkdm = {
>>>        .prcm_partition   = OMAP4430_PRM_PARTITION,
>>>        .cm_inst          = OMAP4430_PRM_EMU_CM_INST,
>>>        .clkdm_offs       = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,
>>> -       .flags            = CLKDM_CAN_HWSUP,
>>> +       .flags            = CLKDM_CAN_SWSUP,
>>
>> The patch should not affect timer tick logic, and what the patch does is
>> just to revert the commit [1]  wrt. emu clock domain.
>>
>>>
>>> When I rerun, the test, it now work:
>>>
>>> top - 16:02:51 up 15 min,  1 user,  load average: 1.02, 0.46, 0.21
>>> Tasks:  70 total,   2 running,  68 sleeping,   0 stopped,   0 zombie
>>> Cpu(s): 47.2%us,  1.0%sy,  0.0%ni, 50.8%id,  0.0%wa,  0.0%hi,  1.0%si,  0.0%st
>>>           ^^^^^^^^ close enough (in it stabilize somehow around 49%
>>> which is good)
>>>
>>> Mem:    940292k total,    75288k used,   865004k free,     8004k buffers
>>> Swap:   524240k total,        0k used,   524240k free,    37408k cached
>>>
>>>  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
>>>  3771 eranian   20   0 644 160 128 R  100  0.0   0:34.44 noploop
>>>
>>> Although the patch fixes PMU interrupts, it breaks the timer tick logic somehow.
>>> The perf problem is related to timer tick.
>>>
>>> I am hoping that the tradeoff is not:
>>>     PMU interrupts but broken timer ticks
>>> vs.
>>>    No PMU interrupts but working timer ticks
>>
>>
>>
>> [1], 3c50729b3fa1cd8ca1f347e6caf1081204cf1a7c
>> ARM: OMAP4: PM: Initialise all the clockdomains to supported states
>>
>> thanks
>> --
>> Ming Lei
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: eranian@googlemail.com (stephane eranian)
To: linux-arm-kernel@lists.infradead.org
Subject: oprofile and ARM A9 hardware counter
Date: Mon, 30 Jan 2012 14:43:59 +0100	[thread overview]
Message-ID: <CAMsRxf+okps60OxQnPkqHck8pWHrkPnT6boo603pC2XEbFYoRQ@mail.gmail.com> (raw)
In-Reply-To: <CAMsRxfJq1-tSQH4bv0BeNWXV9aysi9AUvywkh3e9SaamMDfZ0Q@mail.gmail.com>

Same results for me with 3.3.0-rc1 + 5 patches.


top - 14:42:34 up 8 min, ?1 user, ?load average: 0.70, 0.29, 0.15
Tasks: ?75 total, ? 2 running, ?73 sleeping, ? 0 stopped, ? 0 zombie
Cpu(s): 32.9%us, ?1.3%sy, ?0.0%ni, 65.8%id, ?0.0%wa, ?0.0%hi, ?0.0%si, ?0.0%st
Mem: ? ?940232k total, ? 118520k used, ? 821712k free, ? ? 8080k buffers
Swap: ? 524240k total, ? ? ? ?0k used, ? 524240k free, ? ?79432k cached

? PID USER ? ? ?PR ?NI ?VIRT ?RES ?SHR S %CPU %MEM ? ?TIME+ ?COMMAND
?3868 eranian ? 20 ? 0 ? 644 ?160 ?128 R ? 99 ?0.0 ? 0:53.34 noploop
?3870 eranian ? 20 ? 0 ?2284 1060 ?804 R ? ?3 ?0.1 ? 0:00.63 top
? ? 1 root ? ? ?20 ? 0 ?2564 1532 ?952 S ? ?0 ?0.2 ? 0:01.26 init

I am connecting to the board via ssh.
But the results don't look correct to me.

On Mon, Jan 30, 2012 at 11:24 AM, stephane eranian
<eranian@googlemail.com> wrote:
> Ok, let me try again with 3.3.0-rc1, that was with 3.2.0.
> The only thing that changed was that one line and it made
> a big difference.
>
>
> On Mon, Jan 30, 2012 at 10:40 AM, Ming Lei <ming.lei@canonical.com> wrote:
>> Hi,
>>
>> On Mon, Jan 30, 2012 at 1:36 AM, stephane eranian
>> <eranian@googlemail.com> wrote:
>>> Hi,
>>>
>>> Ok, so I did a few more tests and there is a serious issue when sampling
>>> in frequency mode (the default). I noticed wrong number of samples, so
>>> I investigated this some more and instrumented the perf_event kernel code.
>>> I found some erratic timer ticks causing broken period adjustments.
>>>
>>> In fact, the problem is visible using top.
>>> I am running a noploop program on CPU0 and nothing else besides top.
>>> The noploop program ?does: for(;;);. That is 100% user. On a 2-way
>>
>> Sometimes it is not 100% user, for example irq/exception handling...
>>
>>> system otherwise idle, I expect top to return 50% user 50% idle.
>>>
>>> Top with the commit:
>>>
>>> top - 16:19:21 up 5 min, ?1 user, ?load average: 0.23, 0.15, 0.07
>>> Tasks: ?70 total, ? 2 running, ?68 sleeping, ? 0 stopped, ? 0 zombie
>>> Cpu(s): 31.1%us, ?2.0%sy, ?0.0%ni, 66.2%id, ?0.0%wa, ?0.0%hi, ?0.7%si, ?0.0%st
>>> ? ? ? ? ? ?^^^^^^^^ That's WRONG
>>
>> Did you reproduce the issue each time or just occasionally?
>>
>> Looks no such issue on my board with 3.3-rc1 plus the 5 extra pmu/emu patches.
>>
>> top - 00:59:15 up 7 min, ?1 user, ?load average: 1.00, 0.73, 0.35
>> Tasks: ?56 total, ? 2 running, ?54 sleeping, ? 0 stopped, ? 0 zombie
>> Cpu(s): 42.6%us, ?0.2%sy, ?0.0%ni, 56.8%id, ?0.0%wa, ?0.0%hi, ?0.4%si, ?0.0%st
>> Mem: ? 1013560k total, ? ?50960k used, ? 962600k free, ? ? 6272k buffers
>> Swap: ? ? ? ?0k total, ? ? ? ?0k used, ? ? ? ?0k free, ? ?29036k cached
>>
>> ?PID USER ? ? ?PR ?NI ?VIRT ?RES ?SHR S %CPU %MEM ? ?TIME+ ?COMMAND
>> ?1355 root ? ? ?20 ? 0 ?1460 ?260 ?216 R ? 99 ?0.0 ? 5:07.38 busy
>> ?532 root ? ? ?20 ? 0 ? ? 0 ? ?0 ? ?0 S ? ?0 ?0.0 ? 0:00.23 kworker/1:1
>> ?1356 root ? ? ?20 ? 0 ?2552 1120 ?916 R ? ?0 ?0.1 ? 0:01.93 top
>>
>>>
>>> Mem: ? ?940292k total, ? ?74984k used, ? 865308k free, ? ? 8020k buffers
>>> Swap: ? 524240k total, ? ? ? ?0k used, ? 524240k free, ? ?37420k cached
>>>
>>> ?PID USER ? ? ?PR ?NI ?VIRT ?RES ?SHR S %CPU %MEM ? ?TIME+ ?COMMAND
>>> ?3770 eranian ? 20 ? 0 644 160 128 R ? 99 ?0.0 ? 0:14.21 noploop
>>> ?3771 eranian ? 20 ? 0 ?2184 1052 ?804 R ? ?2 ?0.1 ? 0:00.32 top
>>> ? ?1 root ? ? ?20 ? 0 ?2564 1528 ?952 S ? ?0 ?0.2 ? 0:01.26 init
>>>
>>>
>>> I removed that one liner patch from Ming. The one fiddling with the
>>> clockdomains:
>>>
>>> --- a/arch/arm/mach-omap2/clockdomains44xx_data.c
>>> +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c
>>> @@ -390,7 +390,7 @@ static struct clockdomain emu_sys_44xx_clkdm = {
>>> ? ? ? ?.prcm_partition ? = OMAP4430_PRM_PARTITION,
>>> ? ? ? ?.cm_inst ? ? ? ? ?= OMAP4430_PRM_EMU_CM_INST,
>>> ? ? ? ?.clkdm_offs ? ? ? = OMAP4430_PRM_EMU_CM_EMU_CDOFFS,
>>> - ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_HWSUP,
>>> + ? ? ? .flags ? ? ? ? ? ?= CLKDM_CAN_SWSUP,
>>
>> The patch should not affect timer tick logic, and what the patch does is
>> just to revert the commit [1] ?wrt. emu clock domain.
>>
>>>
>>> When I rerun, the test, it now work:
>>>
>>> top - 16:02:51 up 15 min, ?1 user, ?load average: 1.02, 0.46, 0.21
>>> Tasks: ?70 total, ? 2 running, ?68 sleeping, ? 0 stopped, ? 0 zombie
>>> Cpu(s): 47.2%us, ?1.0%sy, ?0.0%ni, 50.8%id, ?0.0%wa, ?0.0%hi, ?1.0%si, ?0.0%st
>>> ? ? ? ? ? ^^^^^^^^ close enough (in it stabilize somehow around 49%
>>> which is good)
>>>
>>> Mem: ? ?940292k total, ? ?75288k used, ? 865004k free, ? ? 8004k buffers
>>> Swap: ? 524240k total, ? ? ? ?0k used, ? 524240k free, ? ?37408k cached
>>>
>>> ?PID USER ? ? ?PR ?NI ?VIRT ?RES ?SHR S %CPU %MEM ? ?TIME+ ?COMMAND
>>> ?3771 eranian ? 20 ? 0 644 160 128 R ?100 ?0.0 ? 0:34.44 noploop
>>>
>>> Although the patch fixes PMU interrupts, it breaks the timer tick logic somehow.
>>> The perf problem is related to timer tick.
>>>
>>> I am hoping that the tradeoff is not:
>>> ? ? PMU interrupts but broken timer ticks
>>> vs.
>>> ? ?No PMU interrupts but working timer ticks
>>
>>
>>
>> [1], 3c50729b3fa1cd8ca1f347e6caf1081204cf1a7c
>> ARM: OMAP4: PM: Initialise all the clockdomains to supported states
>>
>> thanks
>> --
>> Ming Lei

  reply	other threads:[~2012-01-30 13:44 UTC|newest]

Thread overview: 257+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAAO=S0+L2Q1YZC-pfm2Lz8jPooTeHYOMaZbtRgHYFoL_m7rvhA@mail.gmail.com>
     [not found] ` <4F0B182D.7060507@us.ibm.com>
2012-01-09 22:49   ` oprofile and ARM A9 hardware counter Will Deacon
2012-01-09 22:49     ` Will Deacon
2012-01-09 23:30     ` Ming Lei
2012-01-09 23:30       ` Ming Lei
2012-01-10  0:46       ` stephane eranian
2012-01-10  0:46         ` stephane eranian
2012-01-18  4:18         ` Ming Lei
2012-01-18  4:18           ` Ming Lei
2012-01-18  9:33           ` Ming Lei
2012-01-18  9:33             ` Ming Lei
2012-01-18 11:39             ` Shilimkar, Santosh
2012-01-18 11:39               ` Shilimkar, Santosh
2012-01-18 12:24               ` Ming Lei
2012-01-18 12:24                 ` Ming Lei
2012-01-18 12:33                 ` Shilimkar, Santosh
2012-01-18 12:33                   ` Shilimkar, Santosh
2012-04-03  9:25                   ` Will Deacon
2012-04-03  9:25                     ` Will Deacon
2012-04-03  9:42                     ` Shilimkar, Santosh
2012-04-03  9:42                       ` Shilimkar, Santosh
2012-04-03  9:47                       ` Will Deacon
2012-04-03  9:47                         ` Will Deacon
2012-04-03 10:01                         ` Shilimkar, Santosh
2012-04-03 10:01                           ` Shilimkar, Santosh
2012-04-03 12:34                           ` Will Deacon
2012-04-03 12:34                             ` Will Deacon
2012-04-03 12:41                             ` Shilimkar, Santosh
2012-04-03 12:41                               ` Shilimkar, Santosh
2012-04-03 14:27                             ` Kevin Hilman
2012-04-03 14:27                               ` Kevin Hilman
2012-04-03 16:07                               ` Will Deacon
2012-04-03 16:07                                 ` Will Deacon
2012-04-03 23:14                                 ` Kevin Hilman
2012-04-03 23:14                                   ` Kevin Hilman
2012-04-03 23:29                                   ` Paul Walmsley
2012-04-03 23:29                                     ` Paul Walmsley
2012-04-04  3:42                                     ` Ming Lei
2012-04-04  3:42                                       ` Ming Lei
2012-04-04 11:15                                     ` Will Deacon
2012-04-04 11:15                                       ` Will Deacon
2012-04-26 18:07                                       ` Will Deacon
2012-04-26 18:07                                         ` Will Deacon
2012-04-30 22:25                                         ` Kevin Hilman
2012-04-30 22:25                                           ` Kevin Hilman
2012-05-07 17:27                                           ` Ming Lei
2012-05-07 17:27                                             ` Ming Lei
2012-05-04 22:17                                         ` Jon Hunter
2012-05-04 22:17                                           ` Jon Hunter
2012-05-07 17:15                                           ` Kevin Hilman
2012-05-07 17:15                                             ` Kevin Hilman
2012-05-07 19:53                                             ` Jon Hunter
2012-05-07 19:53                                               ` Jon Hunter
2012-05-07 23:28                                               ` Kevin Hilman
2012-05-07 23:28                                                 ` Kevin Hilman
2012-05-08 11:01                                                 ` Cousson, Benoit
2012-05-08 11:01                                                   ` Cousson, Benoit
2012-05-08 11:23                                                   ` Jean Pihet
2012-05-08 11:23                                                     ` Jean Pihet
2012-05-08 12:37                                                     ` Cousson, Benoit
2012-05-08 12:37                                                       ` Cousson, Benoit
2012-05-08 13:18                                                       ` Jean Pihet
2012-05-08 13:18                                                         ` Jean Pihet
2012-05-08 14:00                                                         ` Kevin Hilman
2012-05-08 14:00                                                           ` Kevin Hilman
2012-05-08 14:03                                                           ` Cousson, Benoit
2012-05-08 14:03                                                             ` Cousson, Benoit
2012-05-08 16:18                                                             ` Kevin Hilman
2012-05-08 16:18                                                               ` Kevin Hilman
2012-05-08 19:51                                                               ` Jon Hunter
2012-05-08 19:51                                                                 ` Jon Hunter
2012-05-08 21:28                                                                 ` Kevin Hilman
2012-05-08 21:28                                                                   ` Kevin Hilman
2012-05-08 22:20                                                                   ` Jon Hunter
2012-05-08 22:20                                                                     ` Jon Hunter
2012-05-08 22:12                                                                 ` Ming Lei
2012-05-08 22:12                                                                   ` Ming Lei
2012-05-08 17:31                                                   ` Jon Hunter
2012-05-08 17:31                                                     ` Jon Hunter
2012-05-08 21:22                                                     ` Kevin Hilman
2012-05-08 21:22                                                       ` Kevin Hilman
2012-05-08 23:59                                                       ` Jon Hunter
2012-05-08 23:59                                                         ` Jon Hunter
2012-05-09 10:58                                                       ` Cousson, Benoit
2012-05-09 10:58                                                         ` Cousson, Benoit
2012-05-09 18:04                                                         ` Jon Hunter
2012-05-09 18:04                                                           ` Jon Hunter
2012-05-09 19:28                                                           ` Jon Hunter
2012-05-09 19:28                                                             ` Jon Hunter
2012-05-09 21:45                                                             ` Jon Hunter
2012-05-09 21:45                                                               ` Jon Hunter
2012-05-10  8:44                                                               ` Will Deacon
2012-05-10  8:44                                                                 ` Will Deacon
2012-05-10  9:12                                                                 ` stephane eranian
2012-05-10  9:12                                                                   ` stephane eranian
2012-05-10 18:55                                                                 ` Jon Hunter
2012-05-10 18:55                                                                   ` Jon Hunter
2012-05-11 12:25                                                                   ` Will Deacon
2012-05-11 12:25                                                                     ` Will Deacon
2012-05-11 13:47                                                                     ` Jon Hunter
2012-05-11 13:47                                                                       ` Jon Hunter
2012-05-11 13:49                                                                       ` Will Deacon
2012-05-11 13:49                                                                         ` Will Deacon
2012-05-11 14:52                                                                         ` Jon Hunter
2012-05-11 14:52                                                                           ` Jon Hunter
2012-05-11 15:02                                                                           ` Will Deacon
2012-05-11 15:02                                                                             ` Will Deacon
2012-05-11 16:31                                                                             ` Jon Hunter
2012-05-11 16:31                                                                               ` Jon Hunter
2012-05-11 16:38                                                                               ` Will Deacon
2012-05-11 16:38                                                                                 ` Will Deacon
2012-05-11 23:51                                                                                 ` Jon Hunter
2012-05-11 23:51                                                                                   ` Jon Hunter
2012-05-15 13:52                                                                                   ` Will Deacon
2012-05-15 13:52                                                                                     ` Will Deacon
2012-05-10 14:12                                                               ` Kevin Hilman
2012-05-10 14:12                                                                 ` Kevin Hilman
2012-05-10 19:05                                                                 ` Jon Hunter
2012-05-10 19:05                                                                   ` Jon Hunter
2012-05-10  6:59                                                         ` Santosh Shilimkar
2012-05-10  6:59                                                           ` Santosh Shilimkar
2012-05-08 21:50                                                 ` Paul Walmsley
2012-05-08 21:50                                                   ` Paul Walmsley
2012-04-04  0:00                             ` Paul Walmsley
2012-04-04  0:00                               ` Paul Walmsley
2012-04-04 11:07                               ` Will Deacon
2012-04-04 11:07                                 ` Will Deacon
2012-01-18  9:54           ` stephane eranian
2012-01-18  9:54             ` stephane eranian
2012-01-18 10:07             ` Ming Lei
2012-01-18 10:07               ` Ming Lei
2012-01-18 21:58               ` stephane eranian
2012-01-18 21:58                 ` stephane eranian
2012-01-19  1:21                 ` Ming Lei
2012-01-19  1:21                   ` Ming Lei
2012-01-19 11:34                   ` stephane eranian
2012-01-19 11:34                     ` stephane eranian
2012-01-19 12:45                     ` Ming Lei
2012-01-19 12:45                       ` Ming Lei
2012-01-19 12:51                       ` stephane eranian
2012-01-19 12:51                         ` stephane eranian
2012-01-19 12:55                         ` stephane eranian
2012-01-19 12:55                           ` stephane eranian
2012-01-19 13:14                         ` Ming Lei
2012-01-19 13:14                           ` Ming Lei
2012-01-19 13:26                           ` Ming Lei
2012-01-19 13:26                             ` Ming Lei
2012-01-19 13:32                             ` stephane eranian
2012-01-19 13:32                               ` stephane eranian
2012-01-19 13:51                               ` Ming Lei
2012-01-19 13:51                                 ` Ming Lei
2012-01-19 17:07                                 ` stephane eranian
2012-01-19 17:07                                   ` stephane eranian
2012-01-20 13:47                                   ` stephane eranian
2012-01-20 13:47                                     ` stephane eranian
2012-01-21  3:25                                     ` Ming Lei
2012-01-21  3:25                                       ` Ming Lei
2012-01-21  9:16                                       ` stephane eranian
2012-01-21  9:16                                         ` stephane eranian
2012-01-27 12:13                                         ` Will Deacon
2012-01-27 12:13                                           ` Will Deacon
2012-01-27 12:45                                           ` stephane eranian
2012-01-27 12:45                                             ` stephane eranian
2012-01-27 12:56                                           ` Måns Rullgård
2012-01-27 12:56                                             ` Måns Rullgård
2012-01-27 13:28                                             ` Will Deacon
2012-01-27 13:28                                               ` Will Deacon
2012-01-27 13:32                                               ` stephane eranian
2012-01-27 13:32                                                 ` stephane eranian
2012-01-27 13:47                                               ` Måns Rullgård
2012-01-27 13:47                                                 ` Måns Rullgård
2012-01-27 13:56                                                 ` Will Deacon
2012-01-27 13:56                                                   ` Will Deacon
2012-01-27 14:05                                                   ` Måns Rullgård
2012-01-27 14:05                                                     ` Måns Rullgård
2012-01-27 14:09                                               ` Ming Lei
2012-01-27 14:09                                                 ` Ming Lei
2012-01-27 15:45                                                 ` stephane eranian
2012-01-27 15:45                                                   ` stephane eranian
2012-01-27 15:54                                                   ` Will Deacon
2012-01-27 15:54                                                     ` Will Deacon
2012-01-27 15:57                                                     ` stephane eranian
2012-01-27 15:57                                                       ` stephane eranian
2012-01-27 16:59                                                       ` Will Deacon
2012-01-27 16:59                                                         ` Will Deacon
2012-01-27 17:03                                                         ` stephane eranian
2012-01-27 17:03                                                           ` stephane eranian
2012-01-27 17:10                                                           ` Will Deacon
2012-01-27 17:10                                                             ` Will Deacon
2012-01-27 17:16                                                             ` stephane eranian
2012-01-27 17:16                                                               ` stephane eranian
2012-01-29 17:36                                                               ` stephane eranian
2012-01-29 17:36                                                                 ` stephane eranian
2012-01-30  9:40                                                                 ` Ming Lei
2012-01-30  9:40                                                                   ` Ming Lei
2012-01-30 10:24                                                                   ` stephane eranian
2012-01-30 10:24                                                                     ` stephane eranian
2012-01-30 13:43                                                                     ` stephane eranian [this message]
2012-01-30 13:43                                                                       ` stephane eranian
2012-01-30 14:49                                                                       ` Ming Lei
2012-01-30 14:49                                                                         ` Ming Lei
2012-01-30 16:02                                                                         ` stephane eranian
2012-01-30 16:02                                                                           ` stephane eranian
2012-01-30 16:08                                                                           ` Måns Rullgård
2012-01-30 16:08                                                                             ` Måns Rullgård
2012-01-30 17:15                                                                             ` stephane eranian
2012-01-30 17:15                                                                               ` stephane eranian
2012-01-30 17:24                                                                               ` Will Deacon
2012-01-30 17:24                                                                                 ` Will Deacon
2012-01-30 17:45                                                                                 ` stephane eranian
2012-01-30 17:45                                                                                   ` stephane eranian
2012-01-30 19:14                                                                                   ` Will Deacon
2012-01-30 19:14                                                                                     ` Will Deacon
2012-01-30 20:45                                                                                     ` stephane eranian
2012-01-30 20:45                                                                                       ` stephane eranian
2012-03-07  2:49                                                     ` Ming Lei
2012-03-07  2:49                                                       ` Ming Lei
2012-03-07  9:48                                                       ` Will Deacon
2012-03-07  9:48                                                         ` Will Deacon
2012-01-27 14:06                                           ` Ming Lei
2012-01-27 14:06                                             ` Ming Lei
2012-01-18 10:18             ` Russell King - ARM Linux
2012-01-18 10:18               ` Russell King - ARM Linux
     [not found] <1328578047.1724.17.camel@dave-Dell-System-XPS-L502X>
     [not found] ` <CAMQu2gwfo5JXAqQaLUNs7C7J3TUhEO2zOcyD0Rk-D_O61Yrfag@mail.gmail.com>
     [not found]   ` <CAMsRxfLNBbQO5XF+EHJqNsnW+s=ay3mjSV5dh=sxdwzktUu03g@mail.gmail.com>
     [not found]     ` <CAMQu2gzfNAwtf1c6jrTZpfGMSqBgBrQKmFTeCFzbvMh9ESBDUg@mail.gmail.com>
     [not found]       ` <CAMsRxfKR1ODH56BtcUT5Dv6qOVEYGVheEcW9ugXsZmLKok==bg@mail.gmail.com>
2012-02-07 10:53         ` Shilimkar, Santosh
2012-02-07 11:09           ` Shilimkar, Santosh
2012-02-07 11:25             ` stephane eranian
2012-02-07 11:39               ` Shilimkar, Santosh
2012-02-07 11:59                 ` stephane eranian
2012-02-07 15:30                   ` Will Deacon
2012-02-08  2:24                   ` Ming Lei
2012-02-08  2:24                     ` Ming Lei
2012-02-15 16:38                     ` Peter Zijlstra
2012-02-15 16:38                       ` Peter Zijlstra
2012-02-16 10:25                       ` Ming Lei
2012-02-16 10:25                         ` Ming Lei
2012-02-16 15:00                         ` Will Deacon
2012-02-16 15:00                           ` Will Deacon
2012-02-16 16:12                           ` Ming Lei
2012-02-16 16:12                             ` Ming Lei
2012-02-16 16:19                             ` Peter Zijlstra
2012-02-16 16:19                               ` Peter Zijlstra
2012-02-16 16:37                               ` Ming Lei
2012-02-16 16:37                                 ` Ming Lei
2012-02-16 18:08                                 ` Will Deacon
2012-02-16 18:08                                   ` Will Deacon
2012-02-17  5:24                                   ` Ming Lei
2012-02-17  5:24                                     ` Ming Lei
2012-02-17 10:26                                     ` Will Deacon
2012-02-17 10:26                                       ` Will Deacon
2012-02-20  3:19                                       ` Ming Lei
2012-02-20  3:19                                         ` Ming Lei
2012-02-20  9:44                                         ` Will Deacon
2012-02-20  9:44                                           ` Will Deacon
2012-02-13 13:15                   ` Will Deacon
     [not found]           ` <1329508513.1858.15.camel@dave-Dell-System-XPS-L502X>
2012-02-18  4:31             ` Shilimkar, Santosh
2012-04-03  9:44               ` Will Deacon
2012-04-03  9:47                 ` Shilimkar, Santosh
     [not found] ` <CACVXFVN0E_deS2d50mfufO5QZSwh=34BppCL++oxtc3nfN_ugA@mail.gmail.com>
     [not found]   ` <1328664644.1678.15.camel@dave-Dell-System-XPS-L502X>
2012-02-09 20:05     ` David A. Long

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMsRxf+okps60OxQnPkqHck8pWHrkPnT6boo603pC2XEbFYoRQ@mail.gmail.com \
    --to=eranian@googlemail.com \
    --cc=b-cousson@ti.com \
    --cc=eranian@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mans@mansr.com \
    --cc=ming.lei@canonical.com \
    --cc=oprofile-list@lists.sourceforge.net \
    --cc=santosh.shilimkar@ti.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.