xref: /linux/tools/testing/selftests/ftrace/test.d/remotes/hypervisor/reset.tc (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1*39d5ca62SVincent Donnefort#!/bin/sh
2*39d5ca62SVincent Donnefort# SPDX-License-Identifier: GPL-2.0
3*39d5ca62SVincent Donnefort# description: Test hypervisor trace buffer reset
4*39d5ca62SVincent Donnefort# requires: remotes/hypervisor/write_event
5*39d5ca62SVincent Donnefort
6*39d5ca62SVincent DonnefortSOURCE_REMOTE_TEST=1
7*39d5ca62SVincent Donnefort. $TEST_DIR/remotes/reset.tc
8*39d5ca62SVincent Donnefort
9*39d5ca62SVincent Donnefortset -e
10*39d5ca62SVincent Donnefortsetup_remote "hypervisor"
11*39d5ca62SVincent Donneforttest_reset
12