Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dtimer.c299log_unit_debug(UNIT(t), "Changed %s -> %s", timer_state_to_string(old_state), timer_state_to_strin… in timer_set_state()
368 log_unit_debug(UNIT(t), "Adding %s random time.", FORMAT_TIMESPAN(add, 0)); in add_random()
496 log_unit_debug(UNIT(t), "Timer is elapsed."); in timer_enter_waiting()
507 log_unit_debug(UNIT(t), "Monotonic timer elapses in %s.", FORMAT_TIMESPAN(left, 0)); in timer_enter_waiting()
541log_unit_debug(UNIT(t), "Realtime timer elapses at %s.", FORMAT_TIMESTAMP(t->next_elapse_realtime)… in timer_enter_waiting()
704 log_unit_debug(u, "Failed to parse state value: %s", value); in timer_deserialize_item()
713 log_unit_debug(u, "Failed to parse result value: %s", value); in timer_deserialize_item()
722 log_unit_debug(u, "Unknown serialization key: %s", key); in timer_deserialize_item()
747 log_unit_debug(UNIT(t), "Timer elapsed."); in timer_dispatch()
778 log_unit_debug(UNIT(t), "Got notified about unit deactivation."); in timer_trigger_notify()
[all …]
Dservice.c151 log_unit_debug(UNIT(s), "Stopping watch for PID file %s", s->pid_file_pathspec->path); in service_unwatch_pid_file()
307 log_unit_debug(UNIT(s), "watchdog_usec="USEC_FMT, s->watchdog_usec); in service_override_watchdog_timeout()
308 log_unit_debug(UNIT(s), "watchdog_override_usec="USEC_FMT, s->watchdog_override_usec); in service_override_watchdog_timeout()
335 log_unit_debug(UNIT(s), "Releasing all stored fds"); in service_release_fd_store()
350 log_unit_debug(u, "Releasing resources."); in service_release_resources()
415 log_unit_debug(UNIT(fs->service), in on_fd_store_io()
499 log_unit_debug(UNIT(s), "Added fd %u (%s) to fd store.", fd, strna(name)); in service_add_fd_store_set()
514log_unit_debug(UNIT(s), "Got explicit request to remove fd %i (%s), closing.", fs->fd, name); in service_remove_fd_store()
526log_unit_debug(UNIT(s), "Adding delta of %s sec to timeout", FORMAT_TIMESPAN(delta, USEC_PER_SEC)); in service_running_timeout()
954log_unit_debug(UNIT(s), "New main PID "PID_FMT" belongs to service, we are happy.", pid); in service_is_suitable_main_pid()
[all …]
Dunit-serialize.c104 log_unit_debug(u, "not serializing before switch-root"); in unit_serialize()
395 log_unit_debug(u, "Failed to parse %s value: %s, ignoring.", l, v); in unit_deserialize()
398log_unit_debug(u, "Failed to remove %s value=%d from fdset", l, fd); in unit_deserialize()
427log_unit_debug(u, "Failed to parse restrict-ifaces-bpf-fd value: %s", v); in unit_deserialize()
431log_unit_debug(u, "Failed to remove restrict-ifaces-bpf-fd %d from fdset", fd); in unit_deserialize()
443 log_unit_debug(u, "Failed to parse \"%s=%s\", ignoring.", l, v); in unit_deserialize()
453 log_unit_debug(u, "Failed to parse \"%s=%s\", ignoring.", l, v); in unit_deserialize()
469 log_unit_debug(u, "Failed to parse \"%s=%s\", ignoring.", l, v); in unit_deserialize()
495log_unit_debug(u, "Failed to parse IP accounting value %s, ignoring.", v); in unit_deserialize()
507log_unit_debug(u, "Failed to parse IO accounting base value %s, ignoring.", v); in unit_deserialize()
[all …]
Dautomount.c283log_unit_debug(UNIT(a), "Changed %s -> %s", automount_state_to_string(old_state), automount_state_… in automount_set_state()
489 log_unit_debug(UNIT(a), "Sending success."); in automount_send_ready()
786log_unit_debug(UNIT(a), "Suppressing automount request since unit stop is scheduled."); in automount_enter_running()
897 log_unit_debug(u, "Failed to parse state value: %s", value); in automount_deserialize_item()
905 log_unit_debug(u, "Failed to parse result value: %s", value); in automount_deserialize_item()
913 log_unit_debug(u, "Failed to parse dev-id value: %s", value); in automount_deserialize_item()
921 log_unit_debug(u, "Failed to parse token value: %s", value); in automount_deserialize_item()
931 log_unit_debug(u, "Failed to parse token value: %s", value); in automount_deserialize_item()
941 log_unit_debug(u, "Failed to parse pipe-fd value: %s", value); in automount_deserialize_item()
947 log_unit_debug(u, "Unknown serialization key: %s", key); in automount_deserialize_item()
[all …]
Dpath.c463log_unit_debug(UNIT(p), "Changed %s -> %s", path_state_to_string(old_state), path_state_to_string(… in path_set_state()
558 log_unit_debug(UNIT(p), "Got triggered."); in path_enter_waiting()
572 log_unit_debug(UNIT(p), "Got triggered."); in path_enter_waiting()
669 log_unit_debug(u, "Failed to parse state value: %s", value); in path_deserialize_item()
678 log_unit_debug(u, "Failed to parse result value: %s", value); in path_deserialize_item()
687 log_unit_debug(u, "Failed to parse path-spec value: %s", value); in path_deserialize_item()
715 log_unit_debug(u, "Unknown serialization key: %s", key); in path_deserialize_item()
800 log_unit_debug(UNIT(p), "Got notified about unit deactivation."); in path_trigger_notify()
804 log_unit_debug(UNIT(p), "Got notified about unit activation."); in path_trigger_notify()
Dscope.c62log_unit_debug(UNIT(s), "Adding delta of %s sec to timeout", FORMAT_TIMESPAN(delta, USEC_PER_SEC)); in scope_running_timeout()
399log_unit_debug(u, "%i %s added to scope's control group.", r, r == 1 ? "process" : "processes"); in scope_start()
500 log_unit_debug(u, "Failed to parse state value: %s", value); in scope_deserialize_item()
509 log_unit_debug(u, "Failed to parse boolean value: %s", value); in scope_deserialize_item()
522 log_unit_debug(u, "Failed to parse pids value: %s", value); in scope_deserialize_item()
529 log_unit_debug(u, "Unknown serialization key: %s", key); in scope_deserialize_item()
538 log_unit_debug(u, "cgroup is empty"); in scope_notify_cgroup_empty_event()
Dsocket.c1842log_unit_debug(UNIT(s), "Changed %s -> %s", socket_state_to_string(old_state), socket_state_to_str… in socket_set_state()
2177 log_unit_debug(UNIT(s), "Flushing socket before listening."); in socket_enter_listening()
2308log_unit_debug(UNIT(s), "Suppressing connection request since unit stop is scheduled."); in socket_enter_running()
2615 log_unit_debug(u, "Failed to parse state value: %s", value); in socket_deserialize_item()
2623 log_unit_debug(u, "Failed to parse result value: %s", value); in socket_deserialize_item()
2631 log_unit_debug(u, "Failed to parse n-accepted value: %s", value); in socket_deserialize_item()
2638 log_unit_debug(u, "Failed to parse n-refused value: %s", value); in socket_deserialize_item()
2645 log_unit_debug(u, "Failed to parse control-pid value: %s", value); in socket_deserialize_item()
2653 log_unit_debug(u, "Failed to parse exec-command value: %s", value); in socket_deserialize_item()
2662 log_unit_debug(u, "Failed to parse fifo value: %s", value); in socket_deserialize_item()
[all …]
Dtransaction.c170 log_unit_debug(j->unit, in delete_one_unmergeable_job()
174 log_unit_debug(k->unit, in delete_one_unmergeable_job()
203 log_unit_debug(d->unit, in delete_one_unmergeable_job()
587 log_unit_debug(j->unit, in transaction_minimize_impact()
592 log_unit_debug(j->unit, in transaction_minimize_impact()
597 log_unit_debug(j->unit, in transaction_minimize_impact()
862 log_unit_debug(other->unit, in transaction_unlink_job()
Djob.c212 log_unit_debug(uj->unit, in job_install()
223 log_unit_debug(uj->unit, in job_install()
238 log_unit_debug(j->unit, in job_install()
278 log_unit_debug(j->unit, in job_install_deserialized()
481 log_unit_debug(j->unit, in job_is_runnable()
489 log_unit_debug(j->unit, in job_is_runnable()
501 log_unit_debug(j->unit, in job_change_type()
943 log_unit_debug(u, "Job %" PRIu32 " %s/%s finished, result=%s", in job_finish_and_invalidate()
Dswap.c557log_unit_debug(UNIT(s), "Changed %s -> %s", swap_state_to_string(old_state), swap_state_to_string(… in swap_set_state()
1006 log_unit_debug(u, "Failed to parse state value: %s", value); in swap_deserialize_item()
1014 log_unit_debug(u, "Failed to parse result value: %s", value); in swap_deserialize_item()
1021 log_unit_debug(u, "Failed to parse control-pid value: %s", value); in swap_deserialize_item()
1030 log_unit_debug(u, "Failed to parse exec-command value: %s", value); in swap_deserialize_item()
1036 log_unit_debug(u, "Unknown serialization key: %s", key); in swap_deserialize_item()
Dload-dropin.c35 log_unit_debug(u, "%s dependency on %s is masked by %s, ignoring.", in process_deps()
Ddevice.c154log_unit_debug(UNIT(d), "Changed %s -> %s", device_state_to_string(old_state), device_state_to_str… in device_set_state()
321 log_unit_debug(u, "Failed to parse state value, ignoring: %s", value); in device_deserialize_item()
331 log_unit_debug(u, "Unknown serialization key: %s", key); in device_deserialize_item()
Dmanager.c1302 log_unit_debug(u, "Collecting."); in manager_dispatch_gc_unit_queue()
1328 log_unit_debug(j->unit, "Collecting job."); in manager_dispatch_gc_job_queue()
1354 log_unit_debug(u, "Unit is not needed anymore."); in manager_dispatch_stop_when_unneeded_queue()
1393 log_unit_debug(u, "Unit is started because upheld by active unit %s.", culprit->id); in manager_dispatch_start_when_upheld_queue()
1431log_unit_debug(u, "Unit is stopped because bound to inactive unit %s.", culprit->id); in manager_dispatch_stop_when_bound_queue()
1899log_unit_debug(unit, "Trying to enqueue job %s/%s/%s", unit->id, job_type_to_string(type), job_mod… in manager_add_job()
1929 log_unit_debug(unit, in manager_add_job()
2436 log_unit_debug(u, "Got notification message \"%s\", ignoring.", strnull(y)); in manager_invoke_notify_message()
2603 log_unit_debug(u, "Child "PID_FMT" belongs to %s.", si->si_pid, u->id); in manager_invoke_sigchld_event()
4444log_unit_debug(u, "User lookup succeeded: uid=" UID_FMT " gid=" GID_FMT, buffer.uid, buffer.gid); in manager_dispatch_user_lookup_fd()
Ddbus-scope.c234 log_unit_debug(UNIT(s), "Controller %s disappeared from bus.", s->controller); in on_controller_gone()
Dbpf-lsm.c248 log_unit_debug(u, "Restricting filesystem access to '%s'", fs); in lsm_bpf_unit_restrict_filesystems()
Dexecute.c1479 log_unit_debug(u, "SECCOMP features not detected in the kernel, skipping %s", msg); in skip_seccomp_unavailable()
1543 log_unit_debug(u, "SECCOMP feature SCMP_ACT_LOG not available, skipping SystemCallLog="); in apply_syscall_log()
1736 log_unit_debug(u, "LSM BPF not supported, skipping RestrictFileSystems="); in apply_restrict_filesystems()
3601log_unit_debug(u, "shared mount propagation hidden by other fs namespacing unit settings: ignoring… in apply_mount_namespace()
3678log_unit_debug(u, "Failed to set up namespace, and refusing to continue since the selected namespa… in apply_mount_namespace()
3684log_unit_debug(u, "Failed to set up namespace, assuming containerized execution and ignoring."); in apply_mount_namespace()
5285 log_unit_debug(unit, "Forked %s as "PID_FMT, command->path, pid); in exec_spawn()
6814 log_unit_debug(u, "Invocation ID not found. Dropping runtime parameter."); in exec_runtime_deserialize_compat()
6841 log_unit_debug(u, "Failed to parse netns socket value: %s", value); in exec_runtime_deserialize_compat()
6852 log_unit_debug(u, "Failed to parse netns socket value: %s", value); in exec_runtime_deserialize_compat()
Dmount.c724log_unit_debug(UNIT(m), "Changed %s -> %s", mount_state_to_string(old_state), mount_state_to_strin… in mount_set_state()
1314 log_unit_debug(u, "Unknown serialization key: %s", key); in mount_deserialize_item()
1436 log_unit_debug(u, "Mount still present, trying again."); in mount_sigchld_event()
Dunit.c1916 log_unit_debug(u, "Redirecting start request from %s to %s.", u->id, following->id); in unit_start()
1981 log_unit_debug(u, "Redirecting stop request from %s to %s.", u->id, following->id); in unit_stop()
2036log_unit_debug(u, "Redirecting reload request from %s to %s.", u->id, following->id); in unit_reload()
2253 log_unit_debug(u, "Triggering %s dependencies done (%u %s).", in unit_start_on_failure()
2710 log_unit_debug(u, "Unit entered failed state."); in unit_notify()
3518 log_unit_debug(u, "Watching D-Bus name '%s'.", name); in unit_install_bus_match()
Dcgroup.c133 log_unit_debug(unit, "cgroup-compat: " fmt, ##__VA_ARGS__); \
1104 log_unit_debug(u, "%s=%" PRIu64 " scaled to %s=%" PRIu64, in set_bfq_weight()
1298log_unit_debug(u, "Ignoring device '%s' while writing cgroup attribute.", a->path); in cgroup_apply_devices()
4178 log_unit_debug(u, "%s unit.", action == FREEZER_FREEZE ? "Freezing" : "Thawing"); in unit_cgroup_freezer_action()
Dunit.h1016 #define log_unit_debug(unit, ...) log_unit_full(unit, LOG_DEBUG, __VA_ARGS__) macro
/systemd-251/src/analyze/
Danalyze-verify-util.c133 log_unit_debug(u, "using service unit %s.", service->id); in verify_socket()
188 log_unit_debug(u, "Found documentation item: %s", *p); in verify_documentation()
219 log_unit_debug(u, "Creating %s/start job", u->id); in verify_unit()
/systemd-251/src/timedate/
Dtimedated.c85 #define log_unit_debug(unit, ...) log_unit_full(unit, LOG_DEBUG, ##__VA_ARGS__) macro
158 log_unit_debug(unit, "added from %s.", source); in context_add_ntp_service()
525 log_unit_debug(u, "already %sd.", enable_disable(enable)); in unit_enable_or_disable()
/systemd-251/coccinelle/
Dsynthetic-errno.cocci69 - log_unit_debug(u, args);