MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dt_module_add_kernel

Function dt_module_add_kernel

libdtrace/dt_module.c:818–1013  ·  view source on GitHub ↗

static int sort_64(Elf64_Sym **p1, Elf64_Sym **p2) { return (*p1)->st_value - (*p2)->st_value; } static int sort_32(Elf32_Sym **p1, Elf32_Sym **p2) { return (*p1)->st_value - (*p2)->st_value; }*/ / For Linux: add in entries from /proc/kallsyms. */ /

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dt_module_updateFunction · 0.85

Calls 6

dt_module_createFunction · 0.85
strlenFunction · 0.85
dt_module_unloadFunction · 0.85
dt_set_errnoFunction · 0.85
bzeroFunction · 0.85
dt_dprintfFunction · 0.85

Tested by

no test coverage detected