summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf diff: Fix duplicated output columnNamhyung Kim2016-05-181-0/+3
* perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-05-041-1/+1
* perf stat: Document --detailed optionBorislav Petkov2016-05-041-0/+8
* perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz2016-05-041-1/+1
* perf hists browser: Fix dump to show correct callchain styleNamhyung Kim2016-05-041-32/+41
* perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim2016-05-041-4/+6
* perf tools: Fix perf script python database export crashChris Phlipot2016-05-041-4/+2
* perf evlist: Reference count the cpu and thread maps at set_maps()Arnaldo Carvalho de Melo2016-05-041-2/+2
* perf intel-pt: Fix segfault tracing transactionsAdrian Hunter2016-05-041-1/+1
* perf tools: Fix python extension buildJiri Olsa2016-04-121-0/+4
* perf tools: Fix checking asprintf return valueWang Nan2016-04-121-3/+3
* perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen2016-04-121-7/+8
* 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 branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-319-22/+75
|\|
| * 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 annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
| * perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
| * perf build: Introduce FEATURES_DUMP make variableJiri Olsa2016-01-152-1/+17
| * perf build: Add feature-dump targetJiri Olsa2016-01-151-0/+11
| * perf build: Pass O option to kernel makefile in build-testWang Nan2016-01-151-4/+5
| * perf build: Test correct path of perf in build-testWang Nan2016-01-151-7/+14
| * perf build: Pass O option to Makefile.perf in build-testWang Nan2016-01-151-3/+11
| * perf build: Set parallel making options build-testWang Nan2016-01-151-7/+16
| * 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-231-1/+1
|\ \ | |/ |/|
| * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-111-1/+1
* | perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2016-01-122-6/+15
* | perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1
* | perf tools: Set and pass DOCDIR to builtin-report.cNamhyung Kim2016-01-122-0/+4
* | perf tools: Add file_only config option to strlistNamhyung Kim2016-01-122-1/+16
* | perf tools: Add more usage tipsNamhyung Kim2016-01-121-0/+15
* | perf record: Add --buildid-all optionNamhyung Kim2016-01-122-6/+23
* | perf tools: Fix mmap2 event allocation in synthesize codeWang Nan2016-01-121-2/+2
* | perf stat: Fix recort_usage typoJiri Olsa2016-01-121-4/+4
* | perf test: Reset err after using it hold errcode in hist testcasesWang Nan2016-01-114-0/+4
* | perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan2016-01-111-5/+0
* | tools: Move Makefile.arch from perf/config to tools/scriptsWang Nan2016-01-113-20/+16
* | perf tools: Fix phony build target for build-testWang Nan2016-01-111-1/+1
* | perf tools: Add -lutil in python lib list for broken python-configWang Nan2016-01-111-1/+1
* | perf tools: Add missing sources to perf's MANIFESTJiri Olsa2016-01-111-0/+2
* | perf evlist: Add --trace-fields option to show trace fieldsNamhyung Kim2016-01-084-1/+37
* | perf record: Store data mmaps for dwarf unwindJiri Olsa2016-01-081-1/+5
* | perf libdw: Check for mmaps also in MAP__VARIABLE treeJiri Olsa2016-01-081-0/+10