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

/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts.py22 for_comm = None variable
28 for_comm = sys.argv[1] variable
41 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))
H A Dsctop.py29 for_comm = None variable
37 for_comm = sys.argv[1] variable
43 for_comm = sys.argv[1] variable
55 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))
H A Dsyscall-counts-by-pid.py21 for_comm = None variable
31 for_comm = sys.argv[1] variable
44 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))
H A Dfailed-syscalls-by-pid.py22 for_comm = None variable
32 for_comm = sys.argv[1] variable
45 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))
/linux-master/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 103 milliseconds