Lines Matching refs:sample_regs
151 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() argument
197 .mask = sample_regs, in do_test()
210 .mask = sample_regs, in do_test()
221 evsel.attr.sample_regs_user = sample_regs; in do_test()
224 evsel.attr.sample_regs_intr = sample_regs; in do_test()
304 u64 sample_regs; in test__sample_parsing() local
330 sample_regs = 0; in test__sample_parsing()
333 sample_regs = 0x3fff; in test__sample_parsing()
336 sample_regs = 0xff0fff; in test__sample_parsing()
338 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing()
345 sample_regs = 0x3fff; /* shared yb intr and user regs */ in test__sample_parsing()
347 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()