[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386605664-24041-1-git-send-email-bp@alien8.de>
Date: Mon, 9 Dec 2013 17:14:22 +0100
From: Borislav Petkov <bp@...en8.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Borislav Petkov <bp@...e.de>,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Robert Richter <rric@...nel.org>,
David Ahern <dsahern@...il.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Namhyung Kim <namhyung@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Stanislav Fomichev <stfomichev@...dex-team.ru>,
Stephane Eranian <eranian@...gle.com>,
Andi Kleen <ak@...ux.intel.com>,
Arjan van de Ven <arjan@...ux.intel.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Mike Galbraith <efault@....de>,
Pekka Enberg <penberg@...nel.org>,
Paul Mackerras <paulus@...ba.org>
Subject: [PATCH -v1.1 0/2] perf tool: Carve out fs.* stuff
From: Borislav Petkov <bp@...e.de>
v1 -> v1.1:
* take care of some build nuisances and review comments caught by jolsa
and David Ahern. Fixup the doc cleaning target in Makefile.perf, while
at it.
v1:
step one: carve out fs-related stuff into a libapikfs.a library.
Borislav Petkov (2):
tools/: Convert to new topic libraries
perf: Move fs.* to lib/api/fs/
tools/Makefile | 12 ++++----
tools/lib/{lk => api}/Makefile | 20 +++++++-----
tools/lib/{lk => api/fs}/debugfs.c | 0
tools/lib/{lk => api/fs}/debugfs.h | 6 ++--
tools/{perf/util => lib/api/fs}/fs.c | 11 +++++--
.../util/include/linux/magic.h => lib/api/fs/fs.h} | 12 +++-----
tools/perf/Makefile.perf | 36 ++++++++++------------
tools/perf/builtin-kvm.c | 2 +-
tools/perf/builtin-probe.c | 2 +-
tools/perf/perf.c | 2 +-
tools/perf/tests/parse-events.c | 4 +--
tools/perf/util/cpumap.c | 2 +-
tools/perf/util/evlist.c | 2 +-
tools/perf/util/evsel.c | 2 +-
tools/perf/util/fs.h | 7 -----
tools/perf/util/parse-events.c | 2 +-
tools/perf/util/pmu.c | 2 +-
tools/perf/util/probe-event.c | 2 +-
tools/perf/util/python-ext-sources | 2 +-
tools/perf/util/record.c | 2 +-
tools/perf/util/setup.py | 4 +--
tools/perf/util/trace-event-info.c | 2 +-
tools/perf/util/util.h | 2 +-
tools/vm/Makefile | 14 ++++-----
tools/vm/page-types.c | 2 +-
25 files changed, 76 insertions(+), 78 deletions(-)
rename tools/lib/{lk => api}/Makefile (64%)
rename tools/lib/{lk => api/fs}/debugfs.c (100%)
rename tools/lib/{lk => api/fs}/debugfs.h (86%)
rename tools/{perf/util => lib/api/fs}/fs.c (91%)
rename tools/{perf/util/include/linux/magic.h => lib/api/fs/fs.h} (50%)
delete mode 100644 tools/perf/util/fs.h
--
1.8.4
--
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