Arnaldo Carvalho de Melo 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
..
include 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
PERF-VERSION-GEN 210f9cb2cf perf tools: Bump version to 0.0.2 16 年 前
abspath.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
alias.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 年 前
cache.h cfed95a693 perf tools: Do not manually count string lengths 16 年 前
callchain.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
callchain.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
color.c 8f28827a16 perf tools: Librarize trace_event() helper 16 年 前
color.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
config.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
ctype.c a73c7d84a1 perf_counter tools: Add and use isprint() 16 年 前
data_map.c e42049926e perf annotate: Use the sym_priv_size area for the histogram 16 年 前
data_map.h 016e92fbc9 perf tools: Unify perf.data mapping and events handling 16 年 前
debug.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
debug.h 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 年 前
event.h 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
exec_cmd.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
exec_cmd.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
generate-cmdlist.sh 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 年 前
header.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
header.h db9f11e36d perf tools: Use DECLARE_BITMAP instead of an open-coded array 16 年 前
help.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 年 前
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
hist.c 9735abf11b perf tools: Move hist_entry__add common code to hist.c 16 年 前
hist.h 9735abf11b perf tools: Move hist_entry__add common code to hist.c 16 年 前
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 年 前
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
map.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
pager.c fde953c1c6 perf_counter tools: Remove dead code 16 年 前
parse-events.c c171b552a7 perf trace: Add filter Suppport 16 年 前
parse-events.h c171b552a7 perf trace: Add filter Suppport 16 年 前
parse-options.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
parse-options.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
path.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
quote.c 7e030655dd perf: Fix read buffer overflow 16 年 前
quote.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
run-command.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
run-command.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
sigchain.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 年 前
sigchain.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
sort.c a4fb581b15 perf tools: Bind callchains to the first sort dimension column 16 年 前
sort.h a4fb581b15 perf tools: Bind callchains to the first sort dimension column 16 年 前
strbuf.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 年 前
strbuf.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
string.c a2a99e8e12 perf tools: /proc/modules names don't always match its name 16 年 前
string.h a2a99e8e12 perf tools: /proc/modules names don't always match its name 16 年 前
strlist.c 27d0fd410c strlist: Introduce strlist__entry and strlist__nr_entries methods 16 年 前
strlist.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
svghelper.c 2e600d01c1 perf timechart: Improve the visual appearance of scheduler delays 16 年 前
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
symbol.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
symbol.h 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
thread.c 6beba7adbe perf tools: Unify debug messages mechanisms 16 年 前
thread.h a4fb581b15 perf tools: Bind callchains to the first sort dimension column 16 年 前
trace-event-info.c 03456a158d perf tools: Merge trace.info content into perf.data 16 年 前
trace-event-parse.c 4e3b799d7d perf tools: Use strsep() over strtok_r() for parsing single line 16 年 前
trace-event-read.c 03456a158d perf tools: Merge trace.info content into perf.data 16 年 前
trace-event.h cda48461c7 perf tools: Add latency format to trace output 16 年 前
types.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
usage.c 716c69feca perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 16 年 前
util.h 19c959627a Merge branch 'perfcounters/tracing' into perfcounters/core 16 年 前
values.c 83a0944fa9 perf: Enable more compiler warnings 16 年 前
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年 前
wrapper.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 年 前