Home | History | Annotate | Download | only in callgrind

Lines Matching refs:tmp_str

410    Char* tmp_str;
430 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) {
431 fn_config* fnc = get_fnc(tmp_str);
435 else if VG_STR_CLO(arg, "--dump-before", tmp_str) {
436 fn_config* fnc = get_fnc(tmp_str);
440 else if VG_STR_CLO(arg, "--zero-before", tmp_str) {
441 fn_config* fnc = get_fnc(tmp_str);
445 else if VG_STR_CLO(arg, "--dump-after", tmp_str) {
446 fn_config* fnc = get_fnc(tmp_str);
450 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) {
451 fn_config* fnc = get_fnc(tmp_str);
461 else if VG_STR_CLO( arg, "--pop-on-jump", tmp_str) {
462 fn_config* fnc = get_fnc(tmp_str);