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

2013-12-11 Thread Mel Gorman
On Tue, Dec 10, 2013 at 02:22:11PM -0800, Andrew Morton wrote: > On Tue, 10 Dec 2013 15:51:35 + Mel Gorman wrote: > > > 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 >

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

2013-12-11 Thread Mel Gorman
On Tue, Dec 10, 2013 at 02:22:11PM -0800, Andrew Morton wrote: On Tue, 10 Dec 2013 15:51:35 + Mel Gorman mgor...@suse.de wrote: 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

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

2013-12-10 Thread Andrew Morton
On Tue, 10 Dec 2013 15:51:35 + 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 >

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

2013-12-10 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

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

2013-12-10 Thread Andrew Morton
On Tue, 10 Dec 2013 15:51:35 + Mel Gorman mgor...@suse.de 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

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

2013-12-10 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