summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter-1/+1
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter-1/+29
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter-1/+17
2015-08-06perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter-14/+14
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter-1/+5
2015-08-06perf tools xtensa: Add DWARF register namesMax Filippov-0/+30
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen-1/+1
2015-08-06perf top: Add branch annotation code to topAndi Kleen-0/+30
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen-17/+40
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen-1/+74
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen-0/+39
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen-3/+142
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen-0/+18
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen-6/+43
2015-08-06perf tools: Add empty Build files for architectures lacking themBen Hutchings-0/+3
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa-140/+143
2015-08-06perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa-13/+16
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa-5/+10
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa-12/+24
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa-6/+7
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa-17/+26
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan-0/+2
2015-08-06perf tools: Introduce veprintfWang Nan-0/+6
2015-08-06perf trace: Add total time column to summary.Milian Wolff-5/+5
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther-1/+1
2015-08-05perf trace: Write to stderr by defaultMilian Wolff-1/+1
2015-08-05perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen-2/+3
2015-08-05perf tools: Remove trail argument to color vsprintfJiri Olsa-15/+2
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang-14/+15
2015-08-05perf tools: Per-event time supportKan Liang-5/+31
2015-08-05perf trace: Use vfs_getname syscall arg beautifier in more syscallsArnaldo Carvalho de Melo-9/+65
2015-08-05perf trace: Deref sys_enter pointer args with contents from probe:vfs_getnameArnaldo Carvalho de Melo-1/+75
2015-08-05perf trace: Use a constant for the syscall formatting bufferArnaldo Carvalho de Melo-3/+5
2015-08-05perf trace: Remember if the vfs_getname tracepoint/kprobe is in placeArnaldo Carvalho de Melo-4/+6
2015-08-05perf trace: Do not show syscall tracepoint filter in the --no-syscalls caseArnaldo Carvalho de Melo-2/+3
2015-08-04perf script: No tracepoints? Don't call libtraceevent.Arnaldo Carvalho de Melo-1/+2
2015-07-31Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-97/+233
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar-6/+4
2015-07-30perf tests: Adding build test for having ending double slashJiri Olsa-4/+9
2015-07-29perf tools: Introduce callgraph_set for callgraph optionKan Liang-2/+8
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa-4/+16
2015-07-29perf tools: Add support for event post configurationJiri Olsa-11/+106
2015-07-29perf session env: Rename exit methodArnaldo Carvalho de Melo-2/+2
2015-07-29perf symbols: Fix mismatched declarations for elf_getphdrnumArnaldo Carvalho de Melo-1/+1
2015-07-29perf python: Make twatch.py use soft dummy event, freq=0Arnaldo Carvalho de Melo-1/+11
2015-07-29perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc}Arnaldo Carvalho de Melo-0/+6
2015-07-29perf python: Add macro to simplify maintainance of the constants arrayArnaldo Carvalho de Melo-66/+68
2015-07-29perf python: Remove dependency on 'machine' methodsArnaldo Carvalho de Melo-6/+6
2015-07-28perf tools: Fix test build error when bindir contains double slashPawel Moll-1/+1
2015-07-28perf stat: Fix transaction lenght metricsAndi Kleen-5/+3