Lines Matching defs:read_format
35 u64 type, u64 read_format)
69 if (read_format & PERF_FORMAT_GROUP)
73 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
75 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
78 if (read_format & PERF_FORMAT_GROUP) {
169 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format)
176 .read_format = read_format,
259 if (read_format & PERF_FORMAT_GROUP) {
267 sz = perf_event__sample_event_size(&sample, sample_type, read_format);
280 err = perf_event__synthesize_sample(event, sample_type, read_format,
308 if (!samples_same(&sample, &sample_out, sample_type, read_format)) {
317 if (ret && read_format)
318 pr_debug("read_format %#"PRIx64"\n", read_format);
351 /* Test read_format variations */