summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri 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 report: Don't show blank lines if entry has no callchainNamhyung Kim
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim
2016-02-01perf report: Apply --percent-limit to callchains alsoNamhyung Kim
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 build: Align the names of the build tests:Arnaldo Carvalho de Melo
2016-01-29perf kvm/powerpc: Add support for HCALL reasonsHemant Kumar
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 record: Use OPT_BOOLEAN_SET for buildid cache related optionsWang Nan
2016-01-29perf tools: Move timestamp creation to utilWang Nan
2016-01-29perf test: Improve bp_signalWang Nan
2016-01-29perf test: Check environment before start real BPF testWang 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-29perf tools: Speed up build-tests by reducing the number of builds testedArnaldo Carvalho de Melo
2016-01-29perf build: Use feature dump file for build-testWang Nan
2016-01-29perf build: Remove all condition feature check {C,LD}FLAGSWang Nan
2016-01-26perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim
2016-01-26perf build: Select all feature checkers for feature-dumpWang Nan
2016-01-26perf test: Add libbpf relocation checkerWang Nan
2016-01-26perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' testArnaldo Carvalho de Melo
2016-01-26perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo
2016-01-26perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim
2016-01-26perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim
2016-01-26perf config: Document 'hist.percentage' variable in man pageTaeung Song
2016-01-26perf config: Document variables for 'annotate' section in man pageTaeung Song
2016-01-26perf config: Document 'buildid.dir' variable in man pageTaeung Song