Searched refs:max_graph_depth (Results 1 – 6 of 6) sorted by relevance
/linux/tools/bootconfig/scripts/ |
H A D | ftrace2bconf.sh | 48 val=`cat $TRACEFS/max_graph_depth`
|
H A D | bconf2ftrace.sh | 284 set_value_of kernel.fgraph_max_depth $TRACEFS/max_graph_depth
|
/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 63 max_graph_depth = 2 variable in SystemValues 105 (bs, self.max_graph_depth, self.graph_filter) 949 sysvals.max_graph_depth = aslib.getArgInt('-maxdepth', args, 0, 1000) 1077 sysvals.max_graph_depth = 0
|
H A D | sleepgraph.py | 112 max_graph_depth = 0 variable in SystemValues 839 self.fsetVal('%d' % self.max_graph_depth, 'max_graph_depth') 2547 md = self.sv.max_graph_depth 6634 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False) 6939 sysvals.max_graph_depth = getArgInt('-maxdepth', args, 0, 1000)
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 452 max_graph_depth:
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1700 can be changed at run time by the max_graph_depth file
|