HomeSort by relevance Sort by last modified time
    Searched refs:Ev_Ir (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
main.c 234 Ev_Ir, // Instruction read
332 case Ev_Ir:
395 case Ev_Ir:
458 case Ev_Ir:
466 Ev_Ir, and so these Dr must pertain to the
492 if (ev2 && ev3 && ev2->tag == Ev_Ir && ev3->tag == Ev_Ir) {
503 if (ev2 && ev2->tag == Ev_Ir) {
610 evt->tag = Ev_Ir;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 482 Ev_Ir, // Instruction read
613 case Ev_Ir:
705 case Ev_Ir:
713 Ev_Ir, and so these Dr/Dm must pertain to the
739 if (ev2 && ev3 && ev2->tag == Ev_Ir && ev3->tag == Ev_Ir)
756 if (ev2 && ev2->tag == Ev_Ir) {
845 evt->tag = Ev_Ir;
    [all...]

Completed in 28 milliseconds