Lines Matching full:100
54 struct perf_sample sample = { .period = 100, }; in add_hist_entries()
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()
245 * 30.00% 1 perf : 100 in test2()
246 * 10.00% 0 perf : 100 in test2()
247 * 10.00% 2 perf : 100 in test2()
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
330 he->stat.period == 100); in test3()
402 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
408 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
414 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
426 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
432 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
438 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
444 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
450 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
477 * 0 perf: 100 perf [kernel] [k] schedule in test5()
482 * 1 perf: 100 perf libc [.] malloc in test5()
483 * 2 perf: 100 perf libc [.] free in test5()
484 * 1 perf: 100 perf perf [.] cmd_record in test5()
485 * 1 perf: 100 perf perf [.] main in test5()
505 CPU(he) == 0 && PID(he) == 100 && in test5()
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()
540 CPU(he) == 1 && PID(he) == 100 && in test5()
542 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
547 CPU(he) == 2 && PID(he) == 100 && in test5()
549 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
554 CPU(he) == 1 && PID(he) == 100 && in test5()
556 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
561 CPU(he) == 1 && PID(he) == 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()