Home
last modified time | relevance | path

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

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