summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | perf map: Remove extra indirection from map__find()Eric Saint-Etienne2018-12-171-7/+6
| | * | | | | | | | | | | | | perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian2018-12-171-5/+11
| | * | | | | | | | | | | | | perf stat: Fix shadow stats for clock eventsRavi Bangoria2018-12-171-1/+2
| | * | | | | | | | | | | | | perf build: Give better hint about devel package for libsslArnaldo Carvalho de Melo2018-12-171-1/+1
| * | | | | | | | | | | | | | Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar2018-12-1712-47/+544
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'v4.20-rc5' into perf/core, to pick up fixesIngo Molnar2018-12-0328-48/+871
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2018-11-212-39/+39
| * | | | | | | | | | | | | perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne2018-11-213-2/+42
| * | | | | | | | | | | | | perf jvmti: Separate jvmti cmlr checkJiri Olsa2018-11-216-1/+37
| * | | | | | | | | | | | | perf vendor events: Add JSON metrics for Cascadelake serverKan Liang2018-11-2111-0/+31347
| * | | | | | | | | | | | | perf vendor events: Add stepping in CPUID string for x86Kan Liang2018-11-213-3/+67
| * | | | | | | | | | | | | perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria2018-11-211-2/+1
| * | | | | | | | | | | | | perf pmu: Suppress potential format-truncation warningBen Hutchings2018-11-211-4/+4
| * | | | | | | | | | | | | perf tools: Add Hygon Dhyana supportPu Wen2018-11-211-1/+1
| * | | | | | | | | | | | | perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso2018-11-215-0/+419
| * | | | | | | | | | | | | perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso2018-11-215-0/+563
| * | | | | | | | | | | | | tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo2018-11-215-1/+23
| * | | | | | | | | | | | | perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.hDavidlohr Bueso2018-11-212-12/+11
| * | | | | | | | | | | | | perf script: Share code and output format for uregs and iregs outputMilian Wolff2018-11-211-23/+17
| * | | | | | | | | | | | | perf bpf: Reduce the hardcoded .max_entries for pid_mapsArnaldo Carvalho de Melo2018-11-211-1/+9
| * | | | | | | | | | | | | perf script: Add newline after uregs outputMilian Wolff2018-11-211-0/+2
| * | | | | | | | | | | | | Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel...Arnaldo Carvalho de Melo2018-11-211-4/+0
| * | | | | | | | | | | | | perf augmented_syscalls: Remove example hardcoded set of filtered pidsArnaldo Carvalho de Melo2018-11-211-27/+0
| * | | | | | | | | | | | | perf trace: Fill in BPF "filtered_pids" map when presentArnaldo Carvalho de Melo2018-11-211-13/+48
| * | | | | | | | | | | | | perf trace: See if there is a map named "filtered_pids"Arnaldo Carvalho de Melo2018-11-211-1/+24
| * | | | | | | | | | | | | perf trace: Add "_from_option" suffix to trace__set_filter()Arnaldo Carvalho de Melo2018-11-211-3/+3
| * | | | | | | | | | | | | perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*Arnaldo Carvalho de Melo2018-11-213-10/+10
| * | | | | | | | | | | | | perf augmented_syscalls: Use pid_filterArnaldo Carvalho de Melo2018-11-211-2/+32
| * | | | | | | | | | | | | perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi...Arnaldo Carvalho de Melo2018-11-211-0/+4
| * | | | | | | | | | | | | perf bpf: Add simple pid_filter class accessible to BPF proggiesArnaldo Carvalho de Melo2018-11-211-0/+21
| * | | | | | | | | | | | | perf bpf: Add defines for map insertion/lookupArnaldo Carvalho de Melo2018-11-211-0/+11
| * | | | | | | | | | | | | perf augmented_syscalls: Remove needless linux/socket.h includeArnaldo Carvalho de Melo2018-11-211-1/+0
| * | | | | | | | | | | | | perf augmented_syscalls: Filter on a hard coded pidArnaldo Carvalho de Melo2018-11-211-1/+5
| * | | | | | | | | | | | | perf bpf: Add unistd.h to the headers accessible to bpf proggiesArnaldo Carvalho de Melo2018-11-211-0/+10
* | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2623-15/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementationBart Van Assche2018-12-119-0/+30
| * | | | | | | | | | | | | | tools/lib/lockdep: Add dummy print_irqtrace_events() implementationBart Van Assche2018-12-111-0/+5
| * | | | | | | | | | | | | | tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche2018-12-111-3/+3
| * | | | | | | | | | | | | | tools/lib/lockdep/tests: Run lockdep tests a second time under ValgrindBart Van Assche2018-12-111-0/+14
| * | | | | | | | | | | | | | tools/lib/lockdep/tests: Improve testing accuracyBart Van Assche2018-12-1112-2/+25
| * | | | | | | | | | | | | | tools/lib/lockdep/tests: Fix shellcheck warningsBart Van Assche2018-12-111-8/+4
| * | | | | | | | | | | | | | tools/lib/lockdep/tests: Display compiler warning and error messagesBart Van Assche2018-12-111-5/+9
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-266-90/+2356
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-046-90/+2356
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-016-90/+2356
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | rcutorture: Make use of nolibc when availableWilly Tarreau2018-11-081-1/+17
| | | | * | | | | | | | | | | | rcutorture: Import a copy of nolibcWilly Tarreau2018-11-081-0/+2197
| | | | * | | | | | | | | | | | rcutorture: Check initrd/init instead of initrd onlyWilly Tarreau2018-11-081-4/+4
| | | | * | | | | | | | | | | | rcutorture: Always strip using the cross-compilerWilly Tarreau2018-11-081-2/+1
| | | | * | | | | | | | | | | | rcutorture: Add cross-compile capability to initrd.shPaul E. McKenney2018-11-081-1/+1
OpenPOWER on IntegriCloud