Searched refs:al_cleanup (Results 1 – 4 of 4) sorted by relevance
127 void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al); member294 if (perf_dlfilter_fns.al_cleanup) in check_address_al()295 perf_dlfilter_fns.al_cleanup(ctx, &address_al); in check_address_al()
159 void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al);171 before calling. Returns 0 on success, -1 otherwise. Call al_cleanup() (if present,182 'al_cleanup' must be called (if present, so check perf_dlfilter_fns.al_cleanup != NULL)
122 void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al); member
330 .al_cleanup = dlfilter__al_cleanup,