summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use __map__is_kernel() when synthesizing kernel module mmap recordsArnaldo Carvalho de Melo2015-09-281-1/+1
* perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo2015-09-281-10/+14
* perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo2015-09-281-1/+1
* Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-2820-112/+125
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-2713-59/+113
| |\
| | * perf tools: Fix copying of /proc/kcoreAdrian Hunter2015-09-251-22/+13Star
| | * perf intel-pt: Remove no_force_psb from documentationAdrian Hunter2015-09-251-15/+0Star
| | * perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo2015-09-251-6/+7
| * | membarrier: clean up selftestMathieu Desnoyers2015-09-232-8/+4Star
| * | userfaultfd: selftest: don't error out if pthread_mutex_t isn't identicalAndrea Arcangeli2015-09-231-9/+0Star
| * | userfaultfd: selftest: return an error if BOUNCE_VERIFY failsAndrea Arcangeli2015-09-231-3/+6
| * | userfaultfd: selftest: avoid my_bcmp false positives with powerpcAndrea Arcangeli2015-09-231-2/+10
| * | userfaultfd: selftest: only warn if __NR_userfaultfd is undefinedMichael Ellerman2015-09-231-3/+13
| * | userfaultfd: selftest: headers fixupAndrea Arcangeli2015-09-232-12/+5Star
| * | userfaultfd: selftests: vm: pick up sanitized kernel headersThierry Reding2015-09-232-2/+4
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-09-211-0/+2
| |\ \
| | * | s390: wire up userfaultfd system callHeiko Carstens2015-09-171-0/+2
| * | | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-209-34/+52
| |\ \ \
| | * | | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-151-3/+1Star
| | * | | selftests: change install command to rsyncBamvor Jian Zhang2015-09-152-8/+5Star
| | * | | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-151-5/+3Star
| | * | | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-151-1/+1
| | * | | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-151-1/+1
| | * | | selftests/seccomp: add support for s390Kees Cook2015-09-152-6/+38
| | * | | seltests/zram: fix syntax errorZhang Zhen2015-09-152-10/+3Star
| | |/ /
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-09-184-1/+14
| |\ \ \
| | * | | tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin2015-09-161-1/+1
| | * | | tools/virtio: fix build after 4.2 changesMichael S. Tsirkin2015-09-093-0/+13
* | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-239-13/+53
|\ \ \ \ \
| * | | | | perf record: Synthesize COMM event for a command line workloadNamhyung Kim2015-09-233-2/+20
| * | | | | tools vm: Fix build due to removal of tools/lib/api/fs/debugfs.hArnaldo Carvalho de Melo2015-09-231-3/+3
| * | | | | perf tools: Add include/err.h into MANIFESTJiri Olsa2015-09-221-0/+1
| * | | | | tools lib bpf: Use FEATURE_USER to allow building in the same dir as perfArnaldo Carvalho de Melo2015-09-221-0/+1
| * | | | | tools build: Allow setting the feature detection userArnaldo Carvalho de Melo2015-09-221-3/+4
| * | | | | tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usageArnaldo Carvalho de Melo2015-09-221-2/+2
| * | | | | tools build: Fixup feature detection display function nameArnaldo Carvalho de Melo2015-09-221-1/+1
| * | | | | perf tools: Don't assume that the parser returns non empty evsel listWang Nan2015-09-211-0/+16
| * | | | | perf probe: Fix a segfault when removing uprobe eventsMasami Hiramatsu2015-09-211-2/+5
* | | | | | Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar2015-09-232-4/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh2015-09-221-3/+20
| * | | | perf record: Avoid infinite loop at buildid processing with no samplesMark Rutland2015-09-181-1/+4
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-1810-14/+72
|\| | | |
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-09-189-12/+69
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | perf tools: Bool functions shouldn't return -1Peter Senna Tschudin2015-09-171-1/+1
| | * | | tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo2015-09-175-5/+28
| | * | | tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo2015-09-175-3/+25
| | * | | Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"Arnaldo Carvalho de Melo2015-09-171-1/+1
| | * | | perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-161-2/+14
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-2/+3
| |\ \ \ \
| | * | | | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-2/+3