aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim2-0/+4
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim1-10/+34
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim3-31/+0
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim1-14/+8
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim1-1/+0
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim1-3/+97
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim2-31/+23
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim1-7/+21
2016-03-10perf jitdump: Build only on supported archsJiri Olsa7-6/+19
2016-03-10tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt1-0/+6
2016-03-09perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa1-2/+2
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa1-18/+26
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot1-4/+2
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2-5/+8
2016-03-09perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar1-0/+5
2016-03-08perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov1-19/+13
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix1-1/+2
2016-03-08perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen3-1/+14
2016-03-08perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian3-1/+27
2016-03-08perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian1-0/+10
2016-03-08perf/x86/intel: Add definition for PT PMI bitStephane Eranian1-0/+1
2016-03-08perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang3-3/+29
2016-03-08perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2-2/+12
2016-03-08perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-08Merge branch 'email/acme' into perf/coreIngo Molnar15-314/+514
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim1-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim1-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim1-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim4-28/+23
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim1-10/+32
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim7-73/+103
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim4-0/+118
2016-03-08perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2-33/+42
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2-2/+2
2016-03-08perf jit: Move clockid validationAdrian Hunter2-24/+23
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter2-6/+16
2016-03-08perf session: Simplify tool stubsAdrian Hunter1-33/+7
2016-03-08perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter1-4/+8
2016-03-08perf tools: Explicitly declare inc_group_count as a void functionColin Ian King1-1/+1
2016-03-04Merge tag 'perf-core-for-mingo-20160303' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar16-149/+566
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen3-1/+10
2016-03-03tools/power turbostat: fix various build warningsColin Ian King1-4/+4
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-03-03tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machinesSteven Rostedt (Red Hat)1-1/+1
2016-03-03tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)1-0/+3
2016-03-03tools lib traceevent: Fix time stamp rounding issueChaos.Chen1-0/+5
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-03-03tools build: Use .s extension for preprocessed assembler codeMasahiro Yamada1-1/+1