@@ -87,7 +87,7 @@ my $g_test_code = $FALSE;
87
87
#------------------------------------------------------------------------------
88
88
# GPROFNG commands and files used.
89
89
#------------------------------------------------------------------------------
90
- my $GP_DISPLAY_TEXT = "gp -display-text";
90
+ my $GP_DISPLAY_TEXT = "gprofng -display-text";
91
91
92
92
my $g_gp_output_file = $GP_DISPLAY_TEXT.".stdout.log";
93
93
my $g_gp_error_logfile = $GP_DISPLAY_TEXT.".stderr.log";
@@ -195,7 +195,7 @@ my $thresh = 0;
195
195
# Define the driver command, tool name and version number.
196
196
#------------------------------------------------------------------------------
197
197
$driver_cmd = "gprofng display html";
198
- $tool_name = "gp -display-html";
198
+ $tool_name = "gprofng -display-html";
199
199
#$binutils_version = "2.38.50";
200
200
$binutils_version = "2.43.0";
201
201
$version_info = $tool_name . " GNU binutils version " . $binutils_version;
@@ -1937,7 +1937,7 @@ sub check_availability_tool
1937
1937
my $target_cmd;
1938
1938
1939
1939
#------------------------------------------------------------------------------
1940
- # Get the path to gp -display-text.
1940
+ # Get the path to gprofng -display-text.
1941
1941
#------------------------------------------------------------------------------
1942
1942
my ($error_occurred_ref, $gp_path_ref, $return_value_ref) =
1943
1943
find_path_to_gp_display_text ($location_gp_command_ref);
@@ -1951,7 +1951,7 @@ sub check_availability_tool
1951
1951
1952
1952
if (not $error_occurred)
1953
1953
#------------------------------------------------------------------------------
1954
- # All is well and gp -display-text has been located.
1954
+ # All is well and gprofng -display-text has been located.
1955
1955
#------------------------------------------------------------------------------
1956
1956
{
1957
1957
$g_path_to_tools = $return_value;
@@ -4655,7 +4655,7 @@ sub find_keyword_in_string
4655
4655
4656
4656
#------------------------------------------------------------------------------
4657
4657
# Retrieve the absolute path that was used to execute the command. This path
4658
- # is used to execute gp -display-text later on.
4658
+ # is used to execute gprofng -display-text later on.
4659
4659
#------------------------------------------------------------------------------
4660
4660
sub find_path_to_gp_display_text
4661
4661
{
@@ -7843,7 +7843,7 @@ sub generate_html_function_blocks
7843
7843
#------------------------------------------------------------------------------
7844
7844
# Get all the metrics available
7845
7845
#
7846
- # (gp -display-text) metric_list
7846
+ # (gprofng -display-text) metric_list
7847
7847
# Current metrics: e.totalcpu:i.totalcpu:e.cycles:e+insts:e+llm:name
7848
7848
# Current Sort Metric: Exclusive Total CPU Time ( e.totalcpu )
7849
7849
# Available metrics:
0 commit comments