summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa2-11/+16
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Properly release format fieldsJiri Olsa3-0/+33
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2-14/+0
2016-02-03perf hists: Allocate output sort fieldJiri Olsa2-10/+47
2016-02-03perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo1-7/+7
2016-02-03perf report: Move UI initialization ahead of sort setupJiri Olsa1-9/+9
2016-02-03perf hists: Make hpp setup function genericJiri Olsa1-28/+8
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa1-0/+16
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa3-22/+28
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa1-10/+2
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2-11/+15
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa8-16/+23
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa1-8/+15
2016-02-03Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-87/+136
2016-02-03Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar25-122/+688
2016-02-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar30-184/+494
2016-02-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim1-1/+4
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim1-5/+19
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim1-20/+24
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim1-32/+41
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim1-6/+20
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim1-6/+13
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim1-25/+2
2016-02-01perf report: Apply --percent-limit to callchains alsoNamhyung Kim1-2/+7
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim1-2/+9
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim1-2/+11
2016-02-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+138
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-22/+75
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams1-1/+1
2016-01-29perf build: Align the names of the build tests:Arnaldo Carvalho de Melo1-2/+4
2016-01-29perf kvm/powerpc: Add support for HCALL reasonsHemant Kumar2-1/+187
2016-01-29perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar6-0/+162
2016-01-29perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar3-3/+3
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar4-14/+33
2016-01-29perf record: Use OPT_BOOLEAN_SET for buildid cache related optionsWang Nan1-4/+8
2016-01-29perf tools: Move timestamp creation to utilWang Nan3-13/+19
2016-01-29perf test: Improve bp_signalWang Nan1-22/+118
2016-01-29perf test: Check environment before start real BPF testWang Nan1-0/+37
2016-01-29perf buildid: Fix cpumode of buildid eventWang Nan1-1/+5
2016-01-29perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier4-7/+14
2016-01-29perf tools: Speed up build-tests by reducing the number of builds testedArnaldo Carvalho de Melo1-2/+9
2016-01-29perf build: Use feature dump file for build-testWang Nan2-1/+34
2016-01-29perf build: Remove all condition feature check {C,LD}FLAGSWang Nan1-54/+47
2016-01-29perf build: Fix feature-dump checks, we need to test all featuresJiri Olsa1-0/+8
2016-01-27tools build: Check basic headers for test-compile feature checkerWang Nan1-0/+2
2016-01-26perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2-29/+33
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim1-0/+4