Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c246 .mask = sample_regs, in do_test()
259 .mask = sample_regs, in do_test()
277 evsel.core.attr.sample_regs_user = sample_regs; in do_test()
280 evsel.core.attr.sample_regs_intr = sample_regs; in do_test()
381 u64 sample_regs; in test__sample_parsing() local
407 sample_regs = 0; in test__sample_parsing()
410 sample_regs = 0x3fff; in test__sample_parsing()
413 sample_regs = 0xff0fff; in test__sample_parsing()
415 err = do_test(sample_type, sample_regs, 0); in test__sample_parsing()
426 sample_regs = 0x3fff; /* shared yb intr and user regs */ in test__sample_parsing()
[all …]