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.c107 static int get_pinned_fd(const char *name);
244 fd = get_pinned_fd("event_hash"); in destroy_event_hash()
291 fd = get_pinned_fd("event_hash"); in create_event_hash()
324 fd = get_pinned_fd("filters"); in destroy_idx_hash()
335 fd = get_pinned_fd("idx_hash"); in destroy_idx_hash()
358 fd = get_pinned_fd("filters"); in create_idx_hash()
400 fd = get_pinned_fd("idx_hash"); in create_idx_hash()
475 fd = get_pinned_fd("dropped"); in perf_bpf_filter__prepare()
485 fd = get_pinned_fd("perf_sample_filter"); in perf_bpf_filter__prepare()
582 int fd = get_pinned_fd("droppe in perf_bpf_filter__lost_count()
789 static int get_pinned_fd(const char *name) get_pinned_fd() function
[all...]