From: Jiri Olsa Date: Mon, 5 May 2014 10:37:05 +0000 (+0200) Subject: perf tools: Remove PR_TASK_PERF_EVENTS_* from perf.h X-Git-Tag: next-20140516~34^2~15^2~6^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=36446f4bfe613ad1da00f06081d410d62c07d334;p=karo-tx-linux.git perf tools: Remove PR_TASK_PERF_EVENTS_* from perf.h It's defined in include/uapi/linux/prctl.h header. Also it was never used in perf tool. Acked-by: Arnaldo Carvalho de Melo Acked-by: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Borislav Petkov Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1399293219-8732-6-git-send-email-jolsa@kernel.org Signed-off-by: Jiri Olsa --- diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 622949d9b86b..1bf95374a7d6 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -176,13 +176,6 @@ #include #include -/* - * prctl(PR_TASK_PERF_EVENTS_DISABLE) will (cheaply) disable all - * counters in the current task. - */ -#define PR_TASK_PERF_EVENTS_DISABLE 31 -#define PR_TASK_PERF_EVENTS_ENABLE 32 - #ifndef NSEC_PER_SEC # define NSEC_PER_SEC 1000000000ULL #endif