All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <peterz@infradead.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -tip] perf_counter x86: fix cache_event_ids table
Date: Thu, 25 Jun 2009 17:31:00 +0530	[thread overview]
Message-ID: <1245931260.5308.35.camel@localhost.localdomain> (raw)
In-Reply-To: <1245871145.3038.5.camel@localhost.localdomain>

Hello Ingo,

On Thu, 2009-06-25 at 00:49 +0530, Jaswinder Singh Rajput wrote:
> On Thu, 2009-06-25 at 00:37 +0530, Jaswinder Singh Rajput wrote:
> > On Thu, 2009-06-25 at 00:25 +0530, Jaswinder Singh Rajput wrote:
> > > Fixed followings in cache_event_ids table without changing any
> > logic:
> > > 1. made it easier (3 dimension to 1 dimension array)
> > > 2. made more space for comments
> > > 3. decrease number of lines
> > > 4. fixed style problems
> > > 5. fixed 80 characters issues
> > > 
> > > Style problems in arch/x86/kernel/cpu/perf_counter.c :
> > > 
> > > Before :
> > >   total: 492 errors, 32 warnings, 1713 lines checked
> > > After :
> > >   total: 0 errors, 10 warnings, 1537 lines checked
> > > 
> > > Fixed : 492 errors, 22 warnings and Reduced 176 lines.
> > > 
> > > Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> > 
> > Fixed some more issues:
> > 
> > [PATCH] perf_counter x86: fix cache_event_ids table
> 
> Fixed some more issues, and I am tired now going to bed :
> 
> [PATCH] perf_counter x86: fix cache_event_ids table
> 
> Fixed followings in cache_event_ids table without changing any logic:
> 1. made it easier (3 dimension to 1 dimension array)
> 2. make more space for comments
> 3. decrease number of lines
> 4. fixed style problems
> 5. fixed 80 characters issues
> 
> Style problems in arch/x86/kernel/cpu/perf_counter.c :
> 
> Before :
>   total: 492 errors, 32 warnings, 1713 lines checked
> After :
>   total: 0 errors, 10 warnings, 1537 lines checked
> 
> Fixed : 492 errors, 22 warnings and Reduced 176 lines.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> ---
>  arch/x86/kernel/cpu/perf_counter.c |  530 ++++++++++++------------------------
>  1 files changed, 177 insertions(+), 353 deletions(-)
> 

I have tested this patch on AMD. Can you test it for Intel.

Thanks,
--
JSR



      reply	other threads:[~2009-06-25 12:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 18:55 [PATCH -tip] perf_counter x86: fix cache_event_ids table Jaswinder Singh Rajput
2009-06-24 19:07 ` Jaswinder Singh Rajput
2009-06-24 19:19   ` Jaswinder Singh Rajput
2009-06-25 12:01     ` Jaswinder Singh Rajput [this message]

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=1245931260.5308.35.camel@localhost.localdomain \
    --to=jaswinder@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.