Searched defs:for_comm (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
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 \
54 if for_comm is not None:
55 print "\nsyscall errors 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:
48 if for_comm is not None:
49 print "\nsyscall events for %s:\n\n" % (for_comm),
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:
59 if for_comm is not None:
60 print "\nsyscall events 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 \
52 if for_comm is not None:
53 print "\nsyscall events for %s:\n\n" % (for_comm),

Completed in 1239 milliseconds