Searched refs:SYMBOL_PAGE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof112 my $SYMBOL_PAGE = "/pprof/symbol"; # must support symbol lookup via POST
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
360 # Are we using $SYMBOL_PAGE?
504 # Remote profiling without a binary (using $SYMBOL_PAGE instead)
547 error("The first profile should be a remote form to use $SYMBOL_PAGE\n");
1118 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3205 return "$baseURL$SYMBOL_PAGE";
3291 # $SYMBOL_PAGE for all PC values found in profile. Otherwise, the raw symbols
3319 # We use c++filt in case $SYMBOL_PAGE gives us mangled symbols.
3673 $SYMBOL_PAGE
[all...]
/external/jemalloc/bin/
H A Dpprof112 my $SYMBOL_PAGE = "/pprof/symbol"; # must support symbol lookup via POST
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
360 # Are we using $SYMBOL_PAGE?
504 # Remote profiling without a binary (using $SYMBOL_PAGE instead)
547 error("The first profile should be a remote form to use $SYMBOL_PAGE\n");
1118 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3214 return "$baseURL$SYMBOL_PAGE";
3300 # $SYMBOL_PAGE for all PC values found in profile. Otherwise, the raw symbols
3328 # We use c++filt in case $SYMBOL_PAGE gives us mangled symbols.
3682 $SYMBOL_PAGE
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof112 my $SYMBOL_PAGE = "/pprof/symbol"; # must support symbol lookup via POST
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
360 # Are we using $SYMBOL_PAGE?
504 # Remote profiling without a binary (using $SYMBOL_PAGE instead)
547 error("The first profile should be a remote form to use $SYMBOL_PAGE\n");
1118 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3205 return "$baseURL$SYMBOL_PAGE";
3291 # $SYMBOL_PAGE for all PC values found in profile. Otherwise, the raw symbols
3319 # We use c++filt in case $SYMBOL_PAGE gives us mangled symbols.
3673 $SYMBOL_PAGE
[all...]

Completed in 266 milliseconds