Lines Matching refs:SYM

120 #define SYM(he)   (he->ms.sym->name)  macro
170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
401 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
407 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
413 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
419 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
425 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
431 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
437 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
443 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
449 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
507 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
514 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
521 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
528 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
535 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
542 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
549 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
556 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
563 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
570 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()