perf testsuite: Add test for kprobe handling
authorVeronika Molnarova <vmolnaro@redhat.com>
Thu, 15 Feb 2024 11:02:30 +0000 (12:02 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 16 Feb 2024 19:49:47 +0000 (11:49 -0800)
commite7d759f31ca295d589f7420719c311870bb3166f
tree620eb8cf5155f960d3fae1a5875d51e6642dac8a
parent61d348f1e96fe11ba7d3714bcc700d8fd71aa17e
perf testsuite: Add test for kprobe handling

Test perf interface to kprobes: listing, adding and removing probes. It
is run as a part of perftool-testsuite_probe test case.

Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Cc: kjain@linux.ibm.com
Cc: atrajeev@linux.vnet.ibm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240215110231.15385-7-mpetlan@redhat.com
tools/perf/tests/shell/base_probe/settings.sh [new file with mode: 0644]
tools/perf/tests/shell/base_probe/test_adding_kernel.sh [new file with mode: 0755]