aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart1-2/+10
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin1-0/+9
2014-07-16perf kvm: Add skip_event() for --duration optionAlexander Yarygin1-0/+1
2014-07-16perf kvm: Move arch specific code into arch/Alexander Yarygin1-0/+130
2014-07-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/coreIngo Molnar2-39/+135
2014-07-10perf timechart: Implement IO modeStanislav Fomichev2-4/+100
2014-07-10perf timechart: Fix rendering in FirefoxStanislav Fomichev1-36/+36
2014-07-08perf tools: Suggest using -f to override perf.data file ownership messageArnaldo Carvalho de Melo1-1/+1
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko2-16/+5
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo1-1/+1
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa3-1/+16
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 powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2-2/+29
2014-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-2/+3
2014-06-20perf symbols: Get kernel start address by symbol nameSimon Que1-32/+22
2014-06-19perf evlist: Add suggestion of how to set perf_event_paranoid sysctlArnaldo Carvalho de Melo1-2/+3
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/git/acme/linux into perf/coreIngo Molnar2-8/+16
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: Improve error message for unknown member of data structureMasami Hiramatsu1-3/+2
2014-06-09perf tools: Add dcacheline sortDon Zickus4-0/+111
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus2-0/+2
2014-06-09perf tools: Add cpumode to struct hist_entryDon Zickus2-3/+5
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2-14/+21
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus5-5/+32
2014-06-09perf script/python: Print array argument as stringNamhyung Kim1-0/+1
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)2-0/+2
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar2-4/+7
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa3-36/+64
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim1-0/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim1-5/+6
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim2-43/+29
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim1-0/+4
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim1-1/+16
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim2-0/+5
2014-06-01perf tools: Save callchain info for each cumulative entryNamhyung Kim1-2/+14