Re: [PATCH 18/18] sched: Add tracepoints related to NUMA task migration

2013-12-09 Thread Rik van Riel
On 12/09/2013 02:09 AM, Mel Gorman wrote: > This patch adds three tracepoints > o trace_sched_move_numa when a task is moved to a node > o trace_sched_swap_numa when a task is swapped with another task > o trace_sched_stick_numa when a numa-related migration fails > > The tracepoi

[PATCH 18/18] sched: Add tracepoints related to NUMA task migration

2013-12-08 Thread Mel Gorman
This patch adds three tracepoints o trace_sched_move_numawhen a task is moved to a node o trace_sched_swap_numawhen a task is swapped with another task o trace_sched_stick_numa when a numa-related migration fails The tracepoints allow the NUMA scheduler activity to be moni