Lines Matching refs:SYM

119 #define SYM(he)   (he->ms.sym->name)  macro
169 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
175 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
181 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
187 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
193 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
199 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
205 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
211 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
217 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
400 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
406 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
412 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
418 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
424 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
430 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
436 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
442 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
448 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
506 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
513 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
520 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
527 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
534 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
541 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
548 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
555 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
562 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
569 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()