[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87mvzsp4xy.fsf@rasmusvillemoes.dk>
Date: Mon, 22 Jun 2015 09:39:37 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Michal Marek <mmarek@...e.cz>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC 4/4] scripts: add stackdelta script
On Sun, Jun 21 2015, Rasmus Villemoes <linux@...musvillemoes.dk> wrote:
> +
> +my $old = read_stack_usage_file($ARGV[0]);
> +my $new = read_stack_usage_file($ARGV[1]);
> +my @common = grep {exists $new->{$_}} keys %$old;
> +print join(",", keys %old) . "\n";
Bah, that print is leftover from debugging. Please pretend it's not
there.
Rasmus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists