Re: [PATCH v2] perf: xgene: Add CPU hotplug support

2018-10-02 Thread Hoan Tran
Hi Mark, > On Oct 2, 2018, at 4:46 AM, Mark Rutland wrote: > > [NOTICE: This email originated from an external sender. Please be mindful of > safe email handling and proprietary information protection practices.] >

Re: [PATCH v2] perf: xgene: Add CPU hotplug support

2018-10-02 Thread Hoan Tran
Hi Mark, > On Oct 2, 2018, at 4:46 AM, Mark Rutland wrote: > > [NOTICE: This email originated from an external sender. Please be mindful of > safe email handling and proprietary information protection practices.] >

Re: [PATCH v2] perf: xgene: Add CPU hotplug support

2018-10-02 Thread Mark Rutland
Hi Hoan, On Wed, Sep 19, 2018 at 06:44:30PM +, Hoan Tran wrote: > This patch adds CPU hotplug support where the PMU migrates the context to > another online CPU when its CPU is offline. > > It fixes the below issue where the user does offline the CPU which is assigned > to this PMU. > >

Re: [PATCH v2] perf: xgene: Add CPU hotplug support

2018-10-02 Thread Mark Rutland
Hi Hoan, On Wed, Sep 19, 2018 at 06:44:30PM +, Hoan Tran wrote: > This patch adds CPU hotplug support where the PMU migrates the context to > another online CPU when its CPU is offline. > > It fixes the below issue where the user does offline the CPU which is assigned > to this PMU. > >

[PATCH v2] perf: xgene: Add CPU hotplug support

2018-09-19 Thread Hoan Tran
This patch adds CPU hotplug support where the PMU migrates the context to another online CPU when its CPU is offline. It fixes the below issue where the user does offline the CPU which is assigned to this PMU. Assuming, CPU0 is assigned for this PMU. When the user does offline CPU0

[PATCH v2] perf: xgene: Add CPU hotplug support

2018-09-19 Thread Hoan Tran
This patch adds CPU hotplug support where the PMU migrates the context to another online CPU when its CPU is offline. It fixes the below issue where the user does offline the CPU which is assigned to this PMU. Assuming, CPU0 is assigned for this PMU. When the user does offline CPU0