Lines Matching refs:strcmp

169 			!strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&  in test1()
170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
323 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3()
329 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test3()
335 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test3()
341 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test3()
347 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test3()
401 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
402 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
407 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
408 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
413 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
414 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
419 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
420 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4()
425 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
426 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
431 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
432 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
437 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
438 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
443 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
444 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
449 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
450 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
506 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
507 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
513 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
514 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
520 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test5()
521 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
527 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
528 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
534 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
535 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
541 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
542 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
548 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
549 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
555 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
556 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
562 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
563 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
569 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
570 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()