QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
632 B
16 lines
632 B
/* This file is autogenerated by tracetool, do not edit. */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
probe qemu.simpletrace.test_blah = qemu.test_blah ?
|
|
{
|
|
try {
|
|
argfilename_str = filename ? user_string_n(filename, 512) : "<null>"
|
|
} catch {}
|
|
argfilename_len = strlen(argfilename_str)
|
|
printf("%8b%8b%8b%4b%4b%8b%4b%.*s", 1, 0, gettimeofday_ns(), 24 + 8 + 4 + argfilename_len, pid(), context, argfilename_len, argfilename_len, argfilename_str)
|
|
}
|
|
probe qemu.simpletrace.test_wibble = qemu.test_wibble ?
|
|
{
|
|
printf("%8b%8b%8b%4b%4b%8b%8b", 1, 1, gettimeofday_ns(), 24 + 8 + 8, pid(), context, value)
|
|
}
|
|
|
|
|