Lines Matching full:bash

42 	/* bash [bash]   main() */
44 /* bash [bash] xmalloc() */
46 /* bash [kernel] page_fault() */
157 * 10.00% bash [kernel] [k] page_fault in test1()
158 * 10.00% bash bash [.] main in test1()
159 * 10.00% bash bash [.] xmalloc in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
262 * 10.00% 0 bash : 300 in test2()
263 * 10.00% 1 bash : 300 in test2()
264 * 10.00% 3 bash : 300 in test2()
314 * bash 20.00% bash in test3()
315 * bash 10.00% [kernel] in test3()
336 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3()
342 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test3()
390 * bash [.] main bash 10.00% in test4()
393 * [kernel] [k] page_fault bash 10.00% in test4()
396 * bash [.] xmalloc bash 10.00% in test4()
426 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
427 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
445 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
462 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
463 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
492 * 1 bash: 300 bash [kernel] [k] page_fault in test5()
493 * 0 bash: 300 bash bash [.] xmalloc in test5()
494 * 3 bash: 300 bash bash [.] main in test5()
533 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test5()
540 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
547 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()