summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-2316-45/+35
* perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-2315-26/+22
* perf list: Fix documentation of :pppAndi Kleen2016-03-221-2/+4
* perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
* perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-182-6/+7
* tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-186-5/+5
* perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0
* Merge tag 'perf-core-for-mingo-20160310' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-1118-146/+542
|\
| * perf stat: Add --metric-only support for -AAndi Kleen2016-03-102-9/+38
| * perf stat: Implement --metric-only modeAndi Kleen2016-03-102-10/+205
| * perf stat: Document CSV format in manpageAndi Kleen2016-03-101-0/+23
| * perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
| * perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
| * perf tools: Add sort__has_comm variableNamhyung Kim2016-03-102-0/+4
| * perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim2016-03-101-10/+34
| * perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-103-31/+0
| * perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8
| * perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-101-1/+0
| * perf tools: Fix command line filters in hierarchy modeNamhyung Kim2016-03-101-3/+97
| * perf tools: Add more sort entry check functionsNamhyung Kim2016-03-102-31/+23
| * perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim2016-03-101-7/+21
| * perf jitdump: Build only on supported archsJiri Olsa2016-03-107-6/+19
| * tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt2016-03-101-0/+6
| * perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa2016-03-091-2/+2
| * perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa2016-03-091-18/+26
| * perf tools: Fix perf script python database export crashChris Phlipot2016-03-091-4/+2
| * perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2016-03-092-5/+8
|/
* perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar2016-03-091-0/+5
* perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov2016-03-081-19/+13
* x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix2016-03-081-1/+2
* perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen2016-03-083-1/+14
* perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian2016-03-083-1/+27
* perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian2016-03-081-0/+10
* perf/x86/intel: Add definition for PT PMI bitStephane Eranian2016-03-081-0/+1
* perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang2016-03-083-3/+29
* perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2016-03-082-2/+12
* perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-03-081-4/+3
* Merge branch 'email/acme' into perf/coreIngo Molnar2016-03-0815-314/+514
|\
| * perf report: Use hierarchy hpp list on gtkNamhyung Kim2016-03-081-22/+33
| * perf hists browser: Use hierarchy hpp listNamhyung Kim2016-03-081-36/+45
| * perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-081-46/+57
| * perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-084-28/+23
| * perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim2016-03-081-10/+32
| * perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-087-73/+103
| * perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-084-0/+118
| * perf stat: Document --detailed optionBorislav Petkov2016-03-081-0/+8
| * perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2016-03-082-33/+42
| * perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2016-03-082-2/+2
| * perf jit: Move clockid validationAdrian Hunter2016-03-082-24/+23