489eda995d
The Omnitrace program is being renamed.
Full name: "ROCm Systems Profiler"
Package name: "rocprofiler-systems"
Binary / Library names: "rocprof-sys-*"
---------
Co-authored-by: Xuan Chen <xuchen@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
[ROCm/rocprofiler-systems commit: d07bf508a9]
20 wiersze
803 B
CMake
20 wiersze
803 B
CMake
# -------------------------------------------------------------------------------------- #
|
|
#
|
|
# fork tests
|
|
#
|
|
# -------------------------------------------------------------------------------------- #
|
|
|
|
rocprofiler_systems_add_test(
|
|
NAME fork
|
|
TARGET fork-example
|
|
REWRITE_ARGS -e -v 2 --print-instrumented modules -i 16
|
|
RUNTIME_ARGS -e -v 1 --label file -i 16
|
|
ENVIRONMENT
|
|
"${_base_environment};ROCPROFSYS_SAMPLING_FREQ=250;ROCPROFSYS_SAMPLING_REALTIME=ON"
|
|
SAMPLING_PASS_REGEX "fork.. called on PID"
|
|
RUNTIME_PASS_REGEX "fork.. called on PID"
|
|
REWRITE_RUN_PASS_REGEX "fork.. called on PID"
|
|
SAMPLING_FAIL_REGEX "(${ROCPROFSYS_ABORT_FAIL_REGEX})"
|
|
RUNTIME_FAIL_REGEX "(${ROCPROFSYS_ABORT_FAIL_REGEX})"
|
|
REWRITE_RUN_FAIL_REGEX "(${ROCPROFSYS_ABORT_FAIL_REGEX})")
|