Home
last modified time | relevance | path

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

/Linux-v5.4/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.pl231 my $statline;
234 $statline = <STAT>;
238 if ($statline eq '') {
239 $statline = "-1 (UNKNOWN_PROCESS_NAME) R 0";
242 return $statline;
247 my $statline = $_[1];
253 if ($statline !~ /$regex_statname/o) {
254 die("Failed to math stat line for process name :: $statline");
274 my $statline;
295 $statline = read_statline($pid);
[all …]
/Linux-v5.4/tools/kvm/kvm_stat/
Dkvm_stat1496 def statline(): function
1508 statline()