Searched refs:perf_count (Results 1 – 4 of 4) sorted by relevance
230 u64 perf_count; /* Most recently fetched perf performance counter value */ in same_watch_addr_test() local271 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()282 FAIL_IF_MSG(perf_count != 1, "perf counter did not increment"); in same_watch_addr_test()300 FAIL_IF_MSG(perf_count != 1, "perf counter should not have changed"); in same_watch_addr_test()310 FAIL_IF_MSG(perf_count != 2, "perf counter did not increment"); in same_watch_addr_test()325 FAIL_IF_MSG(perf_count != 3, "perf counter did not increment"); in same_watch_addr_test()343 FAIL_IF_MSG(perf_count != 3, "perf counter should not have changed"); in same_watch_addr_test()358 FAIL_IF_MSG(perf_count != 3, "perf counter should not have changed"); in same_watch_addr_test()384 u64 perf_count; /* Most recently fetched perf performance counter value */ in perf_then_ptrace_test() local[all …]
119 struct orangefs_perf_count_response perf_count; member
465 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()
254 struct orangefs_perf_count_request_s perf_count; member
Completed in 7 milliseconds