Home
last modified time | relevance | path

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

/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c2811 static void set_max_graph_depth(struct buffer_instance *instance, char *max_graph_depth) in set_max_graph_depth() argument
2823 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 …]
/aosp_15_r20/external/trace-cmd/tracecmd/include/
H A Dtrace-local.h274 char *max_graph_depth; member