|
@@ -38,15 +38,6 @@ struct fgraph_data {
|
|
|
|
|
|
#define TRACE_GRAPH_INDENT 2
|
|
|
|
|
|
-/* Flag options */
|
|
|
-#define TRACE_GRAPH_PRINT_OVERRUN 0x1
|
|
|
-#define TRACE_GRAPH_PRINT_CPU 0x2
|
|
|
-#define TRACE_GRAPH_PRINT_OVERHEAD 0x4
|
|
|
-#define TRACE_GRAPH_PRINT_PROC 0x8
|
|
|
-#define TRACE_GRAPH_PRINT_DURATION 0x10
|
|
|
-#define TRACE_GRAPH_PRINT_ABS_TIME 0x20
|
|
|
-#define TRACE_GRAPH_PRINT_IRQS 0x40
|
|
|
-
|
|
|
static unsigned int max_depth;
|
|
|
|
|
|
static struct tracer_opt trace_opts[] = {
|