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