perf test shell: Move vfs_getname probe function to lib
authorArnaldo Carvalho de Melo <[email protected]>
Fri, 4 Aug 2017 17:18:29 +0000 (14:18 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 11 Aug 2017 19:06:29 +0000 (16:06 -0300)
commit5ce669a59503f7c05c4648c70fe72bbe42613743
tree849f2b2df729bb0ba420bf0beeb71f1e6f8035c4
parent122e0b947052f6106595fa29d63d514d2ebcdad9
perf test shell: Move vfs_getname probe function to lib

Multiple tests will be able to reuse these functions, to test things
like perf report, 'trace', etc, using this probe.

Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Thomas Richter <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Makefile.perf
tools/perf/tests/shell/lib/probe_vfs_getname.sh [new file with mode: 0644]
tools/perf/tests/shell/probe_vfs_getname.sh