hi, moving syscall function and arch related defines into new header 'perf-sys.h' as requested by Peter in: http://lkml.kernel.org/r/[email protected]
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 <[email protected]> Cc: Corey Ashford <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Jiri Olsa <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

