summary refs log tree commit diff stats
path: root/tests/tracetool/dtrace.stap
blob: 9c5d8a527ce4c169ec4b5b9db3cc3692378517d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
}