Searched refs:max_graph_depth (Results 1 – 7 of 7) 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 | 111 max_graph_depth = 0 variable in SystemValues 828 self.fsetVal('%d' % self.max_graph_depth, 'max_graph_depth') 2524 md = self.sv.max_graph_depth 6605 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False) 6909 sysvals.max_graph_depth = getArgInt('-maxdepth', args, 0, 1000)
|
/linux/Documentation/admin-guide/ |
H A D | kernel-per-CPU-kthreads.rst | 29 echo 1 > max_graph_depth # Increase the "1" for more detail
|
H A D | kernel-parameters.txt | 1649 can be changed at run time by the max_graph_depth file
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 452 max_graph_depth:
|