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() */
156 * 20.00% perf perf [.] main
160 * 10.00% perf [kernel] [k] page_fault
161 * 10.00% perf [kernel] [k] schedule
162 * 10.00% perf libc [.] free
163 * 10.00% perf libc [.] malloc
164 * 10.00% perf perf [.] cmd_record
182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
230 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
258 * 30.00% 1 perf : 100
259 * 10.00% 0 perf : 100
260 * 10.00% 2 perf : 100
261 * 20.00% 2 perf : 200
316 * perf 30.00% perf
317 * perf 20.00% [kernel]
318 * perf 20.00% libc
348 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
354 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
360 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
388 * perf [.] cmd_record perf 10.00%
389 * libc [.] free perf 10.00%
391 * perf [.] main perf 20.00%
392 * libc [.] malloc perf 10.00%
394 * [kernel] [k] page_fault perf 10.00%
395 * [kernel] [k] schedule perf 10.00%
414 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") &&
415 !strcmp(COMM(he), "perf") && he->stat.period == 100);
421 !strcmp(COMM(he), "perf") && he->stat.period == 100);
432 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") &&
433 !strcmp(COMM(he), "perf") && he->stat.period == 200);
439 !strcmp(COMM(he), "perf") && he->stat.period == 100);
451 !strcmp(COMM(he), "perf") && he->stat.period == 100);
457 !strcmp(COMM(he), "perf") && he->stat.period == 100);
490 * 0 perf: 100 perf [kernel] [k] schedule
491 * 2 perf: 200 perf [kernel] [k] page_fault
495 * 1 perf: 100 perf libc [.] malloc
496 * 2 perf: 100 perf libc [.] free
497 * 1 perf: 100 perf perf [.] cmd_record
498 * 1 perf: 100 perf perf [.] main
499 * 2 perf: 200 perf perf [.] main
519 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
526 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
554 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
561 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
568 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
575 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
582 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&