Lines Matching refs:sample_regs
145 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() argument
191 .mask = sample_regs, in do_test()
204 .mask = sample_regs, in do_test()
214 evsel.attr.sample_regs_user = sample_regs; in do_test()
217 evsel.attr.sample_regs_intr = sample_regs; in do_test()
297 u64 sample_regs; in test__sample_parsing() local
323 sample_regs = 0; in test__sample_parsing()
326 sample_regs = 0x3fff; in test__sample_parsing()
329 sample_regs = 0xff0fff; in test__sample_parsing()
331 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing()
338 sample_regs = 0x3fff; /* shared yb intr and user regs */ in test__sample_parsing()
340 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()