OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tprof_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tprof/
tprof_ioctl.h
42
struct
tprof_info
{
struct
56
#define TPROF_IOC_GETINFO _IOR('T', 1, struct
tprof_info
)
/src/usr.sbin/tprof/
tprof.c
88
struct
tprof_info
tprof_info
;
variable in typeref:struct:tprof_info
369
switch (
tprof_info
.ti_ident) {
570
ret = ioctl(devfd, TPROF_IOC_GETINFO, &
tprof_info
);
574
if (
tprof_info
.ti_version != TPROF_VERSION) {
576
tprof_info
.ti_version, TPROF_VERSION);
578
if (tprof_event_init(
tprof_info
.ti_ident) == -1) {
Completed in 12 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025