Lines Matching refs:period

54 	struct perf_sample sample = { .period = 100, };  in add_hist_entries()
183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
219 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
231 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
282 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
287 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
337 he->stat.period == 200); in test3()
343 he->stat.period == 100); in test3()
349 he->stat.period == 300); in test3()
355 he->stat.period == 200); in test3()
361 he->stat.period == 200); in test3()
415 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
421 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
427 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
433 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4()
439 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
445 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
451 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
457 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
463 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
520 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test5()
527 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
534 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test5()
541 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test5()
548 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
555 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5()
562 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5()
569 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test5()
576 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()
583 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5()