ReactOS
0.4.16-dev-1109-gd06d9f3
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
profil.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS HAL
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: hal/halarm/generic/profil.c
5
* PURPOSE: System Profiling
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include <hal.h>
12
#define NDEBUG
13
#include <debug.h>
14
15
/* FUNCTIONS ******************************************************************/
16
17
/*
18
* @unimplemented
19
*/
20
VOID
21
NTAPI
22
HalStopProfileInterrupt
(
IN
KPROFILE_SOURCE
ProfileSource)
23
{
24
UNIMPLEMENTED
;
25
return
;
26
}
27
28
/*
29
* @unimplemented
30
*/
31
VOID
32
NTAPI
33
HalStartProfileInterrupt
(
IN
KPROFILE_SOURCE
ProfileSource)
34
{
35
UNIMPLEMENTED
;
36
return
;
37
}
38
39
/*
40
* @unimplemented
41
*/
42
ULONG_PTR
43
NTAPI
44
HalSetProfileInterval
(
IN
ULONG_PTR
Interval
)
45
{
46
UNIMPLEMENTED
;
47
return
Interval
;
48
}
49
50
/* EOF */
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
HalStartProfileInterrupt
VOID NTAPI HalStartProfileInterrupt(IN KPROFILE_SOURCE ProfileSource)
Definition:
profil.c:33
HalStopProfileInterrupt
VOID NTAPI HalStopProfileInterrupt(IN KPROFILE_SOURCE ProfileSource)
Definition:
profil.c:22
HalSetProfileInterval
ULONG_PTR NTAPI HalSetProfileInterval(IN ULONG_PTR Interval)
Definition:
profil.c:44
KPROFILE_SOURCE
enum _KPROFILE_SOURCE KPROFILE_SOURCE
void
Definition:
nsiface.idl:2307
Interval
DWORD Interval
Definition:
netstat.c:30
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ULONG_PTR
uint32_t ULONG_PTR
Definition:
typedefs.h:65
IN
#define IN
Definition:
typedefs.h:39
hal
halarm
generic
profil.c
Generated on Mon May 12 2025 06:06:30 for ReactOS by
1.9.6