Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-report.c628 #define CALLCHAIN_DEFAULT_OPT "graph,0.5,caller,function" macro
632 "\n\t\t\t\tDefault: " CALLCHAIN_DEFAULT_OPT;
642 char callchain_default_opt[] = CALLCHAIN_DEFAULT_OPT; in cmd_report()