summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf data: Add a 'perf' prefix to the generic fieldsSebastian Andrzej Siewior2015-02-251-20/+22
* | perf data: Add perf data to CTF conversion supportJiri Olsa2015-02-259-1/+701
* | perf tools: Add new 'perf data' commandJiri Olsa2015-02-256-0/+94
* | perf tools: Add feature check for libbabeltraceJiri Olsa2015-02-255-3/+46
* | perf record: Support recording running/enabled timeAndi Kleen2015-02-254-0/+12
* | perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is askedArnaldo Carvalho de Melo2015-02-241-1/+1
* | perf trace: Dump stack on segfaultsArnaldo Carvalho de Melo2015-02-241-0/+3
* | perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo2015-02-242-0/+8
* | perf ordered_events: Stop using tool->ordered_eventsArnaldo Carvalho de Melo2015-02-231-1/+4
* | perf session: Remove perf_session from dump_eventArnaldo Carvalho de Melo2015-02-221-7/+7
* | perf session: Remove perf_session from some deliver event routinesArnaldo Carvalho de Melo2015-02-221-19/+19
* | perf session: Remove perf_session from warn_errors signatureArnaldo Carvalho de Melo2015-02-221-18/+18
* | perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo2015-02-225-33/+33
* | perf session: Remove wrappers to machines__findArnaldo Carvalho de Melo2015-02-221-8/+5
* | perf trace: Separate routine that handles an event from the one that reads itArnaldo Carvalho de Melo2015-02-221-27/+31
* | perf trace: Add man page entry for --eventArnaldo Carvalho de Melo2015-02-221-0/+3
OpenPOWER on IntegriCloud