Searched refs:filter_event_early (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A 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 68 after 'filter_event' and 'filter_event_early' return. 71 is valid (dereferenceable) after 'filter_event' and 'filter_event_early' return. 76 'filter_event' and 'filter_event_early' are passed a perf_dlfilter_sample 146 'filter_event_early'. 186 after 'filter_event' and 'filter_event_early' return. 219 is valid (dereferenceable) after 'filter_event' and 'filter_event_early' return.
|
/openbmc/linux/tools/perf/util/ |
H A D | dlfilter.h | 47 int (*filter_event_early)(void *data, member 90 if (!d || !d->filter_event_early) in dlfilter__filter_event_early()
|
H A D | dlfilter.c | 405 d->filter_event_early = dlsym(d->handle, "filter_event_early"); in dlfilter__open() 569 ret = d->filter_event_early(d->data, &d_sample, d); in dlfilter__do_filter_event()
|
/openbmc/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 157 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx);
|
/openbmc/linux/tools/perf/dlfilters/ |
H A 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
|
H A D | dlfilter-test-api-v0.c | 336 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function
|
H A D | dlfilter-test-api-v2.c | 355 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function
|