Searched refs:for_comm (Results 1 – 7 of 7) sorted by relevance
29 for_comm = None variable37 for_comm = sys.argv[1] variable43 for_comm = sys.argv[1] variable55 if for_comm is not None:56 if common_comm != for_comm:71 if for_comm is not None:72 print("\nsyscall events for %s:\n" % (for_comm))
22 for_comm = None variable28 for_comm = sys.argv[1] variable41 if for_comm is not None:42 if common_comm != for_comm:54 if for_comm is not None:55 print("\nsyscall events for %s:\n" % (for_comm))
21 for_comm = None variable31 for_comm = sys.argv[1] variable44 if (for_comm and common_comm != for_comm) or \58 if for_comm is not None:59 print("\nsyscall events for %s:\n" % (for_comm))
22 for_comm = None variable32 for_comm = sys.argv[1] variable45 if (for_comm and common_comm != for_comm) or \61 if for_comm is not None:62 print("\nsyscall errors for %s:\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;43 next if ($for_comm && $comm ne $for_comm);
300 if for_comm is not None:301 print "\nsyscall events for %s:\n\n" % (for_comm),