Searched refs:profile_frame (Results 1 – 4 of 4) sorted by relevance
32 typedef struct profile_frame struct41 struct profile_frame * caller; argument44 } profile_frame; argument46 profile_frame * profile_init( OBJECT * rulename, profile_frame * );47 void profile_enter( OBJECT * rulename, profile_frame * );49 void profile_exit( profile_frame * );53 #define PROFILE_ENTER( scope ) profile_frame PROF_ ## scope, *PROF_ ## scope ## _p = profile_init( …
15 static profile_frame * profile_stack = 0;21 profile_frame * profile_init( OBJECT * rulename, profile_frame * frame ) in profile_init()28 void profile_enter( OBJECT * rulename, profile_frame * frame ) in profile_enter()84 void profile_exit( profile_frame * frame ) in profile_exit()
155 profile_frame prof[ 1 ]; in hash_insert()207 profile_frame prof[ 1 ]; in hash_find()
61 profile_frame prof[ 1 ]; in evaluate_rule()