@@ -855,7 +855,7 @@ add_core_arguments(parser_t& _parser, parser_data& _data)
855
855
" active "
856
856
" threads would equate to ~1 second of realtime. If this proves to be "
857
857
" difficult to handle in practice, please file a feature request for "
858
- " omnitrace to auto-scale based on the number of threads." )
858
+ " rocprof-sys to auto-scale based on the number of threads." )
859
859
.count (1 )
860
860
.dtype (" clock-id" )
861
861
.action ([&](parser_t & p) {
@@ -1191,14 +1191,14 @@ add_core_arguments(parser_t& _parser, parser_data& _data)
1191
1191
1192
1192
add_group_arguments (_parser, " sampling" , _data);
1193
1193
1194
- _parser.start_group (" HARDWARE COUNTER OPTIONS" , " See also: omnitrace -avail -H" );
1194
+ _parser.start_group (" HARDWARE COUNTER OPTIONS" , " See also: rocprof-sys -avail -H" );
1195
1195
1196
1196
if (_data.environ_filter (" cpu_events" , _data))
1197
1197
{
1198
1198
_parser
1199
1199
.add_argument ({ " -C" , " --cpu-events" },
1200
1200
" Set the CPU hardware counter events to record (ref: "
1201
- " `omnitrace -avail -H -c CPU`)" )
1201
+ " `rocprof-sys -avail -H -c CPU`)" )
1202
1202
.min_count (1 )
1203
1203
.dtype (" [EVENT ...]" )
1204
1204
.action ([&](parser_t & p) {
@@ -1216,7 +1216,7 @@ add_core_arguments(parser_t& _parser, parser_data& _data)
1216
1216
_parser
1217
1217
.add_argument ({ " -G" , " --gpu-events" },
1218
1218
" Set the GPU hardware counter events to record (ref: "
1219
- " `omnitrace -avail -H -c GPU`)" )
1219
+ " `rocprof-sys -avail -H -c GPU`)" )
1220
1220
.min_count (1 )
1221
1221
.dtype (" [EVENT ...]" )
1222
1222
.action ([&](parser_t & p) {
@@ -1353,7 +1353,7 @@ add_group_arguments(parser_t& _parser, const std::string& _group_name, parser_da
1353
1353
}),
1354
1354
_choices.end ());
1355
1355
_choices.emplace_back (
1356
- " ... run `omnitrace -avail -H -c CPU` for full list ..." );
1356
+ " ... run `rocprof-sys -avail -H -c CPU` for full list ..." );
1357
1357
itr.second ->set_choices (_choices);
1358
1358
}
1359
1359
}
@@ -1414,7 +1414,7 @@ add_extended_arguments(parser_t& _parser, parser_data& _data)
1414
1414
}),
1415
1415
_choices.end ());
1416
1416
_choices.emplace_back (
1417
- " ... run `omnitrace -avail -H -c CPU` for full list ..." );
1417
+ " ... run `rocprof-sys -avail -H -c CPU` for full list ..." );
1418
1418
itr.second ->set_choices (_choices);
1419
1419
}
1420
1420
0 commit comments