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

/external/jemalloc/bin/
H A Djeprof.in113 my $SYMBOL_PAGE = "/pprof/symbol"; # must support symbol lookup via POST
155 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
364 # Are we using $SYMBOL_PAGE?
509 # Remote profiling without a binary (using $SYMBOL_PAGE instead)
552 error("The first profile should be a remote form to use $SYMBOL_PAGE\n");
1142 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3239 return "$baseURL$SYMBOL_PAGE";
3325 # $SYMBOL_PAGE for all PC values found in profile. Otherwise, the raw symbols
3353 # We use c++filt in case $SYMBOL_PAGE gives us mangled symbols.
3707 $SYMBOL_PAGE
[all...]

Completed in 346 milliseconds