original_kernel/tools/perf/util
Namhyung Kim 95485b1cda perf tools: Convert to LIBUNWIND_SUPPORT
For building perf without libunwind, we can set NO_LIBUNWIND=1 as a
argument of make.  It then defines NO_LIBUNWIND_SUPPORT macro for C code
to do the proper handling.  However it usually used in a negative
semantics - e.g. #ifndef - so we saw double negations which can be
misleading.  Convert it to a positive form to make it more readable.

Also change NO_PERF_REGS macro to HAVE_PERF_REGS for the same reason.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1348824728-14025-5-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-10-02 17:56:01 -03:00
..
include
scripting-engines
PERF-VERSION-GEN
abspath.c
alias.c
annotate.c
annotate.h
bitmap.c
build-id.c
build-id.h
cache.h
callchain.c
callchain.h
cgroup.c
cgroup.h
color.c
color.h
config.c
cpumap.c
cpumap.h perf tools: Allow handling a NULL cpu_map as meaning "all cpus" 2012-09-26 12:41:14 -03:00
ctype.c
debug.c
debug.h
debugfs.c
debugfs.h
dso-test-data.c
dwarf-aux.c perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variables 2012-09-27 10:58:57 -03:00
dwarf-aux.h
environment.c
event.c
event.h
evlist.c perf evlist: Introduce set_filter() method 2012-09-26 15:08:43 -03:00
evlist.h perf evlist: Introduce set_filter() method 2012-09-26 15:08:43 -03:00
evsel.c perf evsel: Export the event_format constructor 2012-09-26 20:24:19 -03:00
evsel.h perf evsel: Export the event_format constructor 2012-09-26 20:24:19 -03:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh perf tools: Convert to LIBELF_SUPPORT 2012-09-28 21:07:36 -03:00
header.c perf evsel: Know if byte swap is needed 2012-09-26 12:48:18 -03:00
header.h perf header: Remove perf_header__read_feature 2012-09-24 11:47:46 -03:00
help.c
help.h
hist.c perf hists: Add missing period_* fields when collapsing a hist entry 2012-09-26 20:44:11 -03:00
hist.h
hweight.c
intlist.c
intlist.h
levenshtein.c
levenshtein.h
map.c perf tools: Convert to LIBELF_SUPPORT 2012-09-28 21:07:36 -03:00
map.h
pager.c
parse-events-test.c
parse-events.c perf tools: Use perf_evsel__newtp in the event parser 2012-09-26 18:29:19 -03:00
parse-events.h
parse-events.l
parse-events.y
parse-options.c
parse-options.h
path.c
perf_regs.h perf tools: Convert to LIBUNWIND_SUPPORT 2012-10-02 17:56:01 -03:00
pmu.c
pmu.h
pmu.l
pmu.y
probe-event.c perf tools: remove sscanf extension %as 2012-09-24 11:49:31 -03:00
probe-event.h
probe-finder.c
probe-finder.h
pstack.c
pstack.h
python-ext-sources
python.c perf evsel: Know if byte swap is needed 2012-09-26 12:48:18 -03:00
quote.c
quote.h
rblist.c
rblist.h
run-command.c
run-command.h
session.c perf evsel: Know if byte swap is needed 2012-09-26 12:48:18 -03:00
session.h
setup.py
sigchain.c
sigchain.h
sort.c
sort.h
stat.c
stat.h
strbuf.c
strbuf.h
strfilter.c
strfilter.h
string.c
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol-elf.c
symbol-minimal.c
symbol.c
symbol.h perf tools: Convert to LIBELF_SUPPORT 2012-09-28 21:07:36 -03:00
sysfs.c
sysfs.h
target.c
target.h
thread.c
thread.h
thread_map.c
thread_map.h
tool.h
top.c
top.h
trace-event-info.c
trace-event-parse.c perf tools: remove sscanf extension %as 2012-09-24 11:49:31 -03:00
trace-event-read.c
trace-event-scripting.c
trace-event.h
types.h
unwind.c
unwind.h perf tools: Convert to LIBUNWIND_SUPPORT 2012-10-02 17:56:01 -03:00
usage.c
util.c
util.h
values.c
values.h
vdso.c
vdso.h
wrapper.c
xyarray.c
xyarray.h