lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  7 Oct 2013 11:31:38 +0200
From:	Jiri Olsa <jolsa@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	Jiri Olsa <jolsa@...hat.com>,
	Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Ingo Molnar <mingo@...e.hu>,
	Namhyung Kim <namhyung@...nel.org>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	David Ahern <dsahern@...il.com>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Andi Kleen <andi@...stfloor.org>
Subject: [PATCH 0/3] perf tools: Factor perf data handling

hi,
adding patches to centralize perf.data handling. New object
perf_data_file is added as a handler for perf.data file.

This cleans up perf.data handling and will become handy
for other perf.data file related changes in future, like
multiple file storage or separating storage into multiple
threads.

This patchset is extracted and rebased as generic one
from my earlier 'multiple file support' patchset:
http://marc.info/?t=137803189400001&r=1&w=2

It's reachable here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/file38

thanks,
jirka

Signed-off-by: Jiri Olsa <jolsa@...hat.com>
Cc: Corey Ashford <cjashfor@...ux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Andi Kleen <andi@...stfloor.org>
---
Jiri Olsa (3):
      perf tools: Add data object to handle perf data file
      perf tools: Add perf_data_file__open interface to data object
      perf tools: Separating data file properties from session

 tools/perf/Makefile                |   1 +
 tools/perf/builtin-annotate.c      |  11 ++++++---
 tools/perf/builtin-buildid-cache.c |   8 +++++--
 tools/perf/builtin-buildid-list.c  |  11 ++++++---
 tools/perf/builtin-diff.c          |  19 +++++++++------
 tools/perf/builtin-evlist.c        |   7 +++++-
 tools/perf/builtin-inject.c        |   7 +++++-
 tools/perf/builtin-kmem.c          |   7 +++++-
 tools/perf/builtin-kvm.c           |  13 +++++++---
 tools/perf/builtin-lock.c          |   7 +++++-
 tools/perf/builtin-mem.c           |   9 +++++--
 tools/perf/builtin-record.c        |  78 +++++++++++++++++++-----------------------------------------
 tools/perf/builtin-report.c        |  18 ++++++++++----
 tools/perf/builtin-sched.c         |   6 ++++-
 tools/perf/builtin-script.c        |  17 +++++++++----
 tools/perf/builtin-timechart.c     |  10 ++++++--
 tools/perf/builtin-top.c           |   7 ++----
 tools/perf/builtin-trace.c         |   8 ++++---
 tools/perf/perf.h                  |   1 -
 tools/perf/util/data.c             | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/perf/util/data.h             |  48 +++++++++++++++++++++++++++++++++++++
 tools/perf/util/header.c           |  20 +++++++++-------
 tools/perf/util/session.c          | 125 +++++++++++++++++++++++++++++++++++-------------------------------------------------------------
 tools/perf/util/session.h          |  11 ++++-----
 24 files changed, 376 insertions(+), 193 deletions(-)
 create mode 100644 tools/perf/util/data.c
 create mode 100644 tools/perf/util/data.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ