Home
last modified time | relevance | path

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

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