VirtualBox

Changeset 13598 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 27, 2008 7:36:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38506
Message:

#1865: STAM - minor cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/stam.h

    r12989 r13598  
    967967 */
    968968
    969 VMMR3DECL(int) STAMR3InitUVM(PUVM pUVM);
     969VMMR3DECL(int)  STAMR3InitUVM(PUVM pUVM);
    970970VMMR3DECL(void) STAMR3TermUVM(PUVM pUVM);
    971 VMMR3DECL(int) STAMR3RegisterU(PUVM pUVM, void *pvSample, STAMTYPE enmType, STAMVISIBILITY enmVisibility,
     971VMMR3DECL(int)  STAMR3RegisterU(PUVM pUVM, void *pvSample, STAMTYPE enmType, STAMVISIBILITY enmVisibility,
    972972                                const char *pszName, STAMUNIT enmUnit, const char *pszDesc);
    973 VMMR3DECL(int) STAMR3Register(PVM pVM, void *pvSample, STAMTYPE enmType, STAMVISIBILITY enmVisibility,
     973VMMR3DECL(int)  STAMR3Register(PVM pVM, void *pvSample, STAMTYPE enmType, STAMVISIBILITY enmVisibility,
    974974                               const char *pszName, STAMUNIT enmUnit, const char *pszDesc);
    975975
     
    10861086    STAM_STATS({ STAM_REL_DEREG(pVM, pvSample); })
    10871087
    1088 VMMR3DECL(int) STAMR3ResetU(PUVM pUVM, const char *pszPat);
    1089 VMMR3DECL(int) STAMR3Reset(PVM pVM, const char *pszPat);
    1090 VMMR3DECL(int) STAMR3SnapshotU(PUVM pUVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
    1091 VMMR3DECL(int) STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
    1092 VMMR3DECL(int) STAMR3SnapshotFreeU(PUVM pUVM, char *pszSnapshot);
    1093 VMMR3DECL(int) STAMR3SnapshotFree(PVM pVM, char *pszSnapshot);
    1094 VMMR3DECL(int) STAMR3DumpU(PUVM pUVM, const char *pszPat);
    1095 VMMR3DECL(int) STAMR3Dump(PVM pVM, const char *pszPat);
    1096 VMMR3DECL(int) STAMR3DumpToReleaseLogU(PUVM pUVM, const char *pszPat);
    1097 VMMR3DECL(int) STAMR3DumpToReleaseLog(PVM pVM, const char *pszPat);
    1098 VMMR3DECL(int) STAMR3PrintU(PUVM pUVM, const char *pszPat);
    1099 VMMR3DECL(int) STAMR3Print(PVM pVM, const char *pszPat);
     1088VMMR3DECL(int)  STAMR3ResetU(PUVM pUVM, const char *pszPat);
     1089VMMR3DECL(int)  STAMR3Reset(PVM pVM, const char *pszPat);
     1090VMMR3DECL(int)  STAMR3SnapshotU(PUVM pUVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
     1091VMMR3DECL(int)  STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
     1092VMMR3DECL(int)  STAMR3SnapshotFreeU(PUVM pUVM, char *pszSnapshot);
     1093VMMR3DECL(int)  STAMR3SnapshotFree(PVM pVM, char *pszSnapshot);
     1094VMMR3DECL(int)  STAMR3DumpU(PUVM pUVM, const char *pszPat);
     1095VMMR3DECL(int)  STAMR3Dump(PVM pVM, const char *pszPat);
     1096VMMR3DECL(int)  STAMR3DumpToReleaseLogU(PUVM pUVM, const char *pszPat);
     1097VMMR3DECL(int)  STAMR3DumpToReleaseLog(PVM pVM, const char *pszPat);
     1098VMMR3DECL(int)  STAMR3PrintU(PUVM pUVM, const char *pszPat);
     1099VMMR3DECL(int)  STAMR3Print(PVM pVM, const char *pszPat);
    11001100
    11011101/**
     
    11171117typedef FNSTAMR3ENUM *PFNSTAMR3ENUM;
    11181118
    1119 VMMR3DECL(int) STAMR3EnumU(PUVM pUVM, const char *pszPat, PFNSTAMR3ENUM pfnEnum, void *pvUser);
    1120 VMMR3DECL(int) STAMR3Enum(PVM pVM, const char *pszPat, PFNSTAMR3ENUM pfnEnum, void *pvUser);
     1119VMMR3DECL(int)  STAMR3EnumU(PUVM pUVM, const char *pszPat, PFNSTAMR3ENUM pfnEnum, void *pvUser);
     1120VMMR3DECL(int)  STAMR3Enum(PVM pVM, const char *pszPat, PFNSTAMR3ENUM pfnEnum, void *pvUser);
    11211121VMMR3DECL(const char *) STAMR3GetUnit(STAMUNIT enmUnit);
    11221122
     
    11281128
    11291129#endif
     1130
Note: See TracChangeset for help on using the changeset viewer.

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