linux-stable/tools/perf/trace/beauty
Jiri Olsa 2bd42f3aaa perf trace: Check if MAP_32BIT is defined (again)
There might be systems where MAP_32BIT is not defined, like some some
RHEL7 powerpc versions.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Kyle McMartin <kyle@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Fixes: 256763b017 ("perf trace beauty mmap: Add more conditional defines")
Link: http://lkml.kernel.org/r/1481831814-23683-1-git-send-email-jolsa@kernel.org
[ Changed the Fixme cset to the one removing the conditional switch case for MAP_32BIT ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-12-20 09:37:40 -03:00
..
eventfd.c perf trace beauty eventfd: No need to include eventfd.h 2016-06-30 18:27:43 -03:00
flock.c perf trace beauty flock: Add more conditional defines 2016-07-12 00:00:39 -03:00
futex_op.c perf trace beauty futex_op: Add missing defines for older systems 2016-07-12 15:20:37 -03:00
mmap.c perf trace: Check if MAP_32BIT is defined (again) 2016-12-20 09:37:40 -03:00
mode_t.c perf trace: Beautify mode_t arguments 2016-04-08 09:58:13 -03:00
msg_flags.c perf trace beauty msg_flags: Remove MSG_TRYHARD 2016-07-12 00:00:39 -03:00
open_flags.c perf trace beauty open_flags: Add more conditional defines 2016-07-12 00:00:39 -03:00
perf_event_open.c perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/ 2016-04-26 13:14:59 -03:00
pid.c perf trace: Read thread's COMM from /proc when not set 2016-04-26 13:15:00 -03:00
sched_policy.c perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systems 2016-06-30 18:27:43 -03:00
seccomp.c perf trace beauty seccomp: Remove seccomp.h include 2016-07-12 15:20:38 -03:00
signum.c perf trace: Move signum beautifier to tools/perf/trace/beauty/ 2016-05-06 13:00:57 -03:00
socket_type.c perf trace: Move socket_type beautifier to tools/perf/trace/beauty/ 2016-04-14 13:53:10 -03:00
waitid_options.c