[PATCH 0/2] perf test: Add test for java symbol

Leo Yan posted 2 patches 1 year, 8 months ago
There is a newer version of this series
tools/lib/subcmd/exec-cmd.c                |  3 +
tools/perf/tests/shell/test_java_symbol.sh | 66 ++++++++++++++++++++++
2 files changed, 69 insertions(+)
create mode 100755 tools/perf/tests/shell/test_java_symbol.sh
[PATCH 0/2] perf test: Add test for java symbol
Posted by Leo Yan 1 year, 8 months ago
This patch set is to add a test for java symbol.

To allow a shell script to know the installed lib path, we need to
export the environment variable "PREFIX" in the C code.  We use the
first patch for this purpose.  The second patch introduces the java
symbol testing.

The test has been verified on my x86_64 machine with mainline kernel.


Leo Yan (2):
  perf subcmd: Set environment variable "PREFIX"
  perf test: Introduce script for java symbol testing

 tools/lib/subcmd/exec-cmd.c                |  3 +
 tools/perf/tests/shell/test_java_symbol.sh | 66 ++++++++++++++++++++++
 2 files changed, 69 insertions(+)
 create mode 100755 tools/perf/tests/shell/test_java_symbol.sh

-- 
2.25.1