Lines Matching refs:timestamp
261 my $timestamp = $_[0];
263 my ($sec, $usec) = split (/\./, $timestamp);
271 my $timestamp;
281 $timestamp = $4;
306 $timestamp = timestamp_to_ms($timestamp);
308 $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN} = $timestamp;
327 $timestamp = timestamp_to_ms($timestamp);
329 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN});
344 $timestamp = timestamp_to_ms($timestamp);
346 $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN} = $timestamp;
359 $timestamp = timestamp_to_ms($timestamp);
361 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN});