Lines Matching refs:timestamp
259 my $timestamp = $_[0];
261 my ($sec, $usec) = split (/\./, $timestamp);
269 my $timestamp;
279 $timestamp = $4;
304 $timestamp = timestamp_to_ms($timestamp);
306 $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN} = $timestamp;
325 $timestamp = timestamp_to_ms($timestamp);
327 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN});
342 $timestamp = timestamp_to_ms($timestamp);
344 $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN} = $timestamp;
357 $timestamp = timestamp_to_ms($timestamp);
359 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN});