summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter2016-09-293-1/+20
* perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter2016-09-291-4/+11
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-292-3/+3
* perf record: Add support for using symbols in address filtersAdrian Hunter2016-09-294-3/+857
* perf symbols: Add dso__last_symbol()Adrian Hunter2016-09-292-0/+16
* perf record: Fix error pathsAdrian Hunter2016-09-291-4/+4
* perf record: Rename label 'out_symbol_exit'Adrian Hunter2016-09-291-5/+5
* perf script: Fix vanished idle symbolsAdrian Hunter2016-09-291-5/+2
* perf evsel: Add support for address filtersMathieu Poirier2016-09-293-5/+41
* perf evsel: New tracepoint specific functionMathieu Poirier2016-09-294-10/+13
* perf tools: Make perf_evsel__append_filter() genericMathieu Poirier2016-09-294-7/+12
* perf tools: Update documentation info about quipperSimon Que2016-09-291-1/+5
* perf trace: Beautify sched_[gs]et_attr return valueArnaldo Carvalho de Melo2016-09-281-0/+2
* perf data: Fix building in 32 bit platform with libbabeltraceWang Nan2016-09-281-1/+1
* perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter2016-09-281-1/+2
* perf record: Fix documentation 'event_sources' -> 'event_source'Adrian Hunter2016-09-271-3/+3
* Merge tag 'perf-core-for-mingo-20160922' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-09-2324-20/+996
|\
| * perf hists: Make hists__fprintf_headers function globalJiri Olsa2016-09-222-1/+2
| * perf hists: Make __hist_entry__snprintf function globalJiri Olsa2016-09-222-2/+4
| * perf tools: Make several display functions globalJiri Olsa2016-09-223-2/+4
| * perf tools: Make several sorting functions globalJiri Olsa2016-09-222-3/+9
| * perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2016-09-222-4/+8
| * perf tools: Make reset_dimensions globalJiri Olsa2016-09-222-1/+2
| * perf hists: Add __hist_entry__snprintf functionJiri Olsa2016-09-221-2/+8
| * perf tools: Add sink configuration for cs_etm PMUMathieu Poirier2016-09-223-0/+63
| * perf tools: Add PMU configuration to toolsMathieu Poirier2016-09-223-0/+32
| * perf pmu: Push configuration down to PMU driverMathieu Poirier2016-09-224-0/+106
| * perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-228-2/+716
| * perf tools: Make coresight PMU listableMathieu Poirier2016-09-223-0/+38
| * perf tools: Confine __get_cpuid() to x86 architectureMathieu Poirier2016-09-221-4/+7
| * perf hists: Use bigger buffer for stdio headersJiri Olsa2016-09-211-1/+1
| * perf evsel: Remove superfluous initialization of weightJiri Olsa2016-09-211-2/+0
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-232-4/+4
|\ \ | |/ |/|
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-131-3/+3
| |\
| | * tools/lguest: Don't bork the terminal in case of wrong argsDaniel Baluta2016-09-081-3/+3
| * | Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-091-1/+1
| |\ \ | | |/ | |/|
| | * tools:iio:iio_generic_buffer: fix trigger-less modeGregor Boirie2016-08-291-1/+1
* | | perf symbols: Do not open device filesJiri Olsa2016-09-201-0/+3
* | | perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-204-18/+20
* | | perf ui/tui: Reset output width for hierarchyNamhyung Kim2016-09-201-0/+6
* | | perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo2016-09-201-2/+6
* | | perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2016-09-202-12/+13
* | | perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria2016-09-201-6/+2
* | | perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-202-2/+5
* | | tools include: Add mman macros needed by perf for all archWang Nan2016-09-1920-0/+66
* | | perf trace beauty mmap: Add missing MADV_FREEWang Nan2016-09-191-0/+1
* | | perf tools: Add infrastructure for PMU specific configurationMathieu Poirier2016-09-136-1/+54
* | | perf report: Enable group view with hierarchyNamhyung Kim2016-09-131-1/+0
* | | perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim2016-09-131-10/+3
* | | perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-09-131-8/+6