Searched refs:perf_count (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-perf-hwbreak.c | 230 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.12.1/fs/orangefs/ |
D | downcall.h | 119 struct orangefs_perf_count_response perf_count; member
|
D | orangefs-sysfs.c | 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()
|
D | upcall.h | 254 struct orangefs_perf_count_request_s perf_count; member
|