summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf buildid-cache: Use pr_debug instead of verbose && pr_infoMasami Hiramatsu2015-02-271-14/+9
* | perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu2015-02-274-21/+136
* | perf tools: Fix the bash completion problem of 'perf --*'Yunlong Song2015-02-272-4/+29
* | perf list: Extend raw-dump to certain kind of eventsYunlong Song2015-02-272-13/+14
* | perf list: Clean up the printing functions of hardware/software eventsYunlong Song2015-02-273-80/+17
* | perf tools: Remove the '--(null)' long_name for --list-optsYunlong Song2015-02-271-1/+2
* | perf list: Avoid confusion of perf output and the next command promptYunlong Song2015-02-272-0/+3
* | perf list: Allow listing events with 'tracepoint' prefixYunlong Song2015-02-271-3/+1
* | perf list: Sort the output of 'perf list' to view more clearlyYunlong Song2015-02-271-23/+193
* | perf data: Fix sentinel setting for data_cmds arrayYunlong Song2015-02-271-1/+1
* | perf probe: Fix a precedence bugHe Kuang2015-02-271-1/+1
* | perf diff: Support for different binariesKan Liang2015-02-272-0/+14
* | perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-274-5/+25
* | perf probe: Handle strdup() failureArnaldo Carvalho de Melo2015-02-271-1/+1
* | perf probe: Fix get_real_path to free allocated memory in error pathMasami Hiramatsu2015-02-261-1/+3
* | perf probe: Check kprobes blacklist when adding new eventsMasami Hiramatsu2015-02-261-1/+108
* | perf trace: Fix SIGBUS failures due to misaligned accessesDavid Ahern2015-02-261-7/+29
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-02-2633-99/+1063
|\ \
| * | perf data: Add a 'perf' prefix to the generic fieldsSebastian Andrzej Siewior2015-02-251-20/+22