MCPcopy Create free account
hub / github.com/dtrace4linux/linux / cyclic_add

Function cyclic_add

driver/cyclic.c:2508–2520  ·  view source on GitHub ↗

* cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *) * * Overview * * cyclic_add() will create an unbound cyclic with the specified handler and * interval. The cyclic will run on a CPU which both has interrupts enabled * and is in the system CPU partition. * * Arguments and notes * * As its first argument, cyclic_add() takes a cyc_handler, which has the * following

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

dtrace_state_goFunction · 0.70
profile_enableFunction · 0.70

Calls 3

cyclic_new_idFunction · 0.85
cyclic_pick_cpuFunction · 0.85
cyclic_add_hereFunction · 0.85

Tested by

no test coverage detected