Searched refs:fetch_store_string_user (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
A D | trace_probe_tmpl.h | 64 fetch_store_string_user(unsigned long addr, void *dest, void *base); 130 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
|
A D | trace_eprobe.c | 408 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() function 440 return fetch_store_string_user(addr, dest, base); in fetch_store_string()
|
A D | trace_kprobe.c | 1253 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() function 1285 return fetch_store_string_user(addr, dest, base); in fetch_store_string()
|
A D | trace_uprobe.c | 177 fetch_store_string_user(unsigned long addr, void *dest, void *base) in fetch_store_string_user() function
|
Completed in 13 milliseconds