Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
H A Dmmap.c366 static u64 (* const read_f[])(void) = { in read_perf_counter() local
401 if (counter < ARRAY_SIZE(read_f)) in read_perf_counter()
402 return (read_f[counter])(); in read_perf_counter()
/linux/scripts/coccinelle/api/
H A Dstream_open.cocci92 identifier read_f;
95 .read = read_f,