Lines Matching refs:strcmp
182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
219 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
230 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
231 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
336 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3()
342 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test3()
348 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test3()
354 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test3()
360 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test3()
414 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
415 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
420 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4()
421 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
426 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
427 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
432 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") && in test4()
433 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4()
438 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") && in test4()
439 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
444 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
445 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
450 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") && in test4()
451 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
456 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") && in test4()
457 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
462 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
463 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
519 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
520 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
526 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
527 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
533 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test5()
534 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
540 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
541 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
547 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
548 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
554 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
555 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
561 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
562 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
568 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
569 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
575 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
576 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
582 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
583 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()