source:
vbox/trunk/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d@
61468
最後變更 在這個檔案從61468是 53688,由 提交於 10 年 前 | |
---|---|
|
|
檔案大小: 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. */ |
9 | BEGIN { |
10 | trace("Hello VBox World!"); |
11 | exit(0); |
12 | } |
13 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器