This file is indexed.

/usr/bin/tau_analyze is in tau 2.16.4-1.5.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/bin/sh
TAUROOT=/usr/lib/tau
MACHINE=amd64
LIBDIR=${TAUROOT}/${MACHINE}/lib

java -Xmx500m -cp ${LIBDIR}/TauIL.jar:${LIBDIR}/ParaProf.jar:${LIBDIR}/ParaProf-Old.jar:${LIBDIR}/java_cup.jar:${LIBDIR}/perfdmf.jar TauIL.Tool $@