summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)2019-09-251-2/+2
* perf list: Allow plurals for metric, metricgroupKim Phillips2019-09-251-2/+2
* perf vendor events: Minor fixes to the READMEKim Phillips2019-09-251-11/+11
* perf vendor events amd: Remove redundant '['Kim Phillips2019-09-251-1/+1
* perf vendor events amd: Add L3 cache events for Family 17hKim Phillips2019-09-252-0/+43
* perf record: Move restricted maps check to after a possible fallback to not c...Arnaldo Carvalho de Melo2019-09-231-10/+11
* perf record: Fix priv level with branch sampling for paranoid=2Stephane Eranian2019-09-231-2/+4
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-2022-57/+86
* perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu2019-09-201-0/+1
* perf probe: Skip same probe address for a given lineMasami Hiramatsu2019-09-201-0/+19
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-09-201-1/+1
* perf tests: Fix static build testJiri Olsa2019-09-201-1/+1
* Merge tag 'perf-core-for-mingo-5.4-20190920-2' of git://git.kernel.org/pub/sc...Ingo Molnar2019-09-20178-2247/+2744
|\
| * perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in p...Anju T Sudhakar2019-09-201-4/+12
| * perf kvm: Add arch neutral function to choose event for perf kvm recordAnju T Sudhakar2019-09-203-1/+49
| * perf kvm: Move kvm-stat header file from conditional inclusion to common incl...Anju T Sudhakar2019-09-202-1/+4
| * perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King2019-09-201-1/+1
| * perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-09-201-1/+1
| * perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-09-203-0/+21
| * perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo2019-09-2013-1923/+1928
| * perf memswap: Adopt 'struct u64_swap' from evsel.hArnaldo Carvalho de Melo2019-09-202-5/+7
| * perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-2038-177/+154
| * perf auxtrace: Add missing 'struct perf_sample' forward declarationArnaldo Carvalho de Melo2019-09-201-0/+1
| * perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo2019-09-201-0/+1
| * perf annotate: Add missing machine.h include directiveArnaldo Carvalho de Melo2019-09-201-0/+1
| * perf hist: Add missing 'struct branch_stack' forward declarationArnaldo Carvalho de Melo2019-09-201-0/+1
| * perf python: Remove debug.hArnaldo Carvalho de Melo2019-09-201-1/+2
| * perf callchain: Remove needless event.h includeArnaldo Carvalho de Melo2019-09-203-1/+6
| * perf stat: Move perf_stat_synthesize_config() to event.hArnaldo Carvalho de Melo2019-09-204-13/+14
| * perf event: Move perf_event__synthesize* to event.hArnaldo Carvalho de Melo2019-09-202-39/+39
| * perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-2037-34/+31
| * perf symbols: Add missing dso.h headerArnaldo Carvalho de Melo2019-09-201-0/+1
| * perf probe: Add missing build-id.h header.Arnaldo Carvalho de Melo2019-09-201-0/+1
| * perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-2075-73/+47
| * perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2019-09-2016-17/+1
| * perf debug: No need to include ui/util.hArnaldo Carvalho de Melo2019-09-203-2/+4
| * perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo2019-09-204-4/+0
| * perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1.James Clark2019-09-209-0/+451
| * perf jvmti: Link against tools/lib/string.o to have weak strlcpy()Arnaldo Carvalho de Melo2019-09-201-0/+9
| * libperf: Adopt perf_cpu_map__max() functionJiri Olsa2019-09-104-13/+15
| * libperf: Add missing event.h file to install ruleJiri Olsa2019-09-101-0/+1
| * perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa2019-09-101-1/+5
| * perf python: Add missing python/perf.so dependency for libperfJiri Olsa2019-09-101-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-16393-8457/+12523
|\|
| * perf build: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo2019-08-311-4/+4
| * perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf2019-08-3112-2627/+18
| * perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf2019-08-311-1/+1
| * perf: Update .gitignore fileJosh Poimboeuf2019-08-311-0/+3
| * perf metricgroup: Support multiple events for metricgroupJin Yao2019-08-313-44/+68
| * perf metricgroup: Scale the metric resultJin Yao2019-08-313-11/+31