VirtualBox

source: vbox/trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm@ 57984

Last change on this file since 57984 was 53974, checked in by vboxsync, 10 years ago

VBoxDTrace: Morphing it into an extension pack, adding a wrapper binary, VBoxDTrace, that calls dtrace or the extension pack depending on what it finds. Build fixes for recent linux.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 718 bytes
Line 
1; $Id: VBoxDTraceR0A.asm 53974 2015-01-27 17:50:17Z vboxsync $
2;; @file
3; VBoxDTraceR0 - Assembly Hacks.
4;
5; Contributed by: bird
6;
7
8;
9; Copyright (C) 2012-2015 Oracle Corporation
10;
11; This file is part of VirtualBox Open Source Edition (OSE), as
12; available from http://www.virtualbox.org. This file is free software;
13; you can redistribute it and/or modify it under the terms of the Common
14; Development and Distribution License Version 1.0 (CDDL) only, as it
15; comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
16; VirtualBox OSE is distributed in the hope that it will be useful, but
17; WITHOUT ANY WARRANTY of any kind.
18;
19
20
21
22%include "iprt/asmdefs.mac"
23
24BEGINCODE
25
26
27extern NAME(dtrace_probe)
28
29GLOBALNAME dtrace_probe6
30 jmp NAME(dtrace_probe)
31
32
Note: See TracBrowser for help on using the repository browser.

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