| Index: tools/draw_instruction_graph.sh
|
| diff --git a/tools/draw_instruction_graph.sh b/tools/draw_instruction_graph.sh
|
| index 7d502d8160089c3a53f34e48353ef3faeb2ae02d..549380b8ff6af27e82f0c1e19a21d6cb5b9099f9 100755
|
| --- a/tools/draw_instruction_graph.sh
|
| +++ b/tools/draw_instruction_graph.sh
|
| @@ -30,8 +30,8 @@
|
| # This script reads in CSV formatted instruction data, and draws a stacked
|
| # graph in png format.
|
|
|
| -defaultfile=a64_inst.csv
|
| -defaultout=a64_inst.png
|
| +defaultfile=arm64_inst.csv
|
| +defaultout=arm64_inst.png
|
| gnuplot=/usr/bin/gnuplot
|
|
|
|
|
|
|