Lines Matching full:period
54 struct perf_sample sample = { .period = 100, }; in add_hist_entries()
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()
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()
324 he->stat.period == 200); in test3()
330 he->stat.period == 100); in test3()
336 he->stat.period == 300); in test3()
342 he->stat.period == 200); in test3()
348 he->stat.period == 200); 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()
420 !strcmp(COMM(he), "perf") && he->stat.period == 200); 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()
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()