Lines Matching refs:SYM

117 #define SYM(he)   (he->ms.sym->name)  macro
167 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
173 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
179 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
185 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
191 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
197 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
203 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
209 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
215 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
398 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
404 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
410 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
416 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
422 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
428 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
434 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
440 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
446 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
504 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
511 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
518 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
525 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
532 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
539 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
546 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
553 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
560 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
567 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()