• Home
  • Raw
  • Download

Lines Matching full:bash

42 	/* bash [bash]   main() */
44 /* bash [bash] xmalloc() */
46 /* bash [kernel] page_fault() */
144 * 10.00% bash [kernel] [k] page_fault in test1()
145 * 10.00% bash bash [.] main in test1()
146 * 10.00% bash bash [.] xmalloc in test1()
175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
249 * 10.00% 0 bash : 300 in test2()
250 * 10.00% 1 bash : 300 in test2()
251 * 10.00% 3 bash : 300 in test2()
301 * bash 20.00% bash in test3()
302 * bash 10.00% [kernel] in test3()
323 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3()
329 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test3()
377 * bash [.] main bash 10.00% in test4()
380 * [kernel] [k] page_fault bash 10.00% in test4()
383 * bash [.] xmalloc bash 10.00% in test4()
413 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4()
414 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
432 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
449 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && in test4()
450 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
479 * 1 bash: 300 bash [kernel] [k] page_fault in test5()
480 * 0 bash: 300 bash bash [.] xmalloc in test5()
481 * 3 bash: 300 bash bash [.] main in test5()
520 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test5()
527 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()
534 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test5()