SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / tests / regression / tools / health / test_thread_stall
1 #!/bin/bash
2 #
3 # Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com>
4 # Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 #
6 # SPDX-License-Identifier: LGPL-2.1-only
7
8 TEST_DESC="Health check - Thread stall"
9
10 SESSION_NAME="health_thread_stall"
11 SESSIOND_PRELOAD=".libs/libhealthstall.so"
12 TEST_SUFFIX="STALL"
13 CURDIR=$(dirname $(readlink -f $0))
14
15 source ${CURDIR}/test_health.sh
This page took 0.030318 seconds and 5 git commands to generate.