Home
last modified time | relevance | path

Searched refs:statline (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl138 my $statline;
141 $statline = <STAT>;
145 if ($statline eq '') {
146 $statline = "-1 (UNKNOWN_PROCESS_NAME) R 0";
149 return $statline;
154 my $statline = $_[1];
160 if ($statline !~ /$regex_statname/o) {
161 die("Failed to math stat line for process name :: $statline");
168 my $statline = $_[1];
175 if ($statline !~ /$regex_statppid/o) {
[all …]
Dtrace-vmscan-postprocess.pl230 my $statline;
233 $statline = <STAT>;
237 if ($statline eq '') {
238 $statline = "-1 (UNKNOWN_PROCESS_NAME) R 0";
241 return $statline;
246 my $statline = $_[1];
252 if ($statline !~ /$regex_statname/o) {
253 die("Failed to math stat line for process name :: $statline");
273 my $statline;
294 $statline = read_statline($pid);
[all …]
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat1489 def statline(): function
1501 statline()