OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profile_func_level
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
instrument-functions.c
43
extern int
profile_func_level
;
44
int
profile_func_level
= -1;
variable
192
profile_func_level
+= 1;
194
for (i = 0 ; i <
profile_func_level
; i++)
205
printf(" (%d)",
profile_func_level
);
244
profile_func_level
-= 1;
/src/external/bsd/libpcap/dist/
instrument-functions.c
43
extern int
profile_func_level
;
44
int
profile_func_level
= -1;
variable
192
profile_func_level
+= 1;
194
for (i = 0 ; i <
profile_func_level
; i++)
205
printf(" (%d)",
profile_func_level
);
244
profile_func_level
-= 1;
Completed in 18 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026