aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/perf_event_open.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index ea5ee725fb..aea8257062 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -3439,7 +3439,7 @@ main(int argc, char **argv)
printf("Measuring instruction count for this printf\en");
ioctl(fd, PERF_EVENT_IOC_DISABLE, 0);
- read(fd, &count, sizeof(long long));
+ read(fd, &count, sizeof(count));
printf("Used %lld instructions\en", count);