Searched refs:filter_event_early (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | dlfilter.h | 47 int (*filter_event_early)(void *data, member 90 if (!d || !d->filter_event_early) in dlfilter__filter_event_early()
|
D | dlfilter.c | 362 d->filter_event_early = dlsym(d->handle, "filter_event_early"); in dlfilter__open() 526 ret = d->filter_event_early(d->data, &d_sample, d); in dlfilter__do_filter_event()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-dlfilter.txt | 40 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx); 45 calls to 'filter_event' or 'filter_event_early'. Return 0 to indicate success, 51 'filter_event' or 'filter_event_early'. Return 0 to indicate success, or 61 'filter_event_early' is the same as 'filter_event' except it is called before 70 'filter_event' and 'filter_event_early' are passed a perf_dlfilter_sample 140 'filter_event_early'.
|
/linux-6.1.9/tools/perf/include/perf/ |
D | perf_dlfilter.h | 150 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx);
|
/linux-6.1.9/tools/perf/dlfilters/ |
D | dlfilter-show-cycles.c | 80 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function
|
D | dlfilter-test-api-v0.c | 302 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function
|