All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] perf tools: More fixes and updates
@ 2011-12-15 16:32 Robert Richter
  2011-12-15 16:32 ` [PATCH 1/4] perf tools: Fix uninitialized memory access to struct perf_sample Robert Richter
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Robert Richter @ 2011-12-15 16:32 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: Ingo Molnar, LKML, Robert Richter

Some more fixes and updates for perf tools.

Robert Richter (4):
  perf tools: Fix uninitialized memory access to struct perf_sample
  perf record: Make feature initialization generic
  perf tools: Moving code in header.c
  perf tools: Factor out feature op to process header sections

 tools/perf/builtin-record.c |   28 +---
 tools/perf/util/evsel.c     |    2 +-
 tools/perf/util/header.c    |  344 ++++++++++++++++++++++---------------------
 tools/perf/util/header.h    |    1 +
 4 files changed, 190 insertions(+), 185 deletions(-)

-- 
1.7.7



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

end of thread, other threads:[~2012-02-17  9:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 16:32 [PATCH 0/4] perf tools: More fixes and updates Robert Richter
2011-12-15 16:32 ` [PATCH 1/4] perf tools: Fix uninitialized memory access to struct perf_sample Robert Richter
2011-12-21  8:41   ` [tip:perf/core] perf evsel: " tip-bot for Robert Richter
2011-12-15 16:32 ` [PATCH 2/4] perf record: Make feature initialization generic Robert Richter
2012-02-07 19:33   ` [tip:perf/core] " tip-bot for Robert Richter
2011-12-15 16:32 ` [PATCH 3/4] perf tools: Moving code in header.c Robert Richter
2011-12-15 16:32 ` [PATCH 4/4] perf tools: Factor out feature op to process header sections Robert Richter
2012-01-31 15:51 ` [PATCH 0/4] perf tools: More fixes and updates Robert Richter
2012-02-02 20:14   ` Arnaldo Carvalho de Melo
2012-02-10 11:31     ` Robert Richter
2012-02-10 14:30       ` Arnaldo Carvalho de Melo
2012-02-10 14:41         ` [PATCH 1/2] perf tools: Moving code in header.c Robert Richter
2012-02-10 14:41           ` [PATCH 2/2] perf tools: Factor out feature op to process header sections Robert Richter
2012-02-17  9:54             ` [tip:perf/core] " tip-bot for Robert Richter
2012-02-17  9:53           ` [tip:perf/core] perf tools: Moving code in header.c tip-bot for Robert Richter

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.