Lines Matching refs:Profiles
98 # These are used for dynamic profiles
101 # These are the web pages that servers need to support for dynamic profiles
119 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
128 # 64-bit profiles. To err on the safe size, default to 64-bit here:
149 jeprof [options] <program> <profiles>
150 <profiles> is a space separated list of profile names.
151 jeprof [options] <symbolized-profiles>
152 <symbolized-profiles> is a list of profile files where each file contains
183 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
246 JEPROF_TMPDIR Profiles directory. Defaults to \$HOME/jeprof
544 # --symbols needs a binary-name (to run nm on, etc) but not profiles
611 # Reduce profiles to required output granularity, and also clean
615 # Get derived profiles
697 # Add additional profiles, if available.
723 # which may differ from the data from subsequent profiles, especially
899 # Get derived profiles
909 # Get derived profiles
934 # Get derived profiles
952 # Get derived profiles
980 # Get derived profiles
1209 # --raw/http: For everything to work correctly for non-remote profiles, we
1214 die "--raw/http: jeprof can only dump remote profiles for --raw\n";
1397 # output (same format as expected from the profiles) or that looks
3351 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,;
3585 # For non-CPU profiles, we add a type-extension to
3631 # Collect profiles in parallel
3647 print STDERR "Fetching $count profiles, Be patient...\n";
3654 # collecting profiles
3694 # for the profile by looking at the first 8 bytes: in cpu profiles,
3913 # we have both a binary and symbolized profiles, abort
3982 # dumps unadjusted profiles.
4171 # For remote heap profiles (v1):
4177 # interval is 128KB. Only remote-heap-page profiles are adjusted for
4179 # For remote heap profiles (v2):
4195 # $type is "heapprofile" for profiles generated by the
4196 # heap-profiler, and either "heap" or "heap_v2" for profiles
4198 # be "growth" for heap-growth profiles. The first is typically
4199 # found for profiles generated locally, and the others for
4200 # remote profiles.
4231 # For remote-heap generated profiles, adjust the counts and sizes to
4236 print STDERR "Adjusting heap profiles for 1-in-128KB sampling rate\n";
4238 printf STDERR ("Adjusting heap profiles for 1-in-%d sampling rate\n",
4300 die "Threaded heap profiles require v2 sampling with a sample rate\n";
5231 # profiles, since the actual addresses referenced are generally in low
5320 # We leave any collected profiles in $HOME/jeprof in case the user wants