Searched refs:traces_db (Results 1 – 1 of 1) sorted by relevance
19 traces_db=""64 traces_db="$2"120 if [ "x$traces_db" = "x" ] ; then121 traces_db="$root_dir/traces-db"151 if [ "x$traces_db" = "x" ]; then156 if [ ! -f "$traces_db/$trace" ]; then157 echo "Given trace file '$trace' doesn't exist in traces db dir '$traces_db'" >&2;161 echo "Trying $traces_db/$trace" >&2;162 if [ ! -f "$traces_db/$trace" ]; then194 -v "$traces_db":/traces-db \