Arnaldo Carvalho de Melo 6671cb1674 perf symbols: Remove unrelated actions from dso__load_kernel_sym 15 years ago
..
include 9e827dd00a perf tools: Bring linear set of section headers for features 15 years ago
PERF-VERSION-GEN 210f9cb2cf perf tools: Bump version to 0.0.2 15 years ago
abspath.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
alias.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 years ago
cache.h cfed95a693 perf tools: Do not manually count string lengths 15 years ago
callchain.c 6beba7adbe perf tools: Unify debug messages mechanisms 15 years ago
callchain.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
color.c 8f28827a16 perf tools: Librarize trace_event() helper 16 years ago
color.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
config.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
ctype.c a73c7d84a1 perf_counter tools: Add and use isprint() 16 years ago
data_map.c 6671cb1674 perf symbols: Remove unrelated actions from dso__load_kernel_sym 15 years ago
data_map.h 84fe8488ad perf symbols: Pass the offset to perf_header__read_build_ids() 15 years ago
debug.c 6beba7adbe perf tools: Unify debug messages mechanisms 15 years ago
debug.h 8f41146aed perf tools: Debug.h needs to include event.h for event_t 15 years ago
debugfs.c afe61f6778 perf tools: Add debugfs utility routines for perf 15 years ago
debugfs.h afe61f6778 perf tools: Add debugfs utility routines for perf 15 years ago
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
event.c 234fbbf508 perf tools: Generalize event synthesizing routines 15 years ago
event.h e30a3d12dd perf symbols: Kill struct build_id_list and die() another day 15 years ago
exec_cmd.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
exec_cmd.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
generate-cmdlist.sh 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
header.c d5eed904bb perf tools: Eliminate some more die() uses in library functions 15 years ago
header.h d5eed904bb perf tools: Eliminate some more die() uses in library functions 15 years ago
help.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 years ago
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
hist.c 9735abf11b perf tools: Move hist_entry__add common code to hist.c 16 years ago
hist.h 9735abf11b perf tools: Move hist_entry__add common code to hist.c 16 years ago
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
map.c 8d06367fa7 perf symbols: Use the buildids if present 15 years ago
pager.c fde953c1c6 perf_counter tools: Remove dead code 16 years ago
parse-events.c 0ffa798d94 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core 15 years ago
parse-events.h c171b552a7 perf trace: Add filter Suppport 15 years ago
parse-options.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
parse-options.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
path.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
probe-finder.c a225a1d911 perf/probes: Fall back to non-dwarf if possible 15 years ago
probe-finder.h b0ef073243 perf/probes: Support function entry relative line number 15 years ago
quote.c 7e030655dd perf: Fix read buffer overflow 16 years ago
quote.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
run-command.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
run-command.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
sigchain.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
sigchain.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
sort.c a4fb581b15 perf tools: Bind callchains to the first sort dimension column 15 years ago
sort.h a4fb581b15 perf tools: Bind callchains to the first sort dimension column 15 years ago
strbuf.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 years ago
strbuf.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
string.c d2fb8b4151 perf tools: Add new perf_atoll() function to parse string representing size in bytes 15 years ago
string.h d2fb8b4151 perf tools: Add new perf_atoll() function to parse string representing size in bytes 15 years ago
strlist.c 27d0fd410c strlist: Introduce strlist__entry and strlist__nr_entries methods 16 years ago
strlist.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
svghelper.c 2e600d01c1 perf timechart: Improve the visual appearance of scheduler delays 15 years ago
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
symbol.c 6671cb1674 perf symbols: Remove unrelated actions from dso__load_kernel_sym 15 years ago
symbol.h 6671cb1674 perf symbols: Remove unrelated actions from dso__load_kernel_sym 15 years ago
thread.c 6beba7adbe perf tools: Unify debug messages mechanisms 15 years ago
thread.h a4fb581b15 perf tools: Bind callchains to the first sort dimension column 15 years ago
trace-event-info.c 03456a158d perf tools: Merge trace.info content into perf.data 16 years ago
trace-event-parse.c 4e3b799d7d perf tools: Use strsep() over strtok_r() for parsing single line 15 years ago
trace-event-read.c 03456a158d perf tools: Merge trace.info content into perf.data 16 years ago
trace-event.h cda48461c7 perf tools: Add latency format to trace output 15 years ago
types.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
usage.c 716c69feca perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 16 years ago
util.h a7b63425a4 Merge branch 'perf/core' into perf/probes 15 years ago
values.c 83a0944fa9 perf: Enable more compiler warnings 16 years ago
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
wrapper.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 years ago