| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | perf list: Allow plurals for metric, metricgroup | Kim Phillips | 2019-09-25 | 1 | -2/+2 | |
| | * | | | | | | | | | perf vendor events: Minor fixes to the README | Kim Phillips | 2019-09-25 | 1 | -11/+11 | |
| | * | | | | | | | | | perf vendor events amd: Remove redundant '[' | Kim Phillips | 2019-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | | perf vendor events amd: Add L3 cache events for Family 17h | Kim Phillips | 2019-09-25 | 2 | -0/+43 | |
| | * | | | | | | | | | perf record: Move restricted maps check to after a possible fallback to not c... | Arnaldo Carvalho de Melo | 2019-09-23 | 1 | -10/+11 | |
| | * | | | | | | | | | perf record: Fix priv level with branch sampling for paranoid=2 | Stephane Eranian | 2019-09-23 | 1 | -2/+4 | |
| | * | | | | | | | | | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 2019-09-20 | 22 | -57/+86 | |
| | * | | | | | | | | | perf probe: Fix to clear tev->nargs in clear_probe_trace_event() | Masami Hiramatsu | 2019-09-20 | 1 | -0/+1 | |
| | * | | | | | | | | | perf probe: Skip same probe address for a given line | Masami Hiramatsu | 2019-09-20 | 1 | -0/+19 | |
| | * | | | | | | | | | perf tools: Fix segfault in cpu_cache_level__read() | Jiri Olsa | 2019-09-20 | 1 | -1/+1 | |
| | * | | | | | | | | | tools arch x86: Sync asm/cpufeatures.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+3 | |
| | * | | | | | | | | | tools arch x86 uapi: Synch asm/unistd.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+1 | |
| | * | | | | | | | | | tools uapi asm-generic: Sync unistd.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+1 | |
| | * | | | | | | | | | tools headers uapi: Sync prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+6 | |
| | * | | | | | | | | | perf tests: Fix static build test | Jiri Olsa | 2019-09-20 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge tag 'perf-core-for-mingo-5.4-20190920-2' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2019-09-20 | 180 | -2256/+2763 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in p... | Anju T Sudhakar | 2019-09-20 | 1 | -4/+12 | |
| | | * | | | | | | | | perf kvm: Add arch neutral function to choose event for perf kvm record | Anju T Sudhakar | 2019-09-20 | 3 | -1/+49 | |
| | | * | | | | | | | | perf kvm: Move kvm-stat header file from conditional inclusion to common incl... | Anju T Sudhakar | 2019-09-20 | 2 | -1/+4 | |
| | | * | | | | | | | | perf test: Fix spelling mistake "allos" -> "allocate" | Colin Ian King | 2019-09-20 | 1 | -1/+1 | |
| | | * | | | | | | | | perf stat: Fix a segmentation fault when using repeat forever | Srikar Dronamraju | 2019-09-20 | 1 | -1/+1 | |
| | | * | | | | | | | | perf stat: Reset previous counts on repeat with interval | Srikar Dronamraju | 2019-09-20 | 3 | -0/+21 | |
| | | * | | | | | | | | tools lib traceevent: Convert remaining %p[fF] users to %p[sS] | Sakari Ailus | 2019-09-20 | 2 | -9/+19 | |
| | | * | | | | | | | | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 2019-09-20 | 13 | -1923/+1928 | |
| | | * | | | | | | | | perf memswap: Adopt 'struct u64_swap' from evsel.h | Arnaldo Carvalho de Melo | 2019-09-20 | 2 | -5/+7 | |
| | | * | | | | | | | | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 2019-09-20 | 38 | -177/+154 | |
| | | * | | | | | | | | perf auxtrace: Add missing 'struct perf_sample' forward declaration | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf sched: Add missing event.h include directive | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf annotate: Add missing machine.h include directive | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf hist: Add missing 'struct branch_stack' forward declaration | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf python: Remove debug.h | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+2 | |
| | | * | | | | | | | | perf callchain: Remove needless event.h include | Arnaldo Carvalho de Melo | 2019-09-20 | 3 | -1/+6 | |
| | | * | | | | | | | | perf stat: Move perf_stat_synthesize_config() to event.h | Arnaldo Carvalho de Melo | 2019-09-20 | 4 | -13/+14 | |
| | | * | | | | | | | | perf event: Move perf_event__synthesize* to event.h | Arnaldo Carvalho de Melo | 2019-09-20 | 2 | -39/+39 | |
| | | * | | | | | | | | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 2019-09-20 | 37 | -34/+31 | |
| | | * | | | | | | | | perf symbols: Add missing dso.h header | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf probe: Add missing build-id.h header. | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 | |
| | | * | | | | | | | | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 2019-09-20 | 75 | -73/+47 | |
| | | * | | | | | | | | perf tools: Remove debug.h from places where it is not needed | Arnaldo Carvalho de Melo | 2019-09-20 | 16 | -17/+1 | |
| | | * | | | | | | | | perf debug: No need to include ui/util.h | Arnaldo Carvalho de Melo | 2019-09-20 | 3 | -2/+4 | |
| | | * | | | | | | | | perf tools: Remove needless builtin.h include directives | Arnaldo Carvalho de Melo | 2019-09-20 | 4 | -4/+0 | |
| | | * | | | | | | | | perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1. | James Clark | 2019-09-20 | 9 | -0/+451 | |
| | | * | | | | | | | | perf jvmti: Link against tools/lib/string.o to have weak strlcpy() | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+9 | |
| | | * | | | | | | | | libperf: Adopt perf_cpu_map__max() function | Jiri Olsa | 2019-09-10 | 4 | -13/+15 | |
| | | * | | | | | | | | libperf: Add missing event.h file to install rule | Jiri Olsa | 2019-09-10 | 1 | -0/+1 | |
| | | * | | | | | | | | perf tests: Add libperf automated test for 'make -C tools/perf build-test' | Jiri Olsa | 2019-09-10 | 1 | -1/+5 | |
| | | * | | | | | | | | perf python: Add missing python/perf.so dependency for libperf | Jiri Olsa | 2019-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge tag 'linux-kselftest-5.4-rc1.1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-09-26 | 6 | -26/+48 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | selftests: tpm2: install python files | Anders Roxell | 2019-09-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | selftests: livepatch: add missing fragments to config | Anders Roxell | 2019-09-23 | 1 | -0/+2 | |

