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

  /external/valgrind/main/callgrind/
sim.c 1763 struct cachesim_if CLG_(cachesim) = { variable in typeref:struct:CLG_
    [all...]
main.c 470 helperName = CLG_(cachesim).log_1I1Dr_name;
471 helperAddr = CLG_(cachesim).log_1I1Dr;
482 helperName = CLG_(cachesim).log_1I1Dw_name;
483 helperAddr = CLG_(cachesim).log_1I1Dw;
493 helperName = CLG_(cachesim).log_3I0D_name;
494 helperAddr = CLG_(cachesim).log_3I0D;
504 helperName = CLG_(cachesim).log_2I0D_name;
505 helperAddr = CLG_(cachesim).log_2I0D;
513 helperName = CLG_(cachesim).log_1I0D_name;
514 helperAddr = CLG_(cachesim).log_1I0D
    [all...]
clo.c 536 Bool isCachesimOption = (*CLG_(cachesim).parse_opt)(arg);
603 (*CLG_(cachesim).print_opts)();
global.h 720 extern struct cachesim_if CLG_(cachesim);
dump.c 831 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter);
    [all...]

Completed in 94 milliseconds