[PATCH 00/10] perf tools: perf.h cleanups

From: Jiri Olsa
Date: Mon May 05 2014 - 08:33:58 EST


hi,
moving syscall function and arch related defines into
new header 'perf-sys.h' as requested by Peter in:
http://lkml.kernel.org/r/20140502115201.GI30445@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

While at it I did some clean ups in perf.h header.

Hopefully I did not brake anyone's usage of
perf.h .. let me know ;-)

Also available in here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/header_1

thanks,
jirka
---
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Corey Ashford <cjashfor@xxxxxxxxxxxxxxxxxx>
Cc: David Ahern <dsahern@xxxxxxxxx>
Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Jiri Olsa (10):
perf tools: Remove MAX_COUNTERS define from perf.h
perf tools: Remove unlikely define from perf.h
perf tools: Remove min define from perf.h
perf tools: Remove asmlinkage define from perf.h
perf tools: Remove PR_TASK_PERF_EVENTS_* from perf.h
perf tools: Move sample data structures from perf.h
perf tools: Move perf_call_graph_mode enum from perf.h
perf tools: Move syscall and arch specific defines from perf.h
perf tools: Move sys_perf_event_open function from perf.h
perf tools: Move ACCESS_ONCE from perf.h header

tools/perf/perf-sys.h | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools/perf/perf.h | 250 ++++---------------------------------------------------------------------------------------------------
tools/perf/util/callchain.h | 7 +++
tools/perf/util/event.h | 24 ++++++++++
tools/perf/util/evlist.h | 2 +
tools/perf/util/symbol.h | 1 +
6 files changed, 232 insertions(+), 242 deletions(-)
create mode 100644 tools/perf/perf-sys.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/