summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa2016-02-031-12/+22
| * perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa2016-02-031-12/+22
| * perf hists: Properly release format fieldsJiri Olsa2016-02-033-0/+33
| * perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-032-14/+0
| * perf hists: Allocate output sort fieldJiri Olsa2016-02-032-10/+47
| * perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo2016-02-031-7/+7
| * perf report: Move UI initialization ahead of sort setupJiri Olsa2016-02-031-9/+9
| * perf hists: Make hpp setup function genericJiri Olsa2016-02-031-28/+8
| * perf hists: Add 'hpp__equal' callback functionJiri Olsa2016-02-031-0/+16
| * perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-033-22/+28
| * perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa2016-02-031-10/+2
| * perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-032-11/+15
| * perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-038-16/+23
| * perf hists: Factor output_resort from hists__output_resortJiri Olsa2016-02-031-8/+15
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-02-045-26/+63
|\ \ | |/ |/|
| * Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2016-02-041-0/+10
| |\
| | * perf stat: Fix interval output valuesJiri Olsa2016-02-031-0/+10
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-02-044-26/+53
| |\|
| | * perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2016-02-022-26/+41
| | * perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter2016-02-021-0/+9
| | * perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter2016-02-011-0/+3
* | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-02-034-87/+136
|\ \ \
| * | | perf report: Don't show blank lines if entry has no callchainNamhyung Kim2016-02-011-1/+4
| * | | perf hists browser: Fix percent display in callchainsNamhyung Kim2016-02-011-5/+19
| * | | perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim2016-02-011-20/+24
| * | | perf hists browser: Fix dump to show correct callchain styleNamhyung Kim2016-02-011-32/+41
| * | | perf report: Fix percent display in callchains on --stdioNamhyung Kim2016-02-011-6/+20
| * | | perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim2016-02-011-6/+13
| * | | perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim2016-02-011-25/+2
| * | | perf report: Apply --percent-limit to callchains alsoNamhyung Kim2016-02-011-2/+7
| * | | perf hists: Update hists' total period when adding entriesNamhyung Kim2016-02-011-2/+9
| * | | perf hists: Fix min callchain hits calculationNamhyung Kim2016-02-011-2/+11
* | | | Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-02-0323-122/+678
|\| | |
| * | | perf build: Align the names of the build tests:Arnaldo Carvalho de Melo2016-01-291-2/+4
| * | | perf kvm/powerpc: Add support for HCALL reasonsHemant Kumar2016-01-292-1/+187
| * | | perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar2016-01-296-0/+162
| * | | perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar2016-01-293-3/+3
| * | | perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar2016-01-294-14/+33
| * | | perf record: Use OPT_BOOLEAN_SET for buildid cache related optionsWang Nan2016-01-291-4/+8
| * | | perf tools: Move timestamp creation to utilWang Nan2016-01-293-13/+19
| * | | perf test: Improve bp_signalWang Nan2016-01-291-22/+118
| * | | perf test: Check environment before start real BPF testWang Nan2016-01-291-0/+37
| * | | perf buildid: Fix cpumode of buildid eventWang Nan2016-01-291-1/+5
| * | | perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier2016-01-294-7/+14
| * | | perf tools: Speed up build-tests by reducing the number of builds testedArnaldo Carvalho de Melo2016-01-291-2/+9
| * | | perf build: Use feature dump file for build-testWang Nan2016-01-292-1/+34
| * | | perf build: Remove all condition feature check {C,LD}FLAGSWang Nan2016-01-291-54/+47
* | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-0328-171/+452
|\| | | | |/ / |/| |
| * | perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2016-01-262-29/+33
| * | perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim2016-01-261-0/+4