Lines Matching refs:strcmp
168 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
169 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
174 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
175 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
180 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
181 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
186 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
187 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
192 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
193 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
198 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
199 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
204 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
205 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
210 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
211 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
216 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
217 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
322 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3()
328 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test3()
334 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test3()
340 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test3()
346 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test3()
400 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
401 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
406 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
407 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
412 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
413 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
418 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
419 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4()
424 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
425 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
430 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
431 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
436 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
437 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
442 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
443 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
448 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
449 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
505 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
506 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
512 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
513 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
519 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test5()
520 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
526 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
527 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
533 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
534 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
540 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
541 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
547 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
548 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
554 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
555 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
561 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
562 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
568 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
569 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()