Searched refs:for_comm (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/tools/perf/scripts/python/
H A Dsctop.py22 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:
64 if for_comm is not None:
65 print "\nsyscall events for %s:\n\n" % (for_comm),
H A Dfailed-syscalls-by-pid.py20 for_comm = None variable
30 for_comm = sys.argv[1] variable
43 if (for_comm and common_comm != for_comm) or \
59 if for_comm is not None:
60 print "\nsyscall errors for %s:\n\n" % (for_comm),
H A Dsyscall-counts-by-pid.py19 for_comm = None variable
29 for_comm = sys.argv[1] variable
43 if (for_comm and common_comm != for_comm) or \
57 if for_comm is not None:
58 print "\nsyscall events for %s:\n\n" % (for_comm),
H A Dsyscall-counts.py20 for_comm = None variable
26 for_comm = sys.argv[1] variable
39 if for_comm is not None:
40 if common_comm != for_comm:
53 if for_comm is not None:
54 print "\nsyscall events for %s:\n\n" % (for_comm),
/linux-4.1.27/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl14 my $for_comm = shift;
43 next if ($for_comm && $comm ne $for_comm);
H A Drw-by-file.pl23 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");

Completed in 140 milliseconds