Re: [sched] Dump dependency graph to a dot file

2015-11-06 Thread Jeff Law
On 11/05/2015 03:26 AM, Nikolai Bozhenov wrote: On 11/05/2015 12:18 PM, Kyrill Tkachov wrote: Hi Nikolai, On 05/11/15 08:29, Nikolai Bozhenov wrote: Hi! The attached patch adds a procedure to dump the scheduler's dependency graph into a dot file. The patch has been bootstrapped and regtested

Re: [sched] Dump dependency graph to a dot file

2015-11-05 Thread Nikolai Bozhenov
On 11/05/2015 12:18 PM, Kyrill Tkachov wrote: Hi Nikolai, On 05/11/15 08:29, Nikolai Bozhenov wrote: Hi! The attached patch adds a procedure to dump the scheduler's dependency graph into a dot file. The patch has been bootstrapped and regtested on x86_64. Please commit if it is OK for trunk.

Re: [sched] Dump dependency graph to a dot file

2015-11-05 Thread Kyrill Tkachov
Hi Nikolai, On 05/11/15 08:29, Nikolai Bozhenov wrote: Hi! The attached patch adds a procedure to dump the scheduler's dependency graph into a dot file. The patch has been bootstrapped and regtested on x86_64. Please commit if it is OK for trunk. Thanks, Nikolai A couple of style nits. +

[sched] Dump dependency graph to a dot file

2015-11-05 Thread Nikolai Bozhenov
Hi! The attached patch adds a procedure to dump the scheduler's dependency graph into a dot file. The patch has been bootstrapped and regtested on x86_64. Please commit if it is OK for trunk. Thanks, Nikolai 2015-11-04 Nikolai Bozhenov * sched-int.h (dump_rgn_dependencies_dot): Declare * s