Searched refs:test_cpu_read (Results 1 – 1 of 1) sorted by relevance
556 static void test_cpu_read(struct test_cpu_data *data, int expect) in test_cpu_read() function599 test_cpu_read(&data, 1); in test_instance_trace_cpu_read()600 test_cpu_read(&data, data.events_per_buf / 2); in test_instance_trace_cpu_read()601 test_cpu_read(&data, data.events_per_buf); in test_instance_trace_cpu_read()602 test_cpu_read(&data, data.events_per_buf + 1); in test_instance_trace_cpu_read()603 test_cpu_read(&data, data.events_per_buf * 50); in test_instance_trace_cpu_read()