Re: [PATCH v10 09/13] drivers: devfreq: events: add Exynos PPMU new events

2019-06-25 Thread Chanwoo Choi
On 19. 6. 25. 오후 4:31, Lukasz Luba wrote: > > > On 6/22/19 3:10 PM, Chanwoo Choi wrote: >> Hi, >> >> 2019년 6월 14일 (금) 오후 6:54, Lukasz Luba 님이 작성: >>> >>> Define new performance events supported by Exynos5422 SoC counters. >>> The counters are built-in in Dynamic Memory Controller and provide >>>

Re: [PATCH v10 09/13] drivers: devfreq: events: add Exynos PPMU new events

2019-06-25 Thread Lukasz Luba
On 6/22/19 3:10 PM, Chanwoo Choi wrote: > Hi, > > 2019년 6월 14일 (금) 오후 6:54, Lukasz Luba 님이 작성: >> >> Define new performance events supported by Exynos5422 SoC counters. >> The counters are built-in in Dynamic Memory Controller and provide >> information regarding memory utilization. >> >>

Re: [PATCH v10 09/13] drivers: devfreq: events: add Exynos PPMU new events

2019-06-22 Thread Chanwoo Choi
Hi, 2019년 6월 14일 (금) 오후 6:54, Lukasz Luba 님이 작성: > > Define new performance events supported by Exynos5422 SoC counters. > The counters are built-in in Dynamic Memory Controller and provide > information regarding memory utilization. > > Signed-off-by: Lukasz Luba > --- >

[PATCH v10 09/13] drivers: devfreq: events: add Exynos PPMU new events

2019-06-14 Thread Lukasz Luba
Define new performance events supported by Exynos5422 SoC counters. The counters are built-in in Dynamic Memory Controller and provide information regarding memory utilization. Signed-off-by: Lukasz Luba --- drivers/devfreq/event/exynos-ppmu.c | 6 ++ 1 file changed, 6 insertions(+) diff