summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2019-09-20perf kvm: Move kvm-stat header file from conditional inclusion to common incl...Anju T Sudhakar-1/+4
2019-09-20perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King-1/+1
2019-09-20perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju-1/+1
2019-09-20perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju-0/+21
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo-1923/+1928
2019-09-20perf memswap: Adopt 'struct u64_swap' from evsel.hArnaldo Carvalho de Melo-5/+7
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo-177/+154
2019-09-20perf auxtrace: Add missing 'struct perf_sample' forward declarationArnaldo Carvalho de Melo-0/+1
2019-09-20perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo-0/+1
2019-09-20perf annotate: Add missing machine.h include directiveArnaldo Carvalho de Melo-0/+1
2019-09-20perf hist: Add missing 'struct branch_stack' forward declarationArnaldo Carvalho de Melo-0/+1
2019-09-20perf python: Remove debug.hArnaldo Carvalho de Melo-1/+2
2019-09-20perf callchain: Remove needless event.h includeArnaldo Carvalho de Melo-1/+6
2019-09-20perf stat: Move perf_stat_synthesize_config() to event.hArnaldo Carvalho de Melo-13/+14
2019-09-20perf event: Move perf_event__synthesize* to event.hArnaldo Carvalho de Melo-39/+39
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo-34/+31
2019-09-20perf symbols: Add missing dso.h headerArnaldo Carvalho de Melo-0/+1
2019-09-20perf probe: Add missing build-id.h header.Arnaldo Carvalho de Melo-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-73/+47
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo-17/+1
2019-09-20perf debug: No need to include ui/util.hArnaldo Carvalho de Melo-2/+4
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo-4/+0
2019-09-20perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1.James Clark-0/+451
2019-09-20perf jvmti: Link against tools/lib/string.o to have weak strlcpy()Arnaldo Carvalho de Melo-0/+9
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8457/+12523
2019-09-10libperf: Adopt perf_cpu_map__max() functionJiri Olsa-13/+15
2019-09-10libperf: Add missing event.h file to install ruleJiri Olsa-0/+1
2019-09-10perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa-1/+5
2019-09-10perf python: Add missing python/perf.so dependency for libperfJiri Olsa-1/+1
2019-09-05riscv: Add support for libdwMao Han-1/+237
2019-08-31perf build: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo-4/+4
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf-2627/+18
2019-08-31perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf-1/+1
2019-08-31perf: Update .gitignore fileJosh Poimboeuf-0/+3
2019-08-31perf metricgroup: Support multiple events for metricgroupJin Yao-44/+68
2019-08-31perf metricgroup: Scale the metric resultJin Yao-11/+31
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao-3/+5
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo-19/+47
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo-38/+98
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo-32/+33
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo-6/+6
2019-08-31perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo-3/+0
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo-9/+0
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo-7/+3
2019-08-31perf probe: No need for symbol.h, symbol_conf is enoughArnaldo Carvalho de Melo-1/+1
2019-08-31perf tools: Remove needless sort.h include directivesArnaldo Carvalho de Melo-3/+2
2019-08-31perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo-47/+58
2019-08-31perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo-1/+4
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo-257/+331
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo-33/+58