| 1 | /* This file is autogenerated by tracetool, do not edit. */ |
| 2 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 3 | |
| 4 | probe qemu.log.test_blah = qemu.test_blah ? |
| 5 | { |
| 6 | try { |
| 7 | argfilename_str = filename ? user_string_n(filename, 512) : "<null>" |
| 8 | } catch {} |
| 9 | printf("%d@%d test_blah Blah context=%p filename=%s\n", pid(), gettimeofday_ns(), context, argfilename_str) |
| 10 | } |
| 11 | probe qemu.log.test_wibble = qemu.test_wibble ? |
| 12 | { |
| 13 | printf("%d@%d test_wibble Wibble context=%p value=%d\n", pid(), gettimeofday_ns(), context, value) |
| 14 | } |
| 15 |