Searched refs:test_cpu_read (Results 1 – 1 of 1) sorted by relevance
1234 static void test_cpu_read(struct test_cpu_data *data, int expect) in test_cpu_read() function1277 test_cpu_read(&data, 1); in test_instance_trace_cpu_read()1278 test_cpu_read(&data, data.events_per_buf / 2); in test_instance_trace_cpu_read()1279 test_cpu_read(&data, data.events_per_buf); in test_instance_trace_cpu_read()1280 test_cpu_read(&data, data.events_per_buf + 1); in test_instance_trace_cpu_read()1281 test_cpu_read(&data, data.events_per_buf * 50); in test_instance_trace_cpu_read()