Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-filter.c320 static void destroy_idx_hash(struct pinned_filter_idx *pfi) in destroy_idx_hash() argument
326 bpf_map_delete_elem(fd, &pfi->hash_idx); in destroy_idx_hash()
329 if (pfi->event_id) in destroy_idx_hash()
330 destroy_event_hash(pfi->event_id); in destroy_idx_hash()
332 threads = perf_evsel__threads(&pfi->evsel->core); in destroy_idx_hash()
341 .evt_id = pfi->event_id, in destroy_idx_hash()
356 struct pinned_filter_idx *pfi = NULL; in create_idx_hash() local
377 pfi = zalloc(sizeof(*pfi)); in create_idx_hash()
378 if (pfi == NULL) { in create_idx_hash()
383 pfi->evsel = evsel; in create_idx_hash()
[all …]