Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-filter.c290 u64 the_id = 0, id; in create_event_hash() local
304 if (the_id) in create_event_hash()
305 destroy_event_hash(the_id); in create_event_hash()
309 if (the_id == 0) in create_event_hash()
310 the_id = id; in create_event_hash()
312 bpf_map_update_elem(fd, &id, &the_id, BPF_ANY); in create_event_hash()
317 return the_id; in create_event_hash()