| 1 | /* This file is autogenerated by tracetool, do not edit. */ |
| 2 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 3 | |
| 4 | probe qemu.simpletrace.test_blah = qemu.test_blah ? |
| 5 | { |
| 6 | try { |
| 7 | argfilename_str = filename ? user_string_n(filename, 512) : "<null>" |
| 8 | } catch {} |
| 9 | argfilename_len = strlen(argfilename_str) |
| 10 | 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) |
| 11 | } |
| 12 | probe qemu.simpletrace.test_wibble = qemu.test_wibble ? |
| 13 | { |
| 14 | printf("%8b%8b%8b%4b%4b%8b%8b", 1, 1, gettimeofday_ns(), 24 + 8 + 8, pid(), context, value) |
| 15 | } |
| 16 |