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

  /external/valgrind/callgrind/
sim.c 1701 struct cachesim_if CLG_(cachesim) = { variable in typeref:struct:CLG_
    [all...]
main.c 471 helperName = CLG_(cachesim).log_1I1Dr_name;
472 helperAddr = CLG_(cachesim).log_1I1Dr;
483 helperName = CLG_(cachesim).log_1I1Dw_name;
484 helperAddr = CLG_(cachesim).log_1I1Dw;
494 helperName = CLG_(cachesim).log_3I0D_name;
495 helperAddr = CLG_(cachesim).log_3I0D;
505 helperName = CLG_(cachesim).log_2I0D_name;
506 helperAddr = CLG_(cachesim).log_2I0D;
514 helperName = CLG_(cachesim).log_1I0D_name;
515 helperAddr = CLG_(cachesim).log_1I0D
    [all...]
clo.c 537 Bool isCachesimOption = (*CLG_(cachesim).parse_opt)(arg);
604 (*CLG_(cachesim).print_opts)();
global.h 794 extern struct cachesim_if CLG_(cachesim);
dump.c 732 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter);
    [all...]

Completed in 2090 milliseconds