Searched refs:code_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | dlfilter.c | 285 static __s32 code_read(__u64 ip, struct map *map, struct machine *machine, void *buf, __u32 len) in code_read() function 311 return code_read(ip, al->map, d->machine, buf, len); in dlfilter__object_code() 316 ret = a.map ? code_read(ip, a.map, d->machine, buf, len) : -1; in dlfilter__object_code()
|