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

  /external/valgrind/callgrind/
clo.c 54 Int pop_on_jump; member in struct:_fn_config
109 fnc->pop_on_jump = CONFIG_DEFAULT;
335 if (fnc->pop_on_jump != CONFIG_DEFAULT)
336 fn->pop_on_jump = (fnc->pop_on_jump == CONFIG_TRUE);
461 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {}
464 fnc->pop_on_jump = CONFIG_TRUE;
665 CLG_(clo).pop_on_jump = False;
global.h 115 Bool pop_on_jump; /* Handle a jump between functions as ret+call */ member in struct:_CommandLineOptions
404 Bool pop_on_jump : 1; member in struct:_fn_node

Completed in 41 milliseconds