Lines Matching full:my
39 my %perprocesspid;
40 my %perprocess;
41 my $opt_ignorepid;
42 my $opt_read_procstat;
43 my $opt_prepend_parent;
46 my $sigint_report = 0;
47 my $sigint_exit = 0;
48 my $sigint_pending = 0;
49 my $sigint_received = 0;
51 my $current_time = time;
80 my $regex_fragdetails_default = 'page=([0-9a-f]*) pfn=([0-9]*) alloc_order=([-0-9]*) fallback_order…
83 my $regex_fragdetails;
87 my $regex_traceevent = '\s*([a-zA-Z0-9-]*)\s*(\[[0-9]*\])\s*([0-9.]*):\s*([a-zA-Z_]*):\s*(.*)';
88 my $regex_statname = '[-0-9]*\s\((.*)\).*';
89 my $regex_statppid = '[-0-9]*\s\(.*\)\s[A-Za-z]\s([0-9]*).*';
92 my $event = shift;
93 my $default = shift;
94 my $regex;
100 my $line;
113 my $tuple;
115 my ($key, $value) = split(/=/, $tuple);
116 my $expected = shift;
137 my $pid = $_[0];
138 my $statline;
153 my $pid = $_[0];
154 my $statline = $_[1];
167 my $pid = $_[0];
168 my $statline = $_[1];
169 my $ppid;
185 my $traceevent;
186 my $process_pid;
187 my $cpus;
188 my $timestamp;
189 my $tracepoint;
190 my $details;
191 my $statline;
202 my $process = $1;
203 my $pid = $2;
241 my ($page, $pfn);
242 my ($alloc_order, $fallback_order, $pageblock_order);
243 my ($alloc_migratetype, $fallback_migratetype);
244 my ($fragmenting, $change_ownership);
299 my $hashref = shift;
300 my %stats = %$hashref;
303 my $process_pid;
304 my $max_strlen = 0;
308 my $len = length($process_pid);
354 my $process_pid;
355 my $process;
392 my $sigint_processed;
399 my $current_time = time;