Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf-filter.c288 u64 the_id = 0, id; in create_event_hash() local
302 if (the_id) in create_event_hash()
303 destroy_event_hash(the_id); in create_event_hash()
307 if (the_id == 0) in create_event_hash()
308 the_id = id; in create_event_hash()
310 bpf_map_update_elem(fd, &id, &the_id, BPF_ANY); in create_event_hash()
315 return the_id; in create_event_hash()