Lines Matching full:perf

28 	/* perf [kernel] schedule() */
30 /* perf [perf] main() */
32 /* perf [perf] cmd_record() */
34 /* perf [libc] malloc() */
36 /* perf [libc] free() */
38 /* perf [perf] main() */
40 /* perf [kernel] page_fault() */
143 * 20.00% perf perf [.] main in test1()
147 * 10.00% perf [kernel] [k] page_fault in test1()
148 * 10.00% perf [kernel] [k] schedule in test1()
149 * 10.00% perf libc [.] free in test1()
150 * 10.00% perf libc [.] malloc in test1()
151 * 10.00% perf perf [.] cmd_record in test1()
169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && 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()
248 * 20.00% 2 perf : 200 in test2()
303 * perf 30.00% perf in test3()
304 * perf 20.00% [kernel] in test3()
305 * perf 20.00% libc 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()
375 * perf [.] cmd_record perf 10.00% in test4()
376 * libc [.] free perf 10.00% in test4()
378 * perf [.] main perf 20.00% in test4()
379 * libc [.] malloc perf 10.00% in test4()
381 * [kernel] [k] page_fault perf 10.00% in test4()
382 * [kernel] [k] schedule perf 10.00% in test4()
401 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") && in test4()
402 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
408 !strcmp(COMM(he), "perf") && 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()
426 !strcmp(COMM(he), "perf") && 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()
477 * 0 perf: 100 perf [kernel] [k] schedule in test5()
478 * 2 perf: 200 perf [kernel] [k] page_fault 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()
486 * 2 perf: 200 perf perf [.] main in test5()
506 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
513 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test5()
541 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
548 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test5()
555 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
562 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()
569 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test5()