[PATCH] perf version: Display availability of OpenCSD support

James Clark posted 1 patch 1 year, 11 months ago
tools/perf/builtin-version.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] perf version: Display availability of OpenCSD support
Posted by James Clark 1 year, 11 months ago
This is useful for scripts that work with Perf and ETM trace. Rather
than them trying to parse Perf's error output at runtime to see if it
was linked or not.

Signed-off-by: James Clark <james.clark@arm.com>
---
 tools/perf/builtin-version.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/builtin-version.c b/tools/perf/builtin-version.c
index 1bafe5855ae7..398aa53e9e2e 100644
--- a/tools/perf/builtin-version.c
+++ b/tools/perf/builtin-version.c
@@ -84,6 +84,7 @@ static void library_status(void)
 	STATUS(HAVE_LIBTRACEEVENT, libtraceevent);
 	STATUS(HAVE_BPF_SKEL, bpf_skeletons);
 	STATUS(HAVE_DWARF_UNWIND_SUPPORT, dwarf-unwind-support);
+	STATUS(HAVE_CSTRACE_SUPPORT, libopencsd);
 }
 
 int cmd_version(int argc, const char **argv)
-- 
2.34.1
Re: [PATCH] perf version: Display availability of OpenCSD support
Posted by Namhyung Kim 1 year, 11 months ago
On Fri, 1 Mar 2024 13:38:29 +0000, James Clark wrote:
> This is useful for scripts that work with Perf and ETM trace. Rather
> than them trying to parse Perf's error output at runtime to see if it
> was linked or not.
> 
> 

Applied to perf-tools-next, thanks!

Best regards,
-- 
Namhyung Kim <namhyung@kernel.org>
Re: [PATCH] perf version: Display availability of OpenCSD support
Posted by Ian Rogers 1 year, 11 months ago
On Fri, Mar 1, 2024 at 5:39 AM James Clark <james.clark@arm.com> wrote:
>
> This is useful for scripts that work with Perf and ETM trace. Rather
> than them trying to parse Perf's error output at runtime to see if it
> was linked or not.
>
> Signed-off-by: James Clark <james.clark@arm.com>

Reviewed-by: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  tools/perf/builtin-version.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/perf/builtin-version.c b/tools/perf/builtin-version.c
> index 1bafe5855ae7..398aa53e9e2e 100644
> --- a/tools/perf/builtin-version.c
> +++ b/tools/perf/builtin-version.c
> @@ -84,6 +84,7 @@ static void library_status(void)
>         STATUS(HAVE_LIBTRACEEVENT, libtraceevent);
>         STATUS(HAVE_BPF_SKEL, bpf_skeletons);
>         STATUS(HAVE_DWARF_UNWIND_SUPPORT, dwarf-unwind-support);
> +       STATUS(HAVE_CSTRACE_SUPPORT, libopencsd);
>  }
>
>  int cmd_version(int argc, const char **argv)
> --
> 2.34.1
>