Searched refs:sample_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sample-parsing.c | 169 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() argument 219 .mask = sample_regs, in do_test() 232 .mask = sample_regs, in do_test() 248 evsel.core.attr.sample_regs_user = sample_regs; in do_test() 251 evsel.core.attr.sample_regs_intr = sample_regs; in do_test() 334 u64 sample_regs; in test__sample_parsing() local 360 sample_regs = 0; in test__sample_parsing() 363 sample_regs = 0x3fff; in test__sample_parsing() 366 sample_regs = 0xff0fff; in test__sample_parsing() 368 err = do_test(sample_type, sample_regs, in test__sample_parsing() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sample-parsing.c | 196 static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) in do_test() argument 246 .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, in test__sample_parsing() [all...] |
Completed in 2 milliseconds