HomeSort by: relevance | last modified time | path
    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