summary refs log tree commit diff stats
path: root/tests/tracetool/dtrace.d
blob: 5cc06f9f4f51066cbad0b72fbeb9f40d5419916f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* This file is autogenerated by tracetool, do not edit. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

provider qemu {

probe test_blah(void * context,const char * filename);

probe test_wibble(void * context,int value);

};