Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-17 Thread Qais Yousef
On 06/17/19 17:55, Peter Zijlstra wrote: > On Mon, Jun 17, 2019 at 01:51:23PM +0100, Qais Yousef wrote: > > Hi Peter > > > > On 06/04/19 12:14, Qais Yousef wrote: > > > Changes in v3: > > > - Split pelt_rq TP into pelt_cfs, pelt_rq, pelt_dl and pelt_irq > > > - Replace the fatty preprocessing

Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-17 Thread Peter Zijlstra
On Mon, Jun 17, 2019 at 01:51:23PM +0100, Qais Yousef wrote: > Hi Peter > > On 06/04/19 12:14, Qais Yousef wrote: > > Changes in v3: > > - Split pelt_rq TP into pelt_cfs, pelt_rq, pelt_dl and pelt_irq > > - Replace the fatty preprocessing wrappers with exported helper > > functions t

Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-17 Thread Qais Yousef
Hi Peter On 06/04/19 12:14, Qais Yousef wrote: > Changes in v3: > - Split pelt_rq TP into pelt_cfs, pelt_rq, pelt_dl and pelt_irq > - Replace the fatty preprocessing wrappers with exported helper > functions to access data in unexported structures. > - Remove the now unne

Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-05 Thread Qais Yousef
On 06/04/19 23:17, Christoph Hellwig wrote: > > The following patches add the bare minimum tracepoints required to perform > > EAS > > testing in Lisa[1]. > > What is EAS? Whhy is "Lisa" not part of the patch submission? > submission. EAS is Energy Aware Scheduling. It was merged in 5.0. Lisa

Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-05 Thread Peter Zijlstra
On Tue, Jun 04, 2019 at 11:17:48PM -0700, Christoph Hellwig wrote: > > The following patches add the bare minimum tracepoints required to perform > > EAS > > testing in Lisa[1]. > > What is EAS? Whhy is "Lisa" not part of the patch submission? > submission. > > > It is done in this way because

Re: [PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-04 Thread Christoph Hellwig
> The following patches add the bare minimum tracepoints required to perform EAS > testing in Lisa[1]. What is EAS? Whhy is "Lisa" not part of the patch submission? submission. > It is done in this way because adding new TRACE_EVENTS() is no longer accepted > AFAIU. Huh? We keep adding trace e

[PATCH v3 0/6] sched: Add new tracepoints required for EAS testing

2019-06-04 Thread Qais Yousef
Changes in v3: - Split pelt_rq TP into pelt_cfs, pelt_rq, pelt_dl and pelt_irq - Replace the fatty preprocessing wrappers with exported helper functions to access data in unexported structures. - Remove the now unnecessary headers that were introduced in the