Home
last modified time | relevance | path

Searched refs:function_graph (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_experimental_test.cc247 TF_Graph* function_graph = TF_NewGraph(); in TEST() local
249 TF_NewOperation(function_graph, "Placeholder", "arg"); in TEST()
255 TF_NewOperation(function_graph, "Identity", "id"); in TEST()
263 TF_GraphToFunction(function_graph, "ident", 0, 1, &id, 1, &input, 1, in TEST()
266 TF_DeleteGraph(function_graph); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dgraph_to_function_def.py63 def _create_input_dict(function_graph, argument
71 for op in function_graph.get_operations():
H A Dops_test.py2943 function_graph = ops.Graph()
2944 with function_graph.as_default():
/aosp_15_r20/external/trace-cmd/Documentation/trace-cmd/
H A Dtrace-cmd-record.1.txt30 Common tracers are: *function*, *function_graph*, *preemptirqsoff*,
135 This will limit the 'function' and 'function_graph' tracers to only trace
144 This option is for the function_graph plugin. It will graph the given
288 Set the maximum depth the function_graph tracer will trace into a function.
317 the function_graph tracer will be enabled with a depth of one (only
342 With this option, the function_graph tracer is not enabled, nor are
443 # trace-cmd record -p function_graph -e irq_handler_entry -l do_IRQ sleep 10
H A Dtrace-cmd-set.1.txt23 Common tracers are: *function*, *function_graph*, *preemptirqsoff*,
110 This will limit the 'function' and 'function_graph' tracers to only trace
118 This option is for the function_graph plugin. It will graph the given
199 Set the maximum depth the function_graph tracer will trace into a function.
H A Dtrace-cmd-profile.1.txt45 With this option, the function_graph tracer is not enabled, nor are
619 trace-cmd not enable any events or the function_graph tracer. Only the events
623 using the *-S* option and enabling function_graph and stack tracing for just
627 # trace-cmd profile -S -p function_graph -l '*kmalloc*' -l '*kmalloc*:stacktrace' sleep 1
H A Dtrace-cmd-stat.1.txt19 *Tracer:* if one of the tracers (like function_graph) is active. Otherwise
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-filter.tc24 echo function_graph > current_tracer
H A Dfgraph-filter-stack.tc32 echo function_graph > current_tracer
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh29 echo function_graph > $TR/current_tracer
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dhost_training_loop_optimization_util.cc432 Graph* function_graph = body->graph; in DetectHostTrainingLoop() local
434 &function.func_name(), &function.attrs(), library, function_graph, flr, in DetectHostTrainingLoop()
H A Ddistributed_tpu_rewrite_pass.cc4912 Graph* function_graph = fbody->graph; in PerformHostTrainingLoopOptimization() local
4913 TF_RETURN_IF_ERROR(tpu::AddReshardOp(function_graph, host_loop)); in PerformHostTrainingLoopOptimization()
4914 TF_RETURN_IF_ERROR(UpdateFunctionLibDefinition(*function_graph, in PerformHostTrainingLoopOptimization()
/aosp_15_r20/external/perfetto/protos/perfetto/config/ftrace/
H A Dftrace_config.proto175 // If true, enable the "function_graph" kernel tracer that emits events
188 // "function_graph".
/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-options.txt103 Options, specific to function_graph tracer:
/aosp_15_r20/external/perfetto/protos/perfetto/config/
H A Dperfetto_config.proto1097 // If true, enable the "function_graph" kernel tracer that emits events
1110 // "function_graph".
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
H A Dperfetto_trace.proto1010 // If true, enable the "function_graph" kernel tracer that emits events
1023 // "function_graph".
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dperfetto_trace.proto1097 // If true, enable the "function_graph" kernel tracer that emits events
1110 // "function_graph".