Home
last modified time | relevance | path

Searched refs:graph (Results 1 – 25 of 162) sorted by relevance

1234567

/Linux-v4.19/tools/power/pm-graph/
DMakefile9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
[all …]
/Linux-v4.19/drivers/media/
Dmedia-entity.c250 static void stack_push(struct media_graph *graph, in stack_push() argument
253 if (graph->top == MEDIA_ENTITY_ENUM_MAX_DEPTH - 1) { in stack_push()
257 graph->top++; in stack_push()
258 graph->stack[graph->top].link = entity->links.next; in stack_push()
259 graph->stack[graph->top].entity = entity; in stack_push()
262 static struct media_entity *stack_pop(struct media_graph *graph) in stack_pop() argument
266 entity = graph->stack[graph->top].entity; in stack_pop()
267 graph->top--; in stack_pop()
287 struct media_graph *graph, struct media_device *mdev) in media_graph_walk_init() argument
289 return media_entity_enum_init(&graph->ent_enum, mdev); in media_graph_walk_init()
[all …]
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-mc.c259 struct media_graph *graph) in pipeline_pm_use_count() argument
263 media_graph_walk_start(graph, entity); in pipeline_pm_use_count()
265 while ((entity = media_graph_walk_next(graph))) { in pipeline_pm_use_count()
318 struct media_graph *graph) in pipeline_pm_power() argument
326 media_graph_walk_start(graph, entity); in pipeline_pm_power()
328 while (!ret && (entity = media_graph_walk_next(graph))) in pipeline_pm_power()
335 media_graph_walk_start(graph, first); in pipeline_pm_power()
337 while ((first = media_graph_walk_next(graph)) in pipeline_pm_power()
371 struct media_graph *graph = &link->graph_obj.mdev->pm_count_walk; in v4l2_pipeline_link_notify() local
378 source_use = pipeline_pm_use_count(source, graph); in v4l2_pipeline_link_notify()
[all …]
/Linux-v4.19/sound/soc/generic/
DMakefile5 snd-soc-audio-graph-card-objs := audio-graph-card.o
6 snd-soc-audio-graph-scu-card-objs := audio-graph-scu-card.o
11 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o
12 obj-$(CONFIG_SND_AUDIO_GRAPH_SCU_CARD) += snd-soc-audio-graph-scu-card.o
/Linux-v4.19/arch/sh/kernel/
Ddumpstack.c59 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
68 if (!task->ret_stack || index < *graph) in print_ftrace_graph_addr()
71 index -= *graph; in print_ftrace_graph_addr()
76 (*graph)++; in print_ftrace_graph_addr()
82 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
92 int graph = 0; in stack_reader_dump() local
104 context, &graph); in stack_reader_dump()
/Linux-v4.19/arch/arm64/kernel/
Dstacktrace.c62 if (WARN_ON_ONCE(frame->graph == -1)) in unwind_frame()
64 if (frame->graph < -1) in unwind_frame()
65 frame->graph += FTRACE_NOTRACE_DEPTH; in unwind_frame()
73 frame->pc = tsk->ret_stack[frame->graph--].ret; in unwind_frame()
140 frame.graph = current->curr_ret_stack; in save_stack_trace_regs()
171 frame.graph = tsk->curr_ret_stack; in __save_stack_trace()
/Linux-v4.19/arch/sparc/kernel/
Dstacktrace.c19 int graph = 0; in __save_stack_trace() local
61 if (t->ret_stack && index >= graph) { in __save_stack_trace()
62 pc = t->ret_stack[index - graph].ret; in __save_stack_trace()
66 graph++; in __save_stack_trace()
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-controller-model.rst10 hardware devices and Linux Kernel interfaces are modelled as graph
11 objects on an oriented graph. The object types that constitute the graph
20 - An **interface** is a graph representation of a Linux Kernel
22 controls one or more entities in the graph.
Dmedia-ioc-g-topology.rst12 MEDIA_IOC_G_TOPOLOGY - Enumerate the graph topology and graph element properties
42 the graph elements that are desired, putting the pointers to them at the
47 desired arrays with the media graph elements.
60 - Version of the media graph topology. When the graph is created,
61 this field starts with zero. Every time a graph element is added
66 - Number of entities in the graph
81 - Number of interfaces in the graph
96 - Total number of pads in the graph
110 - Total number of data and interface links in the graph
295 smaller than the actual number of elements inside the graph. This
/Linux-v4.19/kernel/trace/
Dtrace_irqsoff.c39 static void stop_irqsoff_tracer(struct trace_array *tr, int graph);
40 static int start_irqsoff_tracer(struct trace_array *tr, int graph);
460 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() argument
468 if (graph) in register_irqsoff_function()
480 static void unregister_irqsoff_function(struct trace_array *tr, int graph) in unregister_irqsoff_function() argument
485 if (graph) in unregister_irqsoff_function()
505 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function() argument
509 static void unregister_irqsoff_function(struct trace_array *tr, int graph) { } in unregister_irqsoff_function() argument
531 static int start_irqsoff_tracer(struct trace_array *tr, int graph) in start_irqsoff_tracer() argument
535 ret = register_irqsoff_function(tr, graph, 0); in start_irqsoff_tracer()
[all …]
Dtrace_sched_wakeup.c130 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument
138 if (graph) in register_wakeup_function()
150 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function() argument
155 if (graph) in unregister_wakeup_function()
175 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() argument
179 static void unregister_wakeup_function(struct trace_array *tr, int graph) { } in unregister_wakeup_function() argument
201 static int start_func_tracer(struct trace_array *tr, int graph) in start_func_tracer() argument
205 ret = register_wakeup_function(tr, graph, 0); in start_func_tracer()
215 static void stop_func_tracer(struct trace_array *tr, int graph) in stop_func_tracer() argument
219 unregister_wakeup_function(tr, graph); in stop_func_tracer()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Daudio-graph-scu-card.txt6 see ${LINUX}/Documentation/devicetree/bindings/graph.txt
12 ${LINUX}/Documentation/devicetree/bindings/sound/audio-graph-card.txt
35 - compatible : "audio-graph-scu-card";
41 compatible = "audio-graph-scu-card";
77 compatible = "audio-graph-scu-card";
Daudio-graph-card.txt5 see ${LINUX}/Documentation/devicetree/bindings/graph.txt
29 - compatible : "audio-graph-card";
38 compatible = "audio-graph-card";
67 compatible = "audio-graph-card";
/Linux-v4.19/tools/perf/Documentation/
Dperf-ftrace.txt66 --graph-funcs=::
67 Set graph filter on the given function (or a glob pattern).
75 Set graph notrace filter on the given function (or a glob pattern).
82 --graph-depth=::
83 Set max depth for function graph tracer to follow
Dperf-config.txt108 [call-graph]
111 print-type = graph
140 To query the record mode of call graph, do
142 % perf config call-graph.record-mode
146 % perf config report.queue-size call-graph.order report.children
148 To query the config value of sort order of call graph in user config file (i.e. `~/.perfconfig`), do
150 % perf config --user call-graph.sort-order
365 call-graph.*::
367 there're options in control of call-graph.
369 call-graph.record-mode::
[all …]
Dperf-trace.txt161 --call-graph [mode,type,min[,limit],order[,key][,branch]]::
162 Setup and enable call-graph (stack chain/backtrace) recording.
163 See `--call-graph` section in perf-record and perf-report
165 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
171 --kernel-syscall-graph::
179 knobs in --call-graph dwarf.
181 Implies '--call-graph dwarf' when --call-graph not present on the
191 Implies '--call-graph dwarf' when --call-graph not present on the
/Linux-v4.19/tools/perf/tests/attr/
DREADME47 perf record -g kill (test-record-graph-default)
48 perf record --call-graph dwarf kill (test-record-graph-dwarf)
49 perf record --call-graph fp kill (test-record-graph-fp)
/Linux-v4.19/drivers/iio/adc/
Dsc27xx_adc.c212 static int sc27xx_adc_to_volt(const struct sc27xx_adc_linear_graph *graph, in sc27xx_adc_to_volt() argument
217 tmp = (graph->volt0 - graph->volt1) * (raw_adc - graph->adc1); in sc27xx_adc_to_volt()
218 tmp /= (graph->adc0 - graph->adc1); in sc27xx_adc_to_volt()
219 tmp += graph->volt1; in sc27xx_adc_to_volt()
/Linux-v4.19/scripts/
Dheaderdep.pl24 graph => \$opt_graph,
36 graph();
173 sub graph { subroutine
/Linux-v4.19/Documentation/devicetree/bindings/connector/
Dsamsung,usb-connector-11pin.txt15 - any data bus to the connector should be modeled using the OF graph bindings
16 specified in bindings/graph.txt, unless the bus is between parent node and
18 has assigned OF graph port number as follows:
/Linux-v4.19/drivers/staging/media/imx/
DTODO20 - The OF graph is walked at probe time to form the list of fwnodes to
24 the entities discovered by walking the OF graph.
29 1. All port parent nodes reachable in the graph from the IPU CSI
41 2. Every port reachable in the graph is treated as a media pad,
57 3. Every endpoint of a port reachable in the graph is treated as
/Linux-v4.19/include/media/
Dmedia-entity.h114 struct media_graph graph; member
862 struct media_graph *graph, struct media_device *mdev);
869 void media_graph_walk_cleanup(struct media_graph *graph);
897 void media_graph_walk_start(struct media_graph *graph,
912 struct media_entity *media_graph_walk_next(struct media_graph *graph);
/Linux-v4.19/Documentation/media/kapi/
Dmc-core.rst16 modelled as an oriented graph of building blocks called entities connected
138 The media framework provides APIs to iterate over entities in a graph.
153 Drivers might also need to iterate over all entities in a graph that can be
155 framework provides a depth-first graph traversal API for that purpose.
160 supported by the graph traversal API. To prevent infinite loops, the graph
164 Drivers initiate a graph traversal by calling
167 The graph structure, provided by the caller, is initialized to start graph
173 When the graph traversal is complete the function will return ``NULL``.
176 is required and the graph structure can be freed normally.
/Linux-v4.19/tools/power/pm-graph/config/
Dsuspend-callgraph.cfg47 # graph user processes and cpu usage in the timeline (default: false)
51 # graph source functions in the timeline (default: false)
71 # graph only devices longer than min in the timeline (default: 0.001 ms)
80 # Max graph depth
/Linux-v4.19/Documentation/devicetree/bindings/display/connector/
Dvga-connector.txt15 The VGA connector internal connections are modeled using the OF graph bindings
16 specified in Documentation/devicetree/bindings/graph.txt.

1234567