Searched refs:object_code (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v0.c | 112 __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 D | dlfilter-test-api-v2.c | 122 __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 D | perf_dlfilter.h | 117 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); member
|
/linux/tools/perf/Documentation/ |
H A D | perf-dlfilter.txt | 158 __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 D | dlfilter.c | 334 .object_code = dlfilter__object_code,
|