Searched refs:max_graph_depth (Results 1 – 2 of 2) sorted by relevance
2811 static void set_max_graph_depth(struct buffer_instance *instance, char *max_graph_depth) in set_max_graph_depth() argument2823 max_graph_depth); in set_max_graph_depth()6721 free(ctx->instance->max_graph_depth); in parse_record_options()6722 ctx->instance->max_graph_depth = strdup(optarg); in parse_record_options()6723 if (!ctx->instance->max_graph_depth) in parse_record_options()7059 if (instance->max_graph_depth) { in record_trace()7060 set_max_graph_depth(instance, instance->max_graph_depth); in record_trace()7061 free(instance->max_graph_depth); in record_trace()7062 instance->max_graph_depth = NULL; in record_trace()7213 if (instance->max_graph_depth) { in trace_extract()[all …]
274 char *max_graph_depth; member