Searched refs:code_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Ddlfilter.c287 static __s32 code_read(__u64 ip, struct map *map, struct machine *machine, void *buf, __u32 len) function
313 return code_read(ip, al->map, d->machine, buf, len);
318 ret = a.map ? code_read(ip, a.map, d->machine, buf, len) : -1;

Completed in 108 milliseconds