Lines Matching refs:Profiles
99 # These are used for dynamic profiles
102 # These are the web pages that servers need to support for dynamic profiles
120 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
129 # 64-bit profiles. To err on the safe size, default to 64-bit here:
150 jeprof [options] <program> <profiles>
151 <profiles> is a space separated list of profile names.
152 jeprof [options] <symbolized-profiles>
153 <symbolized-profiles> is a list of profile files where each file contains
184 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
247 JEPROF_TMPDIR Profiles directory. Defaults to \$HOME/jeprof
545 # --symbols needs a binary-name (to run nm on, etc) but not profiles
612 # Reduce profiles to required output granularity, and also clean
616 # Get derived profiles
698 # Add additional profiles, if available.
724 # which may differ from the data from subsequent profiles, especially
900 # Get derived profiles
910 # Get derived profiles
935 # Get derived profiles
953 # Get derived profiles
981 # Get derived profiles
1210 # --raw/http: For everything to work correctly for non-remote profiles, we
1215 die "--raw/http: jeprof can only dump remote profiles for --raw\n";
1398 # output (same format as expected from the profiles) or that looks
3376 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,;
3610 # For non-CPU profiles, we add a type-extension to
3656 # Collect profiles in parallel
3672 print STDERR "Fetching $count profiles, Be patient...\n";
3679 # collecting profiles
3719 # for the profile by looking at the first 8 bytes: in cpu profiles,
3938 # we have both a binary and symbolized profiles, abort
4007 # dumps unadjusted profiles.
4196 # For remote heap profiles (v1):
4202 # interval is 128KB. Only remote-heap-page profiles are adjusted for
4204 # For remote heap profiles (v2):
4220 # $type is "heapprofile" for profiles generated by the
4221 # heap-profiler, and either "heap" or "heap_v2" for profiles
4223 # be "growth" for heap-growth profiles. The first is typically
4224 # found for profiles generated locally, and the others for
4225 # remote profiles.
4256 # For remote-heap generated profiles, adjust the counts and sizes to
4261 print STDERR "Adjusting heap profiles for 1-in-128KB sampling rate\n";
4263 printf STDERR ("Adjusting heap profiles for 1-in-%d sampling rate\n",
4325 die "Threaded heap profiles require v2 sampling with a sample rate\n";
5323 # profiles, since the actual addresses referenced are generally in low
5413 # We leave any collected profiles in $HOME/jeprof in case the user wants