Home
last modified time | relevance | path

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

/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c112 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); member
296 CHECK(perf_dlfilter_fns.object_code(ctx, sample->ip, buf, sizeof(buf)) > 0); in check_object_code()
H A Ddlfilter-test-api-v2.c122 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); member
315 CHECK(perf_dlfilter_fns.object_code(ctx, sample->ip, buf, sizeof(buf)) > 0); in check_object_code()
/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.c334 .object_code = dlfilter__object_code,