Home
last modified time | relevance | path

Searched refs:fetch_store_string (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe_tmpl.h61 fetch_store_string(unsigned long addr, void *dest, void *base);
183 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
H A Dtrace_probe_kernel.h75 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string() function
H A Dtrace_uprobe.c142 fetch_store_string(unsigned long addr, void *dest, void *base) in fetch_store_string() function
177 return fetch_store_string(addr, dest, base); in fetch_store_string_user()
H A Dtrace_events_synth.c448 ret = fetch_store_string((unsigned long)str_val, &entry->fields[*n_u64], entry); in trace_string()