Searched refs:for_comm (Results 1 – 7 of 7) sorted by relevance
22 for_comm = None variable30 for_comm = sys.argv[1] variable36 for_comm = sys.argv[1] variable48 if for_comm is not None:49 if common_comm != for_comm:59 if for_comm is not None:60 print "\nsyscall events for %s:\n\n" % (for_comm),
20 for_comm = None variable26 for_comm = sys.argv[1] variable39 if for_comm is not None:40 if common_comm != for_comm:48 if for_comm is not None:49 print "\nsyscall events for %s:\n\n" % (for_comm),
19 for_comm = None variable29 for_comm = sys.argv[1] variable43 if (for_comm and common_comm != for_comm) or \52 if for_comm is not None:53 print "\nsyscall events for %s:\n\n" % (for_comm),
20 for_comm = None variable30 for_comm = sys.argv[1] variable43 if (for_comm and common_comm != for_comm) or \54 if for_comm is not None:55 print "\nsyscall errors for %s:\n\n" % (for_comm),
23 my $for_comm = shift or die $usage;33 if ($common_comm eq $for_comm) {44 if ($common_comm eq $for_comm) {52 printf("file read counts for $for_comm:\n\n");64 printf("\nfile write counts for $for_comm:\n\n");
14 my $for_comm = shift;38 next if ($for_comm && $comm ne $for_comm);
302 if for_comm is not None:303 print "\nsyscall events for %s:\n\n" % (for_comm),