Home
last modified time | relevance | path

Searched refs:graphFileName (Results 1 – 1 of 1) sorted by relevance

/art/tools/dmtracedump/
Dtracedump.cc222 const char* graphFileName; member
1463 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName); in createInclusiveProfileGraphNew()
1480 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path); in createInclusiveProfileGraphNew()
2543 gOptions.graphFileName = optarg; in parseOptions()
2611 if (gOptions.graphFileName != nullptr) { in main()