Searched refs:filter_event (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dlfilter.h | 44 int (*filter_event)(void *data, member 77 if (!d || !d->filter_event) in dlfilter__filter_event()
|
H A D | dlfilter.c | 404 d->filter_event = dlsym(d->handle, "filter_event"); in dlfilter__open() 571 ret = d->filter_event(d->data, &d_sample, d); in dlfilter__do_filter_event() 587 if (!handle || !(dlsym(handle, "filter_event") || dlsym(handle, "filter_event_early"))) in get_filter_desc()
|
/kernel/linux/linux-6.6/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 129 * before any calls to 'filter_event'. Return 0 to indicate success, 138 * after any calls to 'filter_event'. Return 0 to indicate success, or 146 * If implemented, 'filter_event' will be called for each sample 151 int filter_event(void *data, const struct perf_dlfilter_sample *sample, void *ctx); 154 * The same as 'filter_event' except it is called before internal
|
/kernel/linux/linux-6.6/tools/perf/dlfilters/ |
H A D | dlfilter-show-cycles.c | 106 int filter_event(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event() function
|
H A D | dlfilter-test-api-v2.c | 362 int filter_event(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event() function
|
H A D | dlfilter-test-api-v0.c | 343 int filter_event(void *data, const struct perf_dlfilter_sample *sample, void *ctx) in filter_event() function
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | pmu.c | 307 static bool is_filter_entry_match(u64 filter_event, u64 umask) in is_filter_entry_match() argument 309 u64 mask = filter_event >> (KVM_PMU_MASKED_ENTRY_UMASK_MASK_SHIFT - 8); in is_filter_entry_match() 310 u64 match = filter_event & KVM_PMU_MASKED_ENTRY_UMASK_MATCH; in is_filter_entry_match()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 1203 filter_event(struct tep_event_filter *filter, struct tep_event *event, in filter_event() function 1328 ret = filter_event(filter, event->event, filter_start, in tep_filter_add_filter_str() 1497 filter_event(filter, event, str, NULL); in copy_filter_type()
|
Completed in 8 milliseconds