[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAP-5=fWFu00PJVcfBPa_pq6cVN3UCsPr+yq303gdnKp8K_MecQ@mail.gmail.com>
Date: Thu, 27 Apr 2023 17:30:56 -0700
From: Ian Rogers <irogers@...gle.com>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Jiri Olsa <jolsa@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
linux-perf-users@...r.kernel.org
Subject: Re: [PATCH 2/2] perf list: Modify the warning message about scandirat(3)
On Thu, Apr 27, 2023 at 4:05 PM Namhyung Kim <namhyung@...nel.org> wrote:
>
> It should mention scandirat() instead of scandir().
>
> Signed-off-by: Namhyung Kim <namhyung@...nel.org>
Acked-by: Ian Rogers <irogers@...gle.com>
Fwiw, tracing_events__scandir_alphasort assumes scandir is present
unconditionally.
Thanks,
Ian
> ---
> tools/perf/util/print-events.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/print-events.c b/tools/perf/util/print-events.c
> index 0a97912fd894..299973876550 100644
> --- a/tools/perf/util/print-events.c
> +++ b/tools/perf/util/print-events.c
> @@ -131,7 +131,7 @@ void print_tracepoint_events(const struct print_callbacks *print_cb __maybe_unus
> free(sys_namelist);
> }
> #else
> - 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"
> " As a rough fallback, please do 'ls %s' to see the available tracepoint events.\n", events_path);
> #endif
> close(events_fd);
> --
> 2.40.1.495.gc816e09b53d-goog
>
Powered by blists - more mailing lists