Home
last modified time | relevance | path

Searched refs:sample_regs (Results 1 – 1 of 1) sorted by relevance

/tools/perf/tests/
Dsample-parsing.c145 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()
[all …]