VirtualBox

source: vbox/trunk/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d@ 61468

最後變更 在這個檔案從61468是 53688,由 vboxsync 提交於 10 年 前

VBoxDTrace: Hello world works. (r65)

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 230 位元組
 
1/* $Id: Hello.d 53688 2015-01-02 12:40:55Z vboxsync $ */
2/** @file
3 * VBoxDTrace - Hello world sample.
4 */
5
6
7/* This works by matching the dtrace:::BEGIN probe, printing the greeting and
8 then quitting immediately. */
9BEGIN {
10 trace("Hello VBox World!");
11 exit(0);
12}
13
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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