Home | History | Annotate | Download | only in callgrind

Lines Matching full:trigger

1281  *         <part> is skipped for final dump (trigger==0)
1286 static int new_dumpfile(Char buf[BUF_LEN], int tid, Char* trigger)
1299 if (trigger)
1392 VG_(sprintf)(buf, "desc: Trigger: %s\n",
1393 trigger ? trigger : (Char*)"Program termination");
1593 static void print_bbccs(Char* trigger, Bool only_current_thread)
1599 print_trigger = trigger;
1618 void CLG_(dump_profile)(Char* trigger, Bool only_current_thread)
1620 CLG_DEBUG(2, "+ dump_profile(Trigger '%s')\n",
1621 trigger ? trigger : (Char*)"Prg.Term.");
1628 trigger ? trigger : (Char*)"Prg.Term.");
1632 print_bbccs(trigger, only_current_thread);