Searched refs:map_thread (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_bpf.c | 145 struct bpf_map *map_thread, in get_value() 159 err = bpf_map__lookup_elem(map_thread, &key, in timerlat_bpf_get_hist_value() 123 get_value(struct bpf_map * map_irq,struct bpf_map * map_thread,struct bpf_map * map_user,int key,long long * value_irq,long long * value_thread,long long * value_user,int cpus) get_value() argument
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_bloom_filter_map.c | 209 pthread_t map_thread; in populate_maps() local 217 err = pthread_create(&map_thread, NULL, map_prepare_thread, in populate_maps()
|