Searched refs:graphFileName (Results 1 – 1 of 1) sorted by relevance
220 const char* graphFileName; member1665 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName); in createInclusiveProfileGraphNew()1682 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path); in createInclusiveProfileGraphNew()2830 gOptions.graphFileName = optarg; in parseOptions()2901 if (gOptions.graphFileName != NULL) { in main()