linux/tools/perf/util
Eric Dumazet 725b13685c perf tools: Dont use openat()
openat() is still a young glibc facility, better to not use it in a
non performance critical program (perf list)

Many machines have older glibc (RHEL 4 Update 5 -> glibc-2.3.4-2.36
on my dev machine for example).

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ulrich Drepper <drepper@redhat.com>
LKML-Reference: <4ABB767D.6080004@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-09-24 21:20:08 +02:00
..
include
PERF-VERSION-GEN
abspath.c
alias.c
cache.h
callchain.c
callchain.h
color.c
color.h
config.c
ctype.c
debug.c
debug.h
environment.c
event.h perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
header.h perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
help.c
help.h
levenshtein.c
levenshtein.h
map.c
module.c perf tools: Fix buffer allocation 2009-09-24 15:11:23 +02:00
module.h
pager.c
parse-events.c perf tools: Dont use openat() 2009-09-24 21:20:08 +02:00
parse-events.h perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
parse-options.c
parse-options.h perf: Allow perf utilities to have "callback" options without arguments 2009-09-19 11:42:11 +02:00
path.c
quote.c
quote.h
run-command.c
run-command.h
sigchain.c
sigchain.h
strbuf.c
strbuf.h
string.c
string.h
strlist.c
strlist.h
svghelper.c perf util: SVG performance improvements 2009-09-20 19:37:36 +02:00
svghelper.h perf util: Make the timechart SVG width dynamic 2009-09-20 19:37:35 +02:00
symbol.c perf tools: Fix module symbol loading bug 2009-09-23 13:45:48 +02:00
symbol.h
thread.c perf sched: Add 'perf sched map' scheduling event map printout 2009-09-16 16:41:30 +02:00
thread.h perf sched: Add 'perf sched map' scheduling event map printout 2009-09-16 16:41:30 +02:00
trace-event-info.c perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
trace-event-parse.c perf tools: Implement counter output multiplexing 2009-09-14 15:45:11 +02:00
trace-event-read.c
trace-event.h perf: Do the big rename: Performance Counters -> Performance Events 2009-09-21 14:28:04 +02:00
types.h
usage.c
util.h
values.c
values.h
wrapper.c