Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-filter.c108 static int get_pinned_fd(const char *name);
245 fd = get_pinned_fd("event_hash"); in destroy_event_hash()
292 fd = get_pinned_fd("event_hash"); in create_event_hash()
325 fd = get_pinned_fd("filters"); in destroy_idx_hash()
336 fd = get_pinned_fd("idx_hash"); in destroy_idx_hash()
359 fd = get_pinned_fd("filters"); in create_idx_hash()
401 fd = get_pinned_fd("idx_hash"); in create_idx_hash()
480 fd = get_pinned_fd("dropped"); in perf_bpf_filter__prepare()
490 fd = get_pinned_fd("perf_sample_filter"); in perf_bpf_filter__prepare()
587 int fd = get_pinned_fd("dropped"); in perf_bpf_filter__lost_count()
[all …]