diff options
| author | Riku Voipio <[email protected]> | 2015-04-16 16:52:55 +0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-05-29 12:43:42 -0300 |
| commit | cec83938707a7055c1f9decd81f2741420518e64 (patch) | |
| tree | 2710ec6f0dd244ca69927d74e8d521c04f20e7b9 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | fbb2df231e11d8086dc51df73376b16407463de1 (diff) | |
perf tests: Remove getpgrp from mmap-basic
mmap-basic fails on arm64.
4: read samples using the mmap interface: read samples using the mmap interface: FAILED!
This is because arm64 doesn't come with getpgrp() syscall. The syscall
is a BSD compatibility wrapper, Archs that don't define
__ARCH_WANT_SYS_GETPGRP do not have this. Remove it, since getpgid is
already used in the testcase.
Signed-off-by: Riku Voipio <[email protected]>
Reviewed-by: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions