aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior1-12/+31
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior1-15/+23
2014-06-27perf tools: Fix wrong condition for allocation failureJiri Olsa1-1/+1
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu5-2/+300
2014-06-26perf trace: Add possibility to switch off syscall eventsStanislav Fomichev2-26/+39
2014-06-26perf trace: Add pagefaults record and replay supportStanislav Fomichev1-18/+45
2014-06-26perf trace: Add support for pagefault tracingStanislav Fomichev2-1/+163
2014-06-26perf trace: Add perf_event parameter to tracepoint_handlerStanislav Fomichev1-3/+8
2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira10-5/+35
2014-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar12-68/+67
2014-06-20perf symbols: Get kernel start address by symbol nameSimon Que1-32/+22
2014-06-20perf tools: Fix segfault in cumulative.callchain reportJiri Olsa1-5/+16
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso1-26/+19
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso2-0/+10
2014-06-19perf bench futex: Use global --repeat optionDavidlohr Bueso2-19/+3
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso3-0/+12
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso1-0/+2
2014-06-19perf ui browser: Fix scrollbar refresh row indexJiri Olsa1-1/+1
2014-06-19perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa1-14/+11
2014-06-19perf trace: Cache the is_exit syscall testArnaldo Carvalho de Melo1-1/+4
2014-06-19perf trace: Remove needless reassignmentsArnaldo Carvalho de Melo1-3/+0
2014-06-19perf evlist: Add suggestion of how to set perf_event_paranoid sysctlArnaldo Carvalho de Melo1-2/+3
2014-06-19perf trace: Fix up fd -> pathname resolutionArnaldo Carvalho de Melo1-2/+2
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorJiri Olsa3-0/+78
2014-06-12perf tests: Add test for caching dso file descriptorsJiri Olsa3-4/+138
2014-06-12perf tests: Allow reuse of test_file functionJiri Olsa1-1/+5
2014-06-12perf tests: Spawn child for each testJiri Olsa1-1/+31
2014-06-12perf tools: Add dso__data_* interface descriptonsJiri Olsa2-0/+97
2014-06-12perf tools: Allow to close dso fd in case of open failureJiri Olsa1-1/+22
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa2-15/+50
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa2-4/+59
2014-06-12perf tools: Add global count of opened dso objectsJiri Olsa1-1/+7
2014-06-12perf tools: Add global list of opened dso objectsJiri Olsa2-2/+40
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa3-6/+24
2014-06-12perf tools: Separate dso data related variablesJiri Olsa2-5/+10
2014-06-12perf tools: Cache register accesses for unwind processingJiri Olsa3-2/+17
2014-06-12perf record: Fix to honor user freq/interval properlyNamhyung Kim1-2/+2
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar6-44/+57
2014-06-10perf timechart: Reflow documentationStanislav Fomichev1-21/+20
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu1-3/+3
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu2-2/+11
2014-06-09perf probe: Show error code and description in verbose modeMasami Hiramatsu1-9/+14
2014-06-09perf probe: Improve error message for unknown member of data structureMasami Hiramatsu1-3/+2
2014-06-09perf tests: Show the inner make output when an error happensArnaldo Carvalho de Melo1-5/+2
2014-06-09perf tools: Emit more precise message for missing glibc static libraryArnaldo Carvalho de Melo1-1/+5
2014-06-09perf tools: Add dcacheline sortDon Zickus5-1/+113
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus3-0/+3
2014-06-09perf tools: Add cpumode to struct hist_entryDon Zickus2-3/+5
2014-06-09perf report: Add mem-mode documentation to report commandDon Zickus1-0/+22
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus3-15/+22