Home | History | Annotate | Download | only in coregrind

Lines Matching defs:toolname

360    - get the toolname (--tool=)
450 const HChar* toolname )
457 Int toolname_len = VG_(strlen)(toolname);
515 // Does it have the form "--toolname:foo"? We have to do it at the start
520 VG_STREQN(toolname_len, arg+2, toolname) &&
523 // Prefix matches, convert "--toolname:foo" to "--foo".
1314 const HChar* toolname )
1327 vg_assert( toolname );
1335 VG_(printf_xml)("<protocoltool>%s</protocoltool>\n", toolname);
1354 if (VG_(strlen)(toolname) >= 4 && VG_STREQN(4, toolname, "exp-")) {
1397 VG_(printf_xml)("<tool>%pS</tool>\n", toolname);
1631 const HChar* toolname = "memcheck"; // default to Memcheck
1902 early_process_cmd_line_options(&need_help, &toolname);
1905 vg_assert(toolname != NULL);
1908 if (0 == VG_(strcmp)(toolname, "memcheck")
1909 || 0 == VG_(strcmp)(toolname, "helgrind")
1910 || 0 == VG_(strcmp)(toolname, "drd")) {
1932 // p: early_process_cmd_line_options [for toolname]
1951 the_iicii.toolname = toolname;
2084 toolname );
2100 print_preamble(logging_to_fd, xml_fname_unexpanded, toolname);