aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-23perf tools: Fix non-debug buildAdrian Hunter1-0/+4
2013-10-23perf evlist: Validate that mmap_pages is not too bigAdrian Hunter1-4/+10
2013-10-23perf tools: Do not accept parse_tag_value() overflowAdrian Hunter1-0/+2
2013-10-23perf inject: Do not repipe attributes to a perf.data fileAdrian Hunter1-0/+5
2013-10-23perf script: Make perf_script a local variableAdrian Hunter1-16/+24
2013-10-23perf sched: Optimize build timeAdrian Hunter1-1/+4
2013-10-23perf sched: Make struct perf_sched sched a local variableAdrian Hunter1-21/+20
2013-10-23perf bench: Change the procps visible command-name of invididual benchmark tests plus cleanupsIngo Molnar1-117/+122
2013-10-23perf probe: Find fentry mcount fuzzed parameter locationMasami Hiramatsu1-8/+31
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu3-9/+89
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo9-156/+155
2013-10-23perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" testArnaldo Carvalho de Melo1-1/+1
2013-10-23perf test: Clarify the "sample parsing" test entryArnaldo Carvalho de Melo1-1/+1
2013-10-21perf top: Add --max-stack option to limit callchain stack scanWaiman Long3-2/+15
2013-10-21perf report: Add --max-stack option to limit callchain stack scanWaiman Long6-13/+40
2013-10-21perf session: Separating data file properties from sessionJiri Olsa9-37/+56
2013-10-21perf tools: Add perf_data_file__open interface to data objectJiri Olsa7-107/+158
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa21-73/+186
2013-10-21perf tools: Compare dso's also when comparing symbolsNamhyung Kim1-0/+10
2013-10-21perf callchain: Convert children list to rbtreeNamhyung Kim2-42/+116
2013-10-21perf list: Show error if tracepoints not availablePekka Enberg1-1/+3
2013-10-21perf script: Print addr by default for BTSAdrian Hunter1-1/+3
2013-10-21perf evlist: Factor out duplicated mmap codeAdrian Hunter1-37/+36
2013-10-21perf evlist: Fix perf_evlist__mmap commentsAdrian Hunter1-12/+9
2013-10-21perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter1-2/+2
2013-10-21perf tools: Fix test_on_exit for 32-bit buildAdrian Hunter1-0/+1
2013-10-21perf evlist: Fix 32-bit build errorAdrian Hunter1-1/+1
2013-10-21perf session: Add missing members to perf_event__attr_swap()Adrian Hunter1-0/+3
2013-10-21perf session: Add missing sample flush for piped eventsAdrian Hunter1-3/+5
2013-10-21perf record: Improve write_output error messageAdrian Hunter1-1/+1
2013-10-21perf evsel: Add missing decrement in id sample parsingAdrian Hunter1-0/+1
2013-10-18perf evsel: Add missing 'mmap2' from debug printAdrian Hunter1-0/+1
2013-10-17perf trace: Improve messages related to /proc/sys/kernel/perf_event_paranoidArnaldo Carvalho de Melo3-6/+48
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo2-0/+19
2013-10-17perf evlist: Introduce perf_evlist__strerror_tp methodArnaldo Carvalho de Melo3-21/+34
2013-10-16perf trace: Improve event processing exitArnaldo Carvalho de Melo1-11/+12
2013-10-16perf trace: Use vfs_getname hook if availableArnaldo Carvalho de Melo2-12/+75
2013-10-16perf trace: Split fd -> pathname array handlingArnaldo Carvalho de Melo1-22/+27
2013-10-16perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra1-14/+38
2013-10-15perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2013-10-14perf symbols: Fix a mmap and munmap mismatched bugChenggang Qin1-5/+5
2013-10-14perf symbols: Fix a memory leak due to symbol__delete not being usedChenggang Qin1-0/+2
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter3-3/+38
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter6-1/+576
2013-10-14perf annotate: Fix annotate_browser__callq()Adrian Hunter1-11/+10
2013-10-14perf symbols: Add ability to find kcore in build-id cacheAdrian Hunter1-44/+103
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter2-5/+14
2013-10-14perf annotate: Find kcore symbols on other mapsAdrian Hunter1-13/+9
2013-10-14tools/perf/build: Simplify the autodep inclusion ruleIngo Molnar1-1/+1
2013-10-14tools/perf/build: Improve the 'stackprotector' feature testIngo Molnar1-1/+1