Searched refs:object_code (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/perf/dlfilters/ | 
| 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()
  | 
| 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-v6.6/tools/perf/include/perf/ | 
| D | perf_dlfilter.h | 117 	__s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len);  member
  | 
| /Linux-v6.6/tools/perf/Documentation/ | 
| 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-v6.6/tools/perf/util/ | 
| D | dlfilter.c | 332 	.object_code     = dlfilter__object_code,
  |