Home
last modified time | relevance | path

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

/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h117 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); member
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt158 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len);
180 'object_code' reads object code and returns the number of bytes read.
/linux/tools/perf/util/
H A Ddlfilter.c335 .object_code = dlfilter__object_code,