From: Joe Perches <joe@perches.com>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 1/1] scripts: add a graph generator based on checkpatch reports
Date: Sun, 23 Nov 2014 12:27:26 -0800 [thread overview]
Message-ID: <1416774446.6651.56.camel@perches.com> (raw)
In-Reply-To: <1416689800-27146-1-git-send-email-fabf@skynet.be>
On Sat, 2014-11-22 at 21:56 +0100, Fabian Frederick wrote:
> This script generates a graph based on errors/warnings/checks detected
> by checkpatch -f recursively on each files of a directory.
> Results are grouped by subfolders and pushed in gnuplot datasets.
Why is this useful?
Ingo's badly named script does something similar:
http://people.redhat.com/mingo/x86.git/code-quality
just without the plots.
btw: this line:
$files = `find $statdir -name "*.c"`;
should probably be
$files = `git ls-files -- "$statdir/*.[ch]"`;
next prev parent reply other threads:[~2014-11-23 20:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-22 20:56 Fabian Frederick
2014-11-23 20:27 ` Joe Perches [this message]
2014-11-24 16:31 ` Fabian Frederick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416774446.6651.56.camel@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=fabf@skynet.be \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®