Lines Matching refs:SYM

121 #define SYM(he)   (he->ms.sym->name)  macro
171 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
177 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
183 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
189 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
195 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
201 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
207 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
213 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
219 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
402 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
408 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
414 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
420 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
426 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
432 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
438 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
444 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
450 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
508 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
515 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
522 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
529 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
536 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
543 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
550 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
557 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
564 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
571 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()