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

Function helper_ioctl

driver/dtrace_linux.c:2533–2542  ·  view source on GitHub ↗

static int helper_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) { int len; // place holder for something useful later on. len = sprintf(page, "hello"); return 0; } */ / Invoked by drti.c -- the USDT .o file linked into apps which */ provide user space dtrace probes. */ /

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

helper_unlocked_ioctlFunction · 0.85
helper_compat_ioctlFunction · 0.85

Calls 1

dtrace_ioctl_helperFunction · 0.85

Tested by

no test coverage detected