Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
/* This file is autogenerated by tracetool, do not edit. */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
probe qemu.test_blah = process("qemu").mark("test_blah")
|
|
{
|
|
context = $arg1;
|
|
filename = $arg2;
|
|
}
|
|
probe qemu.test_wibble = process("qemu").mark("test_wibble")
|
|
{
|
|
context = $arg1;
|
|
value = $arg2;
|
|
}
|
|
|