Lines Matching refs:timestamp
260 my $timestamp = $_[0];
262 my ($sec, $usec) = split (/\./, $timestamp);
270 my $timestamp;
280 $timestamp = $4;
305 $timestamp = timestamp_to_ms($timestamp);
307 $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN} = $timestamp;
326 $timestamp = timestamp_to_ms($timestamp);
328 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_DIRECT_BEGIN});
343 $timestamp = timestamp_to_ms($timestamp);
345 $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN} = $timestamp;
358 $timestamp = timestamp_to_ms($timestamp);
360 my $latency = ($timestamp - $perprocesspid{$process_pid}->{STATE_KSWAPD_BEGIN});