public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Minor perf build fixes
@ 2013-07-09 10:00 Ramkumar Ramachandra
  2013-07-09 10:00 ` [PATCH v3 1/5] perf/Makefile: do not open-code shell-sq Ramkumar Ramachandra
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ramkumar Ramachandra @ 2013-07-09 10:00 UTC (permalink / raw)
  To: LKML; +Cc: Namhyung Kim

Hi,

This iteration is in response to Namhyung's review of the previous
iteration.  The differences are:

[3/5] adds a util/perl.h using #include_next without touching any
other files.  This is a much cleaner approach.

[4/5] regenerates Context.c.

[5/5] is new.  I just noticed it.

Thanks.

Ramkumar Ramachandra (5):
  perf/Makefile: do not open-code shell-sq
  perf/Perf-Trace-Util: fix broken include in Context.xs
  perf: squelch warnings from perl.h to compile-pass
  perf/Perf-Trace-Util: regenerate Context.c
  perf/Perf-Trace-Util: add .gitignore

 tools/perf/Makefile                                |   2 +-
 tools/perf/config/Makefile                         |  23 ++-
 tools/perf/scripts/perl/Perf-Trace-Util/.gitignore |   5 +
 tools/perf/scripts/perl/Perf-Trace-Util/Context.c  | 211 +++++++++++++++++----
 tools/perf/scripts/perl/Perf-Trace-Util/Context.xs |   2 +-
 tools/perf/util/perl.h                             |  10 +
 6 files changed, 199 insertions(+), 54 deletions(-)
 create mode 100644 tools/perf/scripts/perl/Perf-Trace-Util/.gitignore
 create mode 100644 tools/perf/util/perl.h

-- 
1.8.3.2.736.g869de25


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-07-12  8:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 10:00 [PATCH v3 0/5] Minor perf build fixes Ramkumar Ramachandra
2013-07-09 10:00 ` [PATCH v3 1/5] perf/Makefile: do not open-code shell-sq Ramkumar Ramachandra
2013-07-09 10:00 ` [PATCH v3 2/5] perf/Perf-Trace-Util: fix broken include in Context.xs Ramkumar Ramachandra
2013-07-12  8:52   ` [tip:perf/urgent] perf script: Fix " tip-bot for Ramkumar Ramachandra
2013-07-09 10:00 ` [PATCH v3 3/5] perf: squelch warnings from perl.h to compile-pass Ramkumar Ramachandra
     [not found]   ` <20130710171640.GA2758@ghostprotocols.net>
2013-07-10 17:22     ` Ramkumar Ramachandra
2013-07-09 10:00 ` [PATCH v3 4/5] perf/Perf-Trace-Util: regenerate Context.c Ramkumar Ramachandra
2013-07-09 10:00 ` [PATCH v3 5/5] perf/Perf-Trace-Util: add .gitignore Ramkumar Ramachandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox