ISC DHCP  4.3.3
A reference DHCPv4 and DHCPv6 implementation
probes.h File Reference
#include <sys/sdt.h>

Go to the source code of this file.

Macros

#define _SDT_HAS_SEMAPHORES   1
 
#define STAP_HAS_SEMAPHORES   1 /* deprecated */
 
#define DHCPD_MAIN_ENABLED()   __builtin_expect (dhcpd_main_semaphore, 0)
 
#define DHCPD_MAIN()   DTRACE_PROBE (dhcpd, main)
 
#define DHCPD_DISCOVER_START_ENABLED()   __builtin_expect (dhcpd_discover_start_semaphore, 0)
 
#define DHCPD_DISCOVER_START()   DTRACE_PROBE (dhcpd, discover_start)
 
#define DHCPD_DISCOVER_DONE_ENABLED()   __builtin_expect (dhcpd_discover_done_semaphore, 0)
 
#define DHCPD_DISCOVER_DONE()   DTRACE_PROBE (dhcpd, discover_done)
 
#define DHCPD_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_request_start_semaphore, 0)
 
#define DHCPD_REQUEST_START()   DTRACE_PROBE (dhcpd, request_start)
 
#define DHCPD_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_request_done_semaphore, 0)
 
#define DHCPD_REQUEST_DONE()   DTRACE_PROBE (dhcpd, request_done)
 
#define DHCPD_RELEASE_START_ENABLED()   __builtin_expect (dhcpd_release_start_semaphore, 0)
 
#define DHCPD_RELEASE_START()   DTRACE_PROBE (dhcpd, release_start)
 
#define DHCPD_RELEASE_DONE_ENABLED()   __builtin_expect (dhcpd_release_done_semaphore, 0)
 
#define DHCPD_RELEASE_DONE()   DTRACE_PROBE (dhcpd, release_done)
 
#define DHCPD_DECLINE_START_ENABLED()   __builtin_expect (dhcpd_decline_start_semaphore, 0)
 
#define DHCPD_DECLINE_START()   DTRACE_PROBE (dhcpd, decline_start)
 
#define DHCPD_DECLINE_DONE_ENABLED()   __builtin_expect (dhcpd_decline_done_semaphore, 0)
 
#define DHCPD_DECLINE_DONE()   DTRACE_PROBE (dhcpd, decline_done)
 
#define DHCPD_INFORM_START_ENABLED()   __builtin_expect (dhcpd_inform_start_semaphore, 0)
 
#define DHCPD_INFORM_START()   DTRACE_PROBE (dhcpd, inform_start)
 
#define DHCPD_INFORM_DONE_ENABLED()   __builtin_expect (dhcpd_inform_done_semaphore, 0)
 
#define DHCPD_INFORM_DONE()   DTRACE_PROBE (dhcpd, inform_done)
 
#define DHCPD_NAK_LEASE_START_ENABLED()   __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)
 
#define DHCPD_NAK_LEASE_START()   DTRACE_PROBE (dhcpd, nak_lease_start)
 
#define DHCPD_NAK_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)
 
#define DHCPD_NAK_LEASE_DONE()   DTRACE_PROBE (dhcpd, nak_lease_done)
 
#define DHCPD_ACK_LEASE_START_ENABLED()   __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)
 
#define DHCPD_ACK_LEASE_START()   DTRACE_PROBE (dhcpd, ack_lease_start)
 
#define DHCPD_ACK_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)
 
#define DHCPD_ACK_LEASE_DONE()   DTRACE_PROBE (dhcpd, ack_lease_done)
 
#define DHCPD_REPLY_START_ENABLED()   __builtin_expect (dhcpd_reply_start_semaphore, 0)
 
#define DHCPD_REPLY_START()   DTRACE_PROBE (dhcpd, reply_start)
 
#define DHCPD_REPLY_DONE_ENABLED()   __builtin_expect (dhcpd_reply_done_semaphore, 0)
 
#define DHCPD_REPLY_DONE()   DTRACE_PROBE (dhcpd, reply_done)
 
#define DHCPD_FIND_LEASE_START_ENABLED()   __builtin_expect (dhcpd_find_lease_start_semaphore, 0)
 
#define DHCPD_FIND_LEASE_START()   DTRACE_PROBE (dhcpd, find_lease_start)
 
#define DHCPD_FIND_LEASE_DONE_ENABLED()   __builtin_expect (dhcpd_find_lease_done_semaphore, 0)
 
#define DHCPD_FIND_LEASE_DONE()   DTRACE_PROBE (dhcpd, find_lease_done)
 
#define DHCPD_SIX_SOLICIT_START_ENABLED()   __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)
 
#define DHCPD_SIX_SOLICIT_START()   DTRACE_PROBE (dhcpd, six_solicit_start)
 
#define DHCPD_SIX_SOLICIT_DONE_ENABLED()   __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)
 
#define DHCPD_SIX_SOLICIT_DONE()   DTRACE_PROBE (dhcpd, six_solicit_done)
 
#define DHCPD_SIX_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_six_request_start_semaphore, 0)
 
#define DHCPD_SIX_REQUEST_START()   DTRACE_PROBE (dhcpd, six_request_start)
 
#define DHCPD_SIX_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_six_request_done_semaphore, 0)
 
#define DHCPD_SIX_REQUEST_DONE()   DTRACE_PROBE (dhcpd, six_request_done)
 
#define DHCPD_SIX_CONFIRM_START_ENABLED()   __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)
 
#define DHCPD_SIX_CONFIRM_START()   DTRACE_PROBE (dhcpd, six_confirm_start)
 
#define DHCPD_SIX_CONFIRM_DONE_ENABLED()   __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)
 
#define DHCPD_SIX_CONFIRM_DONE()   DTRACE_PROBE (dhcpd, six_confirm_done)
 
#define DHCPD_SIX_RENEW_START_ENABLED()   __builtin_expect (dhcpd_six_renew_start_semaphore, 0)
 
#define DHCPD_SIX_RENEW_START()   DTRACE_PROBE (dhcpd, six_renew_start)
 
#define DHCPD_SIX_RENEW_DONE_ENABLED()   __builtin_expect (dhcpd_six_renew_done_semaphore, 0)
 
#define DHCPD_SIX_RENEW_DONE()   DTRACE_PROBE (dhcpd, six_renew_done)
 
#define DHCPD_SIX_REBIND_START_ENABLED()   __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)
 
#define DHCPD_SIX_REBIND_START()   DTRACE_PROBE (dhcpd, six_rebind_start)
 
#define DHCPD_SIX_REBIND_DONE_ENABLED()   __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)
 
#define DHCPD_SIX_REBIND_DONE()   DTRACE_PROBE (dhcpd, six_rebind_done)
 
#define DHCPD_SIX_DECLINE_START_ENABLED()   __builtin_expect (dhcpd_six_decline_start_semaphore, 0)
 
#define DHCPD_SIX_DECLINE_START()   DTRACE_PROBE (dhcpd, six_decline_start)
 
#define DHCPD_SIX_DECLINE_DONE_ENABLED()   __builtin_expect (dhcpd_six_decline_done_semaphore, 0)
 
#define DHCPD_SIX_DECLINE_DONE()   DTRACE_PROBE (dhcpd, six_decline_done)
 
#define DHCPD_SIX_RELEASE_START_ENABLED()   __builtin_expect (dhcpd_six_release_start_semaphore, 0)
 
#define DHCPD_SIX_RELEASE_START()   DTRACE_PROBE (dhcpd, six_release_start)
 
#define DHCPD_SIX_RELEASE_DONE_ENABLED()   __builtin_expect (dhcpd_six_release_done_semaphore, 0)
 
#define DHCPD_SIX_RELEASE_DONE()   DTRACE_PROBE (dhcpd, six_release_done)
 
#define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED()   __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)
 
#define DHCPD_SIX_INFORMATION_REQUEST_START()   DTRACE_PROBE (dhcpd, six_information_request_start)
 
#define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED()   __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)
 
#define DHCPD_SIX_INFORMATION_REQUEST_DONE()   DTRACE_PROBE (dhcpd, six_information_request_done)
 
#define DHCPD_SIX_RELAY_FORW_START_ENABLED()   __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)
 
#define DHCPD_SIX_RELAY_FORW_START()   DTRACE_PROBE (dhcpd, six_relay_forw_start)
 
#define DHCPD_SIX_RELAY_FORW_DONE_ENABLED()   __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)
 
#define DHCPD_SIX_RELAY_FORW_DONE()   DTRACE_PROBE (dhcpd, six_relay_forw_done)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED()   __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_START()   DTRACE_PROBE (dhcpd, failover_pool_dobalance_start)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED()   __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)
 
#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE()   DTRACE_PROBE (dhcpd, failover_pool_dobalance_done)
 
#define DHCPD_FAILOVER_SET_STATE_START_ENABLED()   __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)
 
#define DHCPD_FAILOVER_SET_STATE_START(arg1, arg2)   DTRACE_PROBE2 (dhcpd, failover_set_state_start, arg1, arg2)
 
#define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED()   __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)
 
#define DHCPD_FAILOVER_SET_STATE_DONE()   DTRACE_PROBE (dhcpd, failover_set_state_done)
 

Functions

__extension__ unsigned short dhcpd_main_semaphore __attribute__ ((unused)) __attribute__((section(".probes")))
 

Macro Definition Documentation

#define _SDT_HAS_SEMAPHORES   1

Definition at line 4 of file probes.h.

#define DHCPD_ACK_LEASE_DONE ( )    DTRACE_PROBE (dhcpd, ack_lease_done)

Definition at line 174 of file probes.h.

#define DHCPD_ACK_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)

Definition at line 171 of file probes.h.

#define DHCPD_ACK_LEASE_START ( )    DTRACE_PROBE (dhcpd, ack_lease_start)

Definition at line 163 of file probes.h.

#define DHCPD_ACK_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)

Definition at line 160 of file probes.h.

#define DHCPD_DECLINE_DONE ( )    DTRACE_PROBE (dhcpd, decline_done)

Definition at line 108 of file probes.h.

#define DHCPD_DECLINE_DONE_ENABLED ( )    __builtin_expect (dhcpd_decline_done_semaphore, 0)

Definition at line 105 of file probes.h.

#define DHCPD_DECLINE_START ( )    DTRACE_PROBE (dhcpd, decline_start)

Definition at line 97 of file probes.h.

#define DHCPD_DECLINE_START_ENABLED ( )    __builtin_expect (dhcpd_decline_start_semaphore, 0)

Definition at line 94 of file probes.h.

#define DHCPD_DISCOVER_DONE ( )    DTRACE_PROBE (dhcpd, discover_done)

Definition at line 42 of file probes.h.

#define DHCPD_DISCOVER_DONE_ENABLED ( )    __builtin_expect (dhcpd_discover_done_semaphore, 0)

Definition at line 39 of file probes.h.

#define DHCPD_DISCOVER_START ( )    DTRACE_PROBE (dhcpd, discover_start)

Definition at line 31 of file probes.h.

#define DHCPD_DISCOVER_START_ENABLED ( )    __builtin_expect (dhcpd_discover_start_semaphore, 0)

Definition at line 28 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE ( )    DTRACE_PROBE (dhcpd, failover_pool_dobalance_done)

Definition at line 438 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED ( )    __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)

Definition at line 435 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_START ( )    DTRACE_PROBE (dhcpd, failover_pool_dobalance_start)

Definition at line 427 of file probes.h.

#define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED ( )    __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)

Definition at line 424 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_DONE ( )    DTRACE_PROBE (dhcpd, failover_set_state_done)

Definition at line 460 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED ( )    __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)

Definition at line 457 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_START (   arg1,
  arg2 
)    DTRACE_PROBE2 (dhcpd, failover_set_state_start, arg1, arg2)

Definition at line 449 of file probes.h.

#define DHCPD_FAILOVER_SET_STATE_START_ENABLED ( )    __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)

Definition at line 446 of file probes.h.

#define DHCPD_FIND_LEASE_DONE ( )    DTRACE_PROBE (dhcpd, find_lease_done)

Definition at line 218 of file probes.h.

#define DHCPD_FIND_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_find_lease_done_semaphore, 0)

Definition at line 215 of file probes.h.

#define DHCPD_FIND_LEASE_START ( )    DTRACE_PROBE (dhcpd, find_lease_start)

Definition at line 207 of file probes.h.

#define DHCPD_FIND_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_find_lease_start_semaphore, 0)

Definition at line 204 of file probes.h.

#define DHCPD_INFORM_DONE ( )    DTRACE_PROBE (dhcpd, inform_done)

Definition at line 130 of file probes.h.

#define DHCPD_INFORM_DONE_ENABLED ( )    __builtin_expect (dhcpd_inform_done_semaphore, 0)

Definition at line 127 of file probes.h.

#define DHCPD_INFORM_START ( )    DTRACE_PROBE (dhcpd, inform_start)

Definition at line 119 of file probes.h.

#define DHCPD_INFORM_START_ENABLED ( )    __builtin_expect (dhcpd_inform_start_semaphore, 0)

Definition at line 116 of file probes.h.

#define DHCPD_MAIN ( )    DTRACE_PROBE (dhcpd, main)

Definition at line 20 of file probes.h.

#define DHCPD_MAIN_ENABLED ( )    __builtin_expect (dhcpd_main_semaphore, 0)

Definition at line 17 of file probes.h.

#define DHCPD_NAK_LEASE_DONE ( )    DTRACE_PROBE (dhcpd, nak_lease_done)

Definition at line 152 of file probes.h.

#define DHCPD_NAK_LEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)

Definition at line 149 of file probes.h.

#define DHCPD_NAK_LEASE_START ( )    DTRACE_PROBE (dhcpd, nak_lease_start)

Definition at line 141 of file probes.h.

#define DHCPD_NAK_LEASE_START_ENABLED ( )    __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)

Definition at line 138 of file probes.h.

#define DHCPD_RELEASE_DONE ( )    DTRACE_PROBE (dhcpd, release_done)

Definition at line 86 of file probes.h.

#define DHCPD_RELEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_release_done_semaphore, 0)

Definition at line 83 of file probes.h.

#define DHCPD_RELEASE_START ( )    DTRACE_PROBE (dhcpd, release_start)

Definition at line 75 of file probes.h.

#define DHCPD_RELEASE_START_ENABLED ( )    __builtin_expect (dhcpd_release_start_semaphore, 0)

Definition at line 72 of file probes.h.

#define DHCPD_REPLY_DONE ( )    DTRACE_PROBE (dhcpd, reply_done)

Definition at line 196 of file probes.h.

#define DHCPD_REPLY_DONE_ENABLED ( )    __builtin_expect (dhcpd_reply_done_semaphore, 0)

Definition at line 193 of file probes.h.

#define DHCPD_REPLY_START ( )    DTRACE_PROBE (dhcpd, reply_start)

Definition at line 185 of file probes.h.

#define DHCPD_REPLY_START_ENABLED ( )    __builtin_expect (dhcpd_reply_start_semaphore, 0)

Definition at line 182 of file probes.h.

#define DHCPD_REQUEST_DONE ( )    DTRACE_PROBE (dhcpd, request_done)

Definition at line 64 of file probes.h.

#define DHCPD_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_request_done_semaphore, 0)

Definition at line 61 of file probes.h.

#define DHCPD_REQUEST_START ( )    DTRACE_PROBE (dhcpd, request_start)

Definition at line 53 of file probes.h.

#define DHCPD_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_request_start_semaphore, 0)

Definition at line 50 of file probes.h.

#define DHCPD_SIX_CONFIRM_DONE ( )    DTRACE_PROBE (dhcpd, six_confirm_done)

Definition at line 284 of file probes.h.

#define DHCPD_SIX_CONFIRM_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)

Definition at line 281 of file probes.h.

#define DHCPD_SIX_CONFIRM_START ( )    DTRACE_PROBE (dhcpd, six_confirm_start)

Definition at line 273 of file probes.h.

#define DHCPD_SIX_CONFIRM_START_ENABLED ( )    __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)

Definition at line 270 of file probes.h.

#define DHCPD_SIX_DECLINE_DONE ( )    DTRACE_PROBE (dhcpd, six_decline_done)

Definition at line 350 of file probes.h.

#define DHCPD_SIX_DECLINE_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_decline_done_semaphore, 0)

Definition at line 347 of file probes.h.

#define DHCPD_SIX_DECLINE_START ( )    DTRACE_PROBE (dhcpd, six_decline_start)

Definition at line 339 of file probes.h.

#define DHCPD_SIX_DECLINE_START_ENABLED ( )    __builtin_expect (dhcpd_six_decline_start_semaphore, 0)

Definition at line 336 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_DONE ( )    DTRACE_PROBE (dhcpd, six_information_request_done)

Definition at line 394 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)

Definition at line 391 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_START ( )    DTRACE_PROBE (dhcpd, six_information_request_start)

Definition at line 383 of file probes.h.

#define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)

Definition at line 380 of file probes.h.

#define DHCPD_SIX_REBIND_DONE ( )    DTRACE_PROBE (dhcpd, six_rebind_done)

Definition at line 328 of file probes.h.

#define DHCPD_SIX_REBIND_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)

Definition at line 325 of file probes.h.

#define DHCPD_SIX_REBIND_START ( )    DTRACE_PROBE (dhcpd, six_rebind_start)

Definition at line 317 of file probes.h.

#define DHCPD_SIX_REBIND_START_ENABLED ( )    __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)

Definition at line 314 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_DONE ( )    DTRACE_PROBE (dhcpd, six_relay_forw_done)

Definition at line 416 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)

Definition at line 413 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_START ( )    DTRACE_PROBE (dhcpd, six_relay_forw_start)

Definition at line 405 of file probes.h.

#define DHCPD_SIX_RELAY_FORW_START_ENABLED ( )    __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)

Definition at line 402 of file probes.h.

#define DHCPD_SIX_RELEASE_DONE ( )    DTRACE_PROBE (dhcpd, six_release_done)

Definition at line 372 of file probes.h.

#define DHCPD_SIX_RELEASE_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_release_done_semaphore, 0)

Definition at line 369 of file probes.h.

#define DHCPD_SIX_RELEASE_START ( )    DTRACE_PROBE (dhcpd, six_release_start)

Definition at line 361 of file probes.h.

#define DHCPD_SIX_RELEASE_START_ENABLED ( )    __builtin_expect (dhcpd_six_release_start_semaphore, 0)

Definition at line 358 of file probes.h.

#define DHCPD_SIX_RENEW_DONE ( )    DTRACE_PROBE (dhcpd, six_renew_done)

Definition at line 306 of file probes.h.

#define DHCPD_SIX_RENEW_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_renew_done_semaphore, 0)

Definition at line 303 of file probes.h.

#define DHCPD_SIX_RENEW_START ( )    DTRACE_PROBE (dhcpd, six_renew_start)

Definition at line 295 of file probes.h.

#define DHCPD_SIX_RENEW_START_ENABLED ( )    __builtin_expect (dhcpd_six_renew_start_semaphore, 0)

Definition at line 292 of file probes.h.

#define DHCPD_SIX_REQUEST_DONE ( )    DTRACE_PROBE (dhcpd, six_request_done)

Definition at line 262 of file probes.h.

#define DHCPD_SIX_REQUEST_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_request_done_semaphore, 0)

Definition at line 259 of file probes.h.

#define DHCPD_SIX_REQUEST_START ( )    DTRACE_PROBE (dhcpd, six_request_start)

Definition at line 251 of file probes.h.

#define DHCPD_SIX_REQUEST_START_ENABLED ( )    __builtin_expect (dhcpd_six_request_start_semaphore, 0)

Definition at line 248 of file probes.h.

#define DHCPD_SIX_SOLICIT_DONE ( )    DTRACE_PROBE (dhcpd, six_solicit_done)

Definition at line 240 of file probes.h.

#define DHCPD_SIX_SOLICIT_DONE_ENABLED ( )    __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)

Definition at line 237 of file probes.h.

#define DHCPD_SIX_SOLICIT_START ( )    DTRACE_PROBE (dhcpd, six_solicit_start)

Definition at line 229 of file probes.h.

#define DHCPD_SIX_SOLICIT_START_ENABLED ( )    __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)

Definition at line 226 of file probes.h.

#define STAP_HAS_SEMAPHORES   1 /* deprecated */

Definition at line 7 of file probes.h.

Function Documentation

__extension__ unsigned short dhcpd_failover_set_state_done_semaphore __attribute__ ( (unused)  )