HomeSort by relevance Sort by last modified time
    Searched full:for_comm (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/scripts/python/
syscall-counts.py 20 for_comm = None variable
26 for_comm = sys.argv[1] variable
39 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),
sctop.py 22 for_comm = None variable
30 for_comm = sys.argv[1] variable
36 for_comm = sys.argv[1] variable
48 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),
failed-syscalls-by-pid.py 20 for_comm = None variable
30 for_comm = sys.argv[1] variable
43 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),
syscall-counts-by-pid.py 19 for_comm = None variable
29 for_comm = sys.argv[1] variable
43 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),
  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 14 my $for_comm = shift;
38 next if ($for_comm && $comm ne $for_comm);
rw-by-file.pl 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");
  /external/linux-tools-perf/Documentation/
perf-script-python.txt 302 if for_comm is not None:
303 print "\nsyscall events for %s:\n\n" % (for_comm),

Completed in 1860 milliseconds