| 1 | /* This file is autogenerated by tracetool, do not edit. */ |
| 2 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 3 | |
| 4 | probe qemu.test_blah = process("qemu").mark("test_blah") |
| 5 | { |
| 6 | context = $arg1; |
| 7 | filename = $arg2; |
| 8 | } |
| 9 | probe qemu.test_wibble = process("qemu").mark("test_wibble") |
| 10 | { |
| 11 | context = $arg1; |
| 12 | value = $arg2; |
| 13 | } |
| 14 |