Ingo Molnar 075de90c46 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core 14 yıl önce
..
include 361c99a661 perf evsel: Introduce perf_evlist 14 yıl önce
scripting-engines 133dc4c39c perf: Rename 'perf trace' to 'perf script' 14 yıl önce
ui 2f525d0148 perf annotate: Support multiple histograms in annotation 14 yıl önce
PERF-VERSION-GEN 869599ceda perf: Version String fix, for fallback if not from git 15 yıl önce
abspath.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
alias.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 yıl önce
annotate.c 36532461a0 perf top: Ditch private annotation code, share perf annotate's 14 yıl önce
annotate.h 36532461a0 perf top: Ditch private annotation code, share perf annotate's 14 yıl önce
bitmap.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 yıl önce
build-id.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
build-id.h b36f19d572 perf annotate: Use build-ids to find the right DSO 15 yıl önce
cache.h 229ade9ba3 perf tools: Don't fallback to setup_pager unconditionally 14 yıl önce
callchain.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
callchain.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
color.c a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 yıl önce
color.h a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 yıl önce
config.c 45de34bbe3 perf buildid: add perfconfig option to specify buildid cache dir 15 yıl önce
cpumap.c 915fce20ec perf tools: Add missing cpu_map__delete() 14 yıl önce
cpumap.h 915fce20ec perf tools: Add missing cpu_map__delete() 14 yıl önce
ctype.c 2890284bcf perf tools: Move graph_line and graph_dotted_line from top 15 yıl önce
debug.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
debug.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
debugfs.c 61be3e59ba perf trace: Clean up find_debugfs() 15 yıl önce
debugfs.h 29c52aa230 perf tools: Mount debugfs automatically 15 yıl önce
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 yıl önce
event.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
event.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
evlist.c 7e2ed09753 perf evlist: Store pointer to the cpu and thread maps 14 yıl önce
evlist.h 7e2ed09753 perf evlist: Store pointer to the cpu and thread maps 14 yıl önce
evsel.c c7f9a6f377 Merge branch 'linus' into perf/core 14 yıl önce
evsel.h f8a9530939 perf evlist: Move evlist methods to evlist.c 14 yıl önce
exec_cmd.c 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 yıl önce
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
generate-cmdlist.sh 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 yıl önce
header.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
header.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
help.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 yıl önce
hist.c 2f525d0148 perf annotate: Support multiple histograms in annotation 14 yıl önce
hist.h 2f525d0148 perf annotate: Support multiple histograms in annotation 14 yıl önce
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 yıl önce
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 yıl önce
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 yıl önce
map.c 9486aa3877 perf tools: Fix 64 bit integer format strings 14 yıl önce
map.h 469b9b8848 perf probe: Add basic module support 14 yıl önce
pager.c fde953c1c6 perf_counter tools: Remove dead code 16 yıl önce
parse-events.c 17ea1b70a8 perf tools: Pass the struct opt to the wildcard parsing routine 14 yıl önce
parse-events.h 361c99a661 perf evsel: Introduce perf_evlist 14 yıl önce
parse-options.c edb7c60e27 perf options: Type check all the remaining OPT_ variants 15 yıl önce
parse-options.h e4e18d568b perf options: add OPT_CALLBACK_DEFAULT_NOOPT 14 yıl önce
path.c f4e7ac0a23 perf tools: add test for strlcpy() 15 yıl önce
probe-event.c 3c42258c9a perf probe: Add filters support for available functions 14 yıl önce
probe-event.h 3c42258c9a perf probe: Add filters support for available functions 14 yıl önce
probe-finder.c 5069ed86be perf probe: Enable to put probe inline function call site 14 yıl önce
probe-finder.h a71123977e perf tools: Remove hardcoded include paths for elfutils 14 yıl önce
pstack.c 3e1bbdc3a7 perf newt: Make <- zoom out filters 15 yıl önce
pstack.h d1b4f2491c perf ui: Move hists browser to util/ui/browsers/ 15 yıl önce
python.c f6bbc1daac perf python: Fix build on 32-bit 14 yıl önce
quote.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
quote.h a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
run-command.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
session.c 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
session.h 8115d60c32 perf tools: Kill event_t typedef, use 'union perf_event' instead 14 yıl önce
setup.py f6bbc1daac perf python: Fix build on 32-bit 14 yıl önce
sigchain.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
sigchain.h a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
sort.c 1437a30aae perf hist: Better displaying of unresolved DSOs and symbols 14 yıl önce
sort.h d2009c5130 perf: Keep track of the max depth of a callchain 15 yıl önce
strbuf.c a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 yıl önce
strfilter.c 68baa431ec perf tools: Add strfilter for general purpose string filter 14 yıl önce
strfilter.h 68baa431ec perf tools: Add strfilter for general purpose string filter 14 yıl önce
string.c ea187cfbb9 perf tools: Fix lazy wildcard matching 14 yıl önce
strlist.c 3e3405906d perf probe: Fix --del to update current event list 15 yıl önce
strlist.h abf5ef7247 perf tools: Add for_each macros for strlist 15 yıl önce
svghelper.c 00e99a49f6 perf tools: Fix time function double declaration with glibc 14 yıl önce
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 16 yıl önce
symbol.c 9486aa3877 perf tools: Fix 64 bit integer format strings 14 yıl önce
symbol.h cc22219699 Merge commit 'v2.6.37-rc8' into perf/core 14 yıl önce
thread.c fd78260b53 perf threads: Move thread_map to separate file 14 yıl önce
thread.h fd78260b53 perf threads: Move thread_map to separate file 14 yıl önce
thread_map.c fd78260b53 perf threads: Move thread_map to separate file 14 yıl önce
thread_map.h fd78260b53 perf threads: Move thread_map to separate file 14 yıl önce
top.c 764328d320 perf top: Remove superfluous name_len field 14 yıl önce
top.h 36532461a0 perf top: Ditch private annotation code, share perf annotate's 14 yıl önce
trace-event-info.c 69aad6f1ee perf tools: Introduce event selectors 14 yıl önce
trace-event-parse.c 4d7b4ac22f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 yıl önce
trace-event-read.c cbb5cf7ff6 perf: Use read() instead of lseek() in trace_event_read.c:skip() 15 yıl önce
trace-event-scripting.c 0f940cb7d9 perf trace scripting: Fix extern struct definitions 15 yıl önce
trace-event.h 69aad6f1ee perf tools: Introduce event selectors 14 yıl önce
types.h 9486aa3877 perf tools: Fix 64 bit integer format strings 14 yıl önce
usage.c 716c69feca perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available 16 yıl önce
util.c 1e7972cc5c perf util: Move do_read from session to util 14 yıl önce
util.h 1e7972cc5c perf util: Move do_read from session to util 14 yıl önce
values.c 9486aa3877 perf tools: Fix 64 bit integer format strings 14 yıl önce
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 yıl önce
wrapper.c 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 yıl önce
xyarray.c 69aad6f1ee perf tools: Introduce event selectors 14 yıl önce
xyarray.h 69aad6f1ee perf tools: Introduce event selectors 14 yıl önce