profile            88 misc/ngx_google_perftools_module.c     u_char                       *profile;
profile            98 misc/ngx_google_perftools_module.c     profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log);
profile            99 misc/ngx_google_perftools_module.c     if (profile == NULL) {
profile           108 misc/ngx_google_perftools_module.c     ngx_sprintf(profile, "%V.%d%Z", &gptcf->profiles, ngx_pid);
profile           110 misc/ngx_google_perftools_module.c     if (ProfilerStart(profile)) {
profile           116 misc/ngx_google_perftools_module.c                       "ProfilerStart(%s) failed", profile);
profile           119 misc/ngx_google_perftools_module.c     ngx_free(profile);