flip_table         28 tools/perf/tests/bpf-script-example.c struct bpf_map_def SEC("maps") flip_table = {
flip_table         39 tools/perf/tests/bpf-script-example.c 	int *flag = bpf_map_lookup_elem(&flip_table, &ind);
flip_table         45 tools/perf/tests/bpf-script-example.c 	bpf_map_update_elem(&flip_table, &ind, &new_flag, BPF_ANY);