linux-stable-rt/tools/perf/util
Ashwin Chaugule 63c9e01e1a perf tools: Remove static debugfs path from parse-events
Timechart doesn't work if debugfs is not in /sys/kernel/debug/.
Fixed by using global debugfs_path which is filled in by perf.

Signed-off-by: Ashwin Chaugule <ashwinc@quicinc.com>
Cc: "Arjan van de Ven" <arjan@linux.intel.com>
LKML-Reference: <a751bdc6978478de6d10440e587a2cc7.squirrel@www.codeaurora.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-10-12 22:41:05 +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: Remove static debugfs path from parse-events 2009-10-12 22:41:05 +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 timechart: Add a power-only mode 2009-10-01 09:26:40 +02:00
svghelper.h perf util: Make the timechart SVG width dynamic 2009-09-20 19:37:35 +02:00
symbol.c perf tools: elf_sym__is_function() should accept "zero" sized functions 2009-10-06 12:08:08 +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: Fix const char type propagation 2009-10-12 08:35:00 +02:00
trace-event-read.c perf sched: Display time in milliseconds, reorganize output 2009-09-13 10:22:44 +02:00
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