summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa2016-02-031-2/+2
| * | perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-032-5/+5
| * | perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa2016-02-031-2/+2
| * | perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-032-6/+6
| * | perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa2016-02-031-15/+18
| * | perf hists: Add perf_hpp_list register helpersJiri Olsa2016-02-031-3/+15
| * | perf hists: Introduce perf_hpp_list__init functionJiri Olsa2016-02-032-0/+8
| * | perf hists: Introduce struct perf_hpp_listJiri Olsa2016-02-031-6/+10
| * | 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-032-0/+25
| * | perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-031-2/+0
| * | perf hists: Allocate output sort fieldJiri Olsa2016-02-031-8/+33
| * | perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-032-20/+21
| * | perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-031-0/+1
| * | perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-032-3/+8
| * | 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-031-4/+20
|\ \ \
| * | | 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-036-7/+38
|\| | |
| * | | perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar2016-01-291-0/+1
| * | | perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar2016-01-291-1/+1
| * | | perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar2016-01-291-0/+5
| * | | perf tools: Move timestamp creation to utilWang Nan2016-01-292-0/+18
| * | | 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-292-5/+8
* | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-02-0314-117/+115
|\| | | | |/ / |/| |
| * | perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2016-01-262-29/+33
| * | perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo2016-01-261-0/+10
| * | perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-261-0/+1
| * | perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim2016-01-262-0/+4
| * | perf tools: Document the perf sysctlsBen Hutchings2016-01-261-6/+9
| * | perf hists: Cleanup filtering functionsNamhyung Kim2016-01-261-60/+29
| * | perf hists: Remove parent filter check in DSO filter functionNamhyung Kim2016-01-261-3/+0
| * | perf stat: Making several helper functions staticJiri Olsa2016-01-262-17/+7
| * | perf symbols: Do not read symbols/data from device filesJiri Olsa2016-01-264-1/+21
| * | perf pmu: Fix misleadingly indented assignment (whitespace)Markus Trippelsdorf2016-01-261-1/+1
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-314-3/+4
|\|
| * perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0
| * perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
| * perf symbols: Fix reading of build-id from vDSOBen Hutchings2016-01-151-1/+1
| * perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria2016-01-151-1/+1