Home
last modified time | relevance | path

Searched refs:filter_event_early (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/perf/util/
Ddlfilter.h47 int (*filter_event_early)(void *data, member
90 if (!d || !d->filter_event_early) in dlfilter__filter_event_early()
Ddlfilter.c362 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/
Dperf-dlfilter.txt40 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/
Dperf_dlfilter.h150 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx);
/linux-6.1.9/tools/perf/dlfilters/
Ddlfilter-show-cycles.c80 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function
Ddlfilter-test-api-v0.c302 int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event_early() function