Lines Matching defs:monotonic
220 _cleanup_free_ char *hostname = NULL, *identifier = NULL, *comm = NULL, *pid = NULL, *fake_pid = NULL, *message = NULL, *realtime = NULL, *monotonic = NULL, *priority = NULL;
280 r = parse_field(data, length, "_SOURCE_MONOTONIC_TIMESTAMP=", &monotonic, &monotonic_len);
311 if (monotonic)
312 r = safe_atou64(monotonic, &t);
318 return log_error_errno(r, "Failed to get monotonic timestamp: %m");
514 usec_t realtime, monotonic;
527 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
529 return log_error_errno(r, "Failed to get monotonic timestamp: %m");
542 monotonic,
642 uint64_t realtime, monotonic;
660 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
662 return log_error_errno(r, "Failed to get monotonic timestamp: %m");
677 monotonic,
690 monotonic,
1296 [OUTPUT_SHORT_MONOTONIC] = "short-monotonic",