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