Home
last modified time | relevance | path

Searched refs:decode_ip (Results 1 – 3 of 3) sorted by relevance

/linux/fs/pstore/
H A Dinternal.h12 extern unsigned long decode_ip(unsigned long ip);
20 static inline unsigned long decode_ip(unsigned long ip) { return ip; } in decode_ip() function
H A Dinode.c115 ip = decode_ip(rec->ip); in pstore_ftrace_seq_show()
116 parent_ip = decode_ip(rec->parent_ip); in pstore_ftrace_seq_show()
H A Dftrace.c38 inline unsigned long decode_ip(unsigned long ip) in decode_ip() function