summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf kmem: Fix segfault when invalid sort key is givenNamhyung Kim2015-03-131-1/+2
* perf stat: Always correctly indent ratio columnAndi Kleen2015-03-131-0/+4
* perf stat: Fix IPC and other formulas with -AAndi Kleen2015-03-131-17/+19
* perf stat: Output running time and run/enabled ratio in CSV modeAndi Kleen2015-03-131-23/+25
* perf hists browser: Fix UI bug after fold/unfoldHe Kuang2015-03-121-0/+19
* perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern2015-03-121-4/+6
* perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang2015-03-121-0/+1
* perf probe: Fix possible double free on errorHe Kuang2015-03-121-1/+5
* perf tools: Output feature detection's gcc output to a fileArnaldo Carvalho de Melo2015-03-122-1/+2
* perf build: Fix libbabeltrace detectionJiri Olsa2015-03-121-0/+1
* perf probe: Allow weak symbols to be probedNamhyung Kim2015-03-121-8/+4
* perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim2015-03-123-1/+4
* Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu2015-03-121-4/+2
* perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-2/+33
* perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu2015-03-121-16/+124
* perf ordered_events: Adopt queue() methodArnaldo Carvalho de Melo2015-03-123-31/+35
* perf tools: Remove superfluous thread->comm_set settingJiri Olsa2015-03-121-1/+0
* perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo2015-03-124-14/+34
* perf ordered_events: Allow tools to specify a deliver methodArnaldo Carvalho de Melo2015-03-124-17/+37
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-1119-83/+68
* perf ordered_events: Untangle from perf_sessionArnaldo Carvalho de Melo2015-03-114-23/+42
* perf sched: No need to keep the session aroundArnaldo Carvalho de Melo2015-03-031-16/+8
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-0311-36/+66
* perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature testAdrian Hunter2015-03-021-1/+3
* perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu2015-03-021-4/+1
* perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu2015-03-021-0/+23
* perf tools: Improve 'libbabel' feature check failure messageIngo Molnar2015-03-021-1/+1
* perf tools: Improve feature test debuggabilityIngo Molnar2015-03-021-8/+8
* perf tools: Improve libbfd detection messageIngo Molnar2015-03-021-1/+1
* perf tools: Improve libperl detection messageIngo Molnar2015-03-021-1/+1
* perf tools: Improve Python feature detection messagesIngo Molnar2015-03-021-6/+5
* perf tools: Remove annoying extra message from the features buildIngo Molnar2015-03-021-2/+1
* perf tools: Add PERF-FEATURES to the .gitignore fileIngo Molnar2015-03-021-0/+1
* perf record: Document --group optionNamhyung Kim2015-03-021-0/+9
* perf record: Get rid of -l option from DocumentationNamhyung Kim2015-03-021-3/+0
* perf tools: Fix build error on ARCH=i386/x86_64/sparc64Namhyung Kim2015-03-021-22/+5
* perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...Arnaldo Carvalho de Melo2015-03-021-10/+24
* perf stat: Report unsupported events properlySuzuki K. Poulose2015-03-021-1/+4
* perf tools: Compare JOBS to 0 after grepDavid Ahern2015-03-021-1/+1
* perf tools: Only include tsc file for x86David Ahern2015-03-021-1/+1
* Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-026-7/+29
|\
| * perf tools: Make sparc64 arch point to sparcDavid Ahern2015-02-251-0/+4
| * perf symbols: Define EM_AARCH64 for older OSesDavid Ahern2015-02-251-0/+5
| * perf top: Fix SIGBUS on sparc64David Ahern2015-02-251-1/+1
| * perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter2015-02-251-3/+15
| * perf tools: Fix pthread_attr_setaffinity_np build errorAdrian Hunter2015-02-251-1/+2
| * perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature checkJosh Boyer2015-02-251-1/+1
| * perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry2015-02-221-2/+2
* | perf report: Fix branch stack mode cannot be setHe Kuang2015-02-271-1/+1
* | perf buildid-cache: Show usage with incorrect paramsMasami Hiramatsu2015-02-271-0/+5
OpenPOWER on IntegriCloud