Searched refs:cachesim (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/callgrind/
H A Dsim.c1297 CLG_(cachesim).log_1I0D = 0;
1298 CLG_(cachesim).log_1I0D_name = "(no function)";
1299 CLG_(cachesim).log_2I0D = 0;
1300 CLG_(cachesim).log_2I0D_name = "(no function)";
1301 CLG_(cachesim).log_3I0D = 0;
1302 CLG_(cachesim).log_3I0D_name = "(no function)";
1304 CLG_(cachesim).log_1I1Dr = 0;
1305 CLG_(cachesim).log_1I1Dr_name = "(no function)";
1306 CLG_(cachesim).log_1I1Dw = 0;
1307 CLG_(cachesim)
1779 struct cachesim_if CLG_(cachesim) = { variable in typeref:struct:CLG_
[all...]
H A Dmain.c470 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)
[all...]
H A Dclo.c537 Bool isCachesimOption = (*CLG_(cachesim).parse_opt)(arg);
604 (*CLG_(cachesim).print_opts)();
H A Dglobal.h720 extern struct cachesim_if CLG_(cachesim);
H A Ddump.c831 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter);
1384 (*CLG_(cachesim).getdesc)(buf);

Completed in 331 milliseconds