Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf-filter.c106 static int get_pinned_fd(const char *name);
243 fd = get_pinned_fd("event_hash"); in destroy_event_hash()
290 fd = get_pinned_fd("event_hash"); in create_event_hash()
323 fd = get_pinned_fd("filters"); in destroy_idx_hash()
334 fd = get_pinned_fd("idx_hash"); in destroy_idx_hash()
357 fd = get_pinned_fd("filters"); in create_idx_hash()
399 fd = get_pinned_fd("idx_hash"); in create_idx_hash()
472 fd = get_pinned_fd("dropped"); in perf_bpf_filter__prepare()
482 fd = get_pinned_fd("perf_sample_filter"); in perf_bpf_filter__prepare()
578 int fd = get_pinned_fd("dropped"); in perf_bpf_filter__lost_count()
[all …]