Skip to content

Commit 0ba2022

Browse files
james-c-linaroacmel
authored andcommitted
perf test: Mark remaining probe tests as exclusive
Probes are global and other probe tests are already exclusive. These two tests can throw warnings when run at the same time so mark them as exclusive too: $ perf test -vvv 81 79 79: perftool-testsuite_probe: --- start --- test child forked, pid 46419 ../common/init.sh: line 137: /sys/kernel/debug/tracing/uprobe_events: Device or resource busy Reviewed-by: Ian Rogers <[email protected]> Signed-off-by: James Clark <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Athira Rajeev <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Michael Petlan <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Richter <[email protected]> Cc: Veronika Molnarova <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 3cc550f commit 0ba2022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/perf/tests/shell/perftool-testsuite_probe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# perftool-testsuite_probe
2+
# perftool-testsuite_probe (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
test -d "$(dirname "$0")/base_probe" || exit 2

tools/perf/tests/shell/record+probe_libc_inet_pton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# probe libc's inet_pton & backtrace it with ping
2+
# probe libc's inet_pton & backtrace it with ping (exclusive)
33

44
# Installs a probe on libc's inet_pton function, that will use uprobes,
55
# then use 'perf trace' on a ping to localhost asking for just one packet

0 commit comments

Comments
 (0)