Home
last modified time | relevance | path

Searched refs:is_graph (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_irqsoff.c66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
72 # define is_graph(tr) false macro
161 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph()
229 if (is_graph(iter->tr)) in irqsoff_trace_open()
251 if (is_graph(iter->tr)) in irqsoff_print_line()
261 if (is_graph(tr)) in irqsoff_print_header()
272 if (is_graph(tr)) in __trace_function()
500 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set()
502 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set()
577 is_graph(tr)))) in __irqsoff_tracer_init()
[all …]
H A Dtrace_sched_wakeup.c44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
46 # define is_graph(tr) false macro
104 if (!(is_graph(tr) ^ set)) in wakeup_display_graph()
172 if (is_graph(iter->tr)) in wakeup_trace_open()
195 if (is_graph(iter->tr)) in wakeup_print_line()
203 if (is_graph(wakeup_trace)) in wakeup_print_header()
271 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set()
273 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set()
308 if (is_graph(tr)) in __trace_function()
647 if (start_func_tracer(tr, is_graph(tr))) in start_wakeup_tracer()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dclassification.hpp122 is_graph(const std::locale& Loc=std::locale()) in is_graph() function
301 using algorithm::is_graph;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/unicode/
H A Dquery.hpp261 inline bool is_graph(::boost::uint32_t ch) in is_graph() function
272 return (is_graph(ch) || is_blank(ch)) && !is_control(ch); in is_print()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0001-geninfo-Add-intermediate-text-format-support.patch315 +# print_gcov_warnings(stderr_file, is_graph, map)
324 + my ($stderr_file, $is_graph, $map) = @_;
333 + next if ($is_graph && $line =~ /cannot open data file/);
362 + my $is_graph = 0;
370 + $is_graph = 1 if (".$fext" eq $graph_file_extension);
372 + if ($is_graph) {
396 + print_gcov_warnings($err, $is_graph, {
406 + if ($is_graph) {
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch203 my $is_graph = 0;
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dcore.c1163 int *is_graph) in rsnd_dai_of_node() argument
1170 *is_graph = 0; in rsnd_dai_of_node()
1191 *is_graph = 1; in rsnd_dai_of_node()
1340 int is_graph; in rsnd_dai_probe() local
1343 dai_node = rsnd_dai_of_node(priv, &is_graph); in rsnd_dai_probe()
1344 if (is_graph) in rsnd_dai_probe()
1365 if (is_graph) { in rsnd_dai_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dunicode.hpp76 return ucd::is_graph(ch); in isgraph()