Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c230 u64 perf_count; /* Most recently fetched perf performance counter value */ in same_watch_addr_test() local
271 FAIL_IF_MSG(perf_read_counter(perf_fd, &perf_count), "Failed to read perf counter"); in same_watch_addr_test()
272 FAIL_IF_MSG(perf_count != 0, "perf recorded unexpected event"); in same_watch_addr_test()
281 FAIL_IF_MSG(perf_read_counter(perf_fd, &perf_count), "Failed to read perf counter"); in same_watch_addr_test()
282 FAIL_IF_MSG(perf_count != 1, "perf counter did not increment"); in same_watch_addr_test()
299 FAIL_IF_MSG(perf_read_counter(perf_fd, &perf_count), "Failed to read perf counter"); in same_watch_addr_test()
300 FAIL_IF_MSG(perf_count != 1, "perf counter should not have changed"); in same_watch_addr_test()
309 FAIL_IF_MSG(perf_read_counter(perf_fd, &perf_count), "Failed to read perf counter"); in same_watch_addr_test()
310 FAIL_IF_MSG(perf_count != 2, "perf counter did not increment"); in same_watch_addr_test()
324 FAIL_IF_MSG(perf_read_counter(perf_fd, &perf_count), "Failed to read perf counter"); in same_watch_addr_test()
[all …]
/linux-6.6.21/fs/orangefs/
Ddowncall.h119 struct orangefs_perf_count_response perf_count; member
Dorangefs-sysfs.c465 new_op->upcall.req.perf_count.type = in sysfs_service_op_show()
469 new_op->upcall.req.perf_count.type = in sysfs_service_op_show()
473 new_op->upcall.req.perf_count.type = in sysfs_service_op_show()
514 new_op->downcall.resp.perf_count.buffer); in sysfs_service_op_show()
Dupcall.h254 struct orangefs_perf_count_request_s perf_count; member