VirtualBox

source: vbox/trunk/src/VBox/VMM/dtrace/return-to-ring-3-aggregation-1.d@ 62229

Last change on this file since 62229 was 56287, checked in by vboxsync, 10 years ago

VMM: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 915 bytes
Line 
1/* $Id: return-to-ring-3-aggregation-1.d 56287 2015-06-09 11:15:22Z vboxsync $ */
2/** @file
3 * DTracing VBox - return to ring-3 aggregation test \#1.
4 */
5
6/*
7 * Copyright (C) 2012-2015 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18#pragma D option quiet
19
20
21vboxvmm:::r0-vmm-return-to-ring3-hm
22{
23 @g_aHmRcs[args[2]] = count();
24}
25
26vboxvmm:::r0-vmm-return-to-ring3-rc
27{
28 @g_aRawRcs[args[2]] = count();
29}
30
31END
32{
33 printa(" rcHm=%04d %@8u times\n", @g_aHmRcs);
34 printa(" rcRaw=%04d %@8u times\n", @g_aRawRcs);
35}
36
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette