Home
last modified time | relevance | path

Searched refs:lookup_kallsyms (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/debug/traceback/
H A Dtraceback.c6 int lookup_kallsyms(uint64_t addr, int level) in lookup_kallsyms() function
67 if (lookup_kallsyms(ret_addr, i) != 0) in traceback()
/DragonOS/kernel/src/
H A Dlib.rs102 fn lookup_kallsyms(addr: u64, level: i32) -> i32; in lookup_kallsyms() function
141 lookup_kallsyms(frame as u64, level); in panic()