We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7586d11 commit 6a7b57dCopy full SHA for 6a7b57d
tools/perf/util/print-events.c
@@ -131,7 +131,7 @@ void print_tracepoint_events(const struct print_callbacks *print_cb __maybe_unus
131
free(sys_namelist);
132
}
133
#else
134
- printf("\nWARNING: Your libc doesn't have the scandir function, please ask its maintainers to implement it.\n"
+ printf("\nWARNING: Your libc doesn't have the scandirat function, please ask its maintainers to implement it.\n"
135
" As a rough fallback, please do 'ls %s' to see the available tracepoint events.\n", events_path);
136
#endif
137
close(events_fd);
0 commit comments