summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-02-05perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz
2016-02-04Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2016-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-02-04Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2016-02-04Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2016-02-03perf stat: Fix interval output valuesJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa
2016-02-03perf hists: Allocate output sort fieldJiri Olsa
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa
2016-02-03Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2016-02-03Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2016-02-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim
2016-02-01perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-29perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar
2016-01-29perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar
2016-01-29perf tools: Move timestamp creation to utilWang Nan
2016-01-29perf buildid: Fix cpumode of buildid eventWang Nan
2016-01-29perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier
2016-01-26perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo
2016-01-26perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim
2016-01-26perf tools: Document the perf sysctlsBen Hutchings
2016-01-26perf hists: Cleanup filtering functionsNamhyung Kim
2016-01-26perf hists: Remove parent filter check in DSO filter functionNamhyung Kim
2016-01-26perf stat: Making several helper functions staticJiri Olsa