Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/trace/postprocess/
A Dtrace-pagealloc-postprocess.pl29 use constant STATE_PCPU_PAGES_REFILLED => 9; constant
235 $perprocesspid{$process_pid}->{STATE_PCPU_PAGES_REFILLED}++;
286 if ($perprocesspid{$process_pid}->{STATE_PCPU_PAGES_REFILLED} &&
289 $perprocesspid{$process_pid}->{STATE_PCPU_PAGES_REFILLED} = 0;
330 if ($stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED}) {
332 $stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED} = 0;

Completed in 3 milliseconds