* [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output
@ 2024-04-23 19:50 Arnaldo Carvalho de Melo
2024-04-23 21:48 ` Ian Rogers
0 siblings, 1 reply; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-04-23 19:50 UTC (permalink / raw)
To: Veronika Molnarova
Cc: Michael Petlan, Adrian Hunter, Athira Rajeev, Ian Rogers,
Jiri Olsa, Kajol Jain, Namhyung Kim, Linux Kernel Mailing List,
linux-perf-users
Before:
root@x1:~# perf test 76
76: SPDX-License-Identifier: GPL-2.0 : Ok
root@x1:~#
After:
root@x1:~# perf test 76
76: Add 'perf probe's, list and remove them. : Ok
root@x1:~#
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kajol Jain <kjain@linux.ibm.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Veronika Molnarova <vmolnaro@redhat.com>
Link: https://lore.kernel.org/lkml/
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/tests/shell/base_probe/test_adding_kernel.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/tests/shell/base_probe/test_adding_kernel.sh b/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
index a5d707efad85cb40..63bb8974b38e0b0d 100755
--- a/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
+++ b/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# Add 'perf probe's, list and remove them
# SPDX-License-Identifier: GPL-2.0
#
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output
2024-04-23 19:50 [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output Arnaldo Carvalho de Melo
@ 2024-04-23 21:48 ` Ian Rogers
2024-04-24 14:22 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 3+ messages in thread
From: Ian Rogers @ 2024-04-23 21:48 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: Veronika Molnarova, Michael Petlan, Adrian Hunter, Athira Rajeev,
Jiri Olsa, Kajol Jain, Namhyung Kim, Linux Kernel Mailing List,
linux-perf-users
On Tue, Apr 23, 2024 at 12:50 PM Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
>
> Before:
>
> root@x1:~# perf test 76
> 76: SPDX-License-Identifier: GPL-2.0 : Ok
> root@x1:~#
>
> After:
>
> root@x1:~# perf test 76
> 76: Add 'perf probe's, list and remove them. : Ok
> root@x1:~#
>
> Cc: Adrian Hunter <adrian.hunter@intel.com>
> Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
> Cc: Ian Rogers <irogers@google.com>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Kajol Jain <kjain@linux.ibm.com>
> Cc: Michael Petlan <mpetlan@redhat.com>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Cc: Veronika Molnarova <vmolnaro@redhat.com>
> Link: https://lore.kernel.org/lkml/
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Thanks,
Ian
> ---
> tools/perf/tests/shell/base_probe/test_adding_kernel.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/perf/tests/shell/base_probe/test_adding_kernel.sh b/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
> index a5d707efad85cb40..63bb8974b38e0b0d 100755
> --- a/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
> +++ b/tools/perf/tests/shell/base_probe/test_adding_kernel.sh
> @@ -1,4 +1,5 @@
> #!/bin/bash
> +# Add 'perf probe's, list and remove them
> # SPDX-License-Identifier: GPL-2.0
>
> #
> --
> 2.44.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output
2024-04-23 21:48 ` Ian Rogers
@ 2024-04-24 14:22 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-04-24 14:22 UTC (permalink / raw)
To: Ian Rogers
Cc: Veronika Molnarova, Michael Petlan, Adrian Hunter, Athira Rajeev,
Jiri Olsa, Kajol Jain, Namhyung Kim, Linux Kernel Mailing List,
linux-perf-users
On Tue, Apr 23, 2024 at 02:48:00PM -0700, Ian Rogers wrote:
> On Tue, Apr 23, 2024 at 12:50 PM Arnaldo Carvalho de Melo
> <acme@kernel.org> wrote:
> >
> > Before:
> >
> > root@x1:~# perf test 76
> > 76: SPDX-License-Identifier: GPL-2.0 : Ok
> > root@x1:~#
> >
> > After:
> >
> > root@x1:~# perf test 76
> > 76: Add 'perf probe's, list and remove them. : Ok
> > root@x1:~#
> >
> > Cc: Adrian Hunter <adrian.hunter@intel.com>
> > Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
> > Cc: Ian Rogers <irogers@google.com>
> > Cc: Jiri Olsa <jolsa@kernel.org>
> > Cc: Kajol Jain <kjain@linux.ibm.com>
> > Cc: Michael Petlan <mpetlan@redhat.com>
> > Cc: Namhyung Kim <namhyung@kernel.org>
> > Cc: Veronika Molnarova <vmolnaro@redhat.com>
> > Link: https://lore.kernel.org/lkml/
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> Reviewed-by: Ian Rogers <irogers@google.com>
Thanks, added to the cset.
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-24 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 19:50 [PATCH 1/1] perf tests shell kprobes: Add missing description as used by 'perf test' output Arnaldo Carvalho de Melo
2024-04-23 21:48 ` Ian Rogers
2024-04-24 14:22 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).