summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| * | | | | | | | | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-0/+3
| * | | | | | | | | tools arch x86 uapi: Synch asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+1
| * | | | | | | | | tools uapi asm-generic: Sync unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+1
| * | | | | | | | | tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+6
| * | | | | | | | | 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-20180-2256/+2763
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | 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
| | * | | | | | | | tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus2019-09-202-9/+19
| | * | | | | | | | 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 tag 'linux-kselftest-5.4-rc1.1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-266-26/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | selftests: tpm2: install python filesAnders Roxell2019-09-231-0/+1
| * | | | | | | | | | selftests: livepatch: add missing fragments to configAnders Roxell2019-09-231-0/+2
OpenPOWER on IntegriCloud