Sign in
◑
Theme
qemu
/
qemu
/
c19bf6f706c7591683bb68daf7826e52da073d37
/
.
/
tests
/
tracetool
/
dtrace.d
blob: 5cc06f9f4f51066cbad0b72fbeb9f40d5419916f [
file
]
/* 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
);
};