All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/4] perf, tool: Fix endian issues
@ 2012-05-04 17:11 Jiri Olsa
  2012-05-04 17:11 ` [PATCH 1/4] perf, tool: Handle different endians properly during symbol load Jiri Olsa
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jiri Olsa @ 2012-05-04 17:11 UTC (permalink / raw)
  To: acme, a.p.zijlstra, mingo, paulus, cjashfor, fweisbec; +Cc: linux-kernel

hi,
sending fixies to properly handle perf.data endians.

v2 changes:
  - added patches 3 and 4 to handle sample_id_all header endianity

Attached patches:
  1/4 perf, tool: Handle different endians properly during symbol load
  2/4 perf, tool: Carry perf_event_attr bitfield throught different endians
  3/4 perf, tool: Handle endianity swap on sample_id_all header data
  4/4 perf, tool: Fix 32 bit values endianity swap for sample_id_all header

thanks,
jirka
---
 tools/perf/util/evsel.c   |   32 +++++++++++---
 tools/perf/util/session.c |  101 +++++++++++++++++++++++++++++++++++++++-----
 tools/perf/util/symbol.c  |   33 ++++++++++++++-
 tools/perf/util/symbol.h  |   30 +++++++++++++
 4 files changed, 176 insertions(+), 20 deletions(-)

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

end of thread, other threads:[~2012-05-04 18:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 17:11 [PATCHv2 0/4] perf, tool: Fix endian issues Jiri Olsa
2012-05-04 17:11 ` [PATCH 1/4] perf, tool: Handle different endians properly during symbol load Jiri Olsa
2012-05-04 17:11 ` [PATCH 2/4] perf, tool: Carry perf_event_attr bitfield throught different endians Jiri Olsa
2012-05-04 17:11 ` [PATCH 3/4] perf, tool: Handle endianity swap on sample_id_all header data Jiri Olsa
2012-05-04 17:11 ` [PATCH 4/4] perf, tool: Fix 32 bit values endianity swap for sample_id_all header Jiri Olsa
2012-05-04 17:40 ` [PATCHv2 0/4] perf, tool: Fix endian issues David Ahern
2012-05-04 17:59   ` Arnaldo Carvalho de Melo
2012-05-04 18:08     ` Jiri Olsa

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.