RE: [PATCH v3 1/2] trace: events: add devfreq trace event file

2019-02-20 Thread MyungJoo Ham
>The patch adds a new file for with trace events for devfreq >framework. They are used for performance analysis of the framework. >It also contains updates in MAINTAINERS file adding new entry for >devfreq maintainers. > >Signed-off-by: Lukasz Luba >--- > MAINTAINERS| 1 + > in

Re: [PATCH v3 1/2] trace: events: add devfreq trace event file

2019-02-18 Thread Chanwoo Choi
Hi Lukasz, On 19. 2. 19. 오전 3:21, Lukasz Luba wrote: > The patch adds a new file for with trace events for devfreq > framework. They are used for performance analysis of the framework. > It also contains updates in MAINTAINERS file adding new entry for > devfreq maintainers. > > Signed-off-by: Lu