Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/linux-6.15/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst10 *monitor* connects to the system via an *instrumentation* that converts
15 the *RV monitor* abstraction. The RV monitor includes a set of instances
16 of the monitor (per-cpu monitor, per-task monitor, and so on), the helper
39 DA monitor synthesis
51 a kernel monitor in C.
54 [1] into a per-cpu monitor with the following command::
61 - wip.c: the RV monitor
107 the event will be processed if the monitor is processing events.
113 monitor that the system is returning to the initial state, so the monitor can
118 monitor can start monitoring and monitor the current event.
[all …]
H A Druntime-verification.rst26 A monitor is the central part of the runtime verification of a system. The
27 monitor stands in between the formal specification of the desired (or
31 *RV monitor* abstraction. A *RV monitor* includes a reference model of the
32 system, a set of instances of the monitor (per-cpu monitor, per-task monitor,
94 monitor's ability to process them in the same system, only the *offline*
150 - Writing to it enables a given monitor
151 - Writing a monitor name with a '!' prefix disables it
169 Note that it is possible to enable more than one monitor concurrently.
191 Each monitor will have its own directory inside "monitors/". There the
201 wakeup in preemptive per-cpu testing monitor.
[all …]
H A Dmonitor_sched.rst16 in fact, testing the system as if we had one single larger monitor.
20 The sched monitor is a set of specifications to describe the scheduler behaviour.
46 The task switch while scheduling (tss) monitor ensures a task switch happens
66 The scheduling context operations (sco) monitor ensures changes in a task state
87 The set non runnable on its own context (snroc) monitor ensures changes in a
89 monitor::
108 The schedule called with preemption disabled (scpd) monitor ensures schedule is
129 The schedule does not enable preempt (snep) monitor ensures a schedule call
150 The schedule not called with interrupt disabled (sncid) monitor ensures
H A Dda_monitor_instrumentation.rst4 The RV monitor file created by dot2k, with the name "$MODEL_NAME.c"
7 In the example of the wip.dot monitor created on [1], it will look like::
10 * This is the instrumentation part of the monitor.
82 might or might not be in the initial state. The monitor cannot start
84 Otherwise, the monitor and the system could be out-of-sync.
120 These functions are called when the monitor is enabled and disabled,
125 *attach* and *detach* its monitor to the system.
169 The wip monitor is presented in::
/linux-6.15/kernel/trace/rv/
H A Drv.c235 return next->parent == mdef->monitor || !mdef->monitor->enable; in rv_is_container_monitor()
260 mdef->monitor->enabled = 0; in __rv_disable_monitor()
261 if (mdef->monitor->disable) in __rv_disable_monitor()
262 mdef->monitor->disable(); in __rv_disable_monitor()
287 if (mdef->monitor->enabled) in rv_enable_single()
310 mdef->monitor->enabled = 0; in rv_disable_container()
708 if (mdef->monitor->enabled && mdef->monitor->reset) in reset_all_monitors()
709 mdef->monitor->reset(); in reset_all_monitors()
798 if (strcmp(monitor->name, r->monitor->name) == 0) { in rv_register_monitor()
827 r->monitor = monitor; in rv_register_monitor()
[all …]
/linux-6.15/tools/verification/dot2/
H A Ddot2k39 monitor=dot2k(params.dot_file, params.monitor_type, vars(params))
45 print("Writing the monitor into the directory %s" % monitor.name)
46 monitor.print_files()
49 print(" - Edit the %s/%s.c to add the instrumentation" % (monitor.name, monitor.name))
50 print(monitor.fill_tracepoint_tooltip())
51 print(monitor.fill_makefile_tooltip())
52 print(monitor.fill_kconfig_tooltip())
53 print(monitor.fill_monitor_tooltip())
/linux-6.15/net/bluetooth/
H A Dmsft.c259 struct adv_monitor *monitor, in msft_le_monitor_advertisement_cb() argument
424 struct adv_monitor *monitor) in msft_remove_monitor_sync() argument
445 monitor, skb); in msft_remove_monitor_sync()
452 struct adv_monitor *monitor; in msft_suspend_sync() local
462 if (!monitor) in msft_suspend_sync()
506 struct adv_monitor *monitor) in msft_add_monitor_sync() argument
561 monitor, skb); in msft_add_monitor_sync()
584 struct adv_monitor *monitor; in reregister_monitor() local
595 if (!monitor) in reregister_monitor()
672 struct adv_monitor *monitor; in msft_do_close() local
[all …]
H A Dmsft.h22 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor);
23 int msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor);
45 struct adv_monitor *monitor) in msft_add_monitor_pattern() argument
51 struct adv_monitor *monitor) in msft_remove_monitor() argument
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dadi,max98396.yaml43 description: slot number of the voltage sense monitor
50 description: slot number of the current sense monitor
57 description: slot number of speaker DSP monitor
83 Enables the "data monitor stuck" feature. Once the data monitor is
85 speaker amplifier. Once a data error is detected, the data monitor
91 Sets the threshold for the "data monitor stuck" feature, in bits.
97 Enables the "data monitor magnitude" feature. Once the data monitor is
99 speaker amplifier. Once a data error is detected, the data monitor
105 Sets the threshold for the "data monitor magnitude" feature, in bits.
111 Sets the duration for the "data monitor" feature, in milliseconds.
H A Dcs35l35.txt107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node
113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formatting
117 If not used, the defaults for the 6 monitor signals is used.
123 scale of the IMON monitor signal.
126 of the VMON monitor signal.
129 of the VPMON monitor signal.
132 of the VBSTMON monitor signal
135 of the VPBRSTAT monitor signal
138 of the ZEROFILL packet in the monitor signal
172 cirrus,monitor-signal-format {
/linux-6.15/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath11k.yaml184 - const: host2rxdma-monitor-ring3
185 - const: host2rxdma-monitor-ring2
186 - const: host2rxdma-monitor-ring1
194 - const: rxdma2host-monitor-destination-mac3
195 - const: rxdma2host-monitor-destination-mac2
196 - const: rxdma2host-monitor-destination-mac1
200 - const: rxdma2host-monitor-status-ring-mac3
201 - const: rxdma2host-monitor-status-ring-mac2
348 "host2rxdma-monitor-ring3",
349 "host2rxdma-monitor-ring2",
[all …]
/linux-6.15/kernel/trace/rv/monitors/wwnr/
H A DKconfig6 bool "wwnr monitor"
8 Enable wwnr (wakeup while not running) sample monitor, this is a
9 sample monitor that illustrates the usage of per-task monitor.
/linux-6.15/Documentation/tools/rv/
H A Drv-mon-wip.rst7 Wakeup In Preemptive monitor
20 The wakeup in preemptive (**wip**) monitor is a sample per-cpu monitor that
23 See kernel documentation for further information about this monitor:
H A Drv-mon-sched.rst24 The scheduler monitor collection is a container for several monitors to model
25 the behaviour of the scheduler. Each monitor describes a specification that
28 As a monitor container, it will enable all nested monitors and set them
31 and by specifying sched: , e.g. to enable only monitor tss you can do any of:
37 See kernel documentation for further information about this monitor:
H A Drv-mon.rst20 The **rv mon** command runs the monitor named *monitor_name*. Each monitor
37 Each monitor has its own set of options. See man **rv-mon**-*monitor_name*
38 for details about each specific monitor. Also, running **rv mon**
H A Drv-mon-wwnr.rst7 Wakeup While Not Running monitor
20 The wakeup while not running (**wwnr**) is a per-task sample monitor.
22 See kernel documentation for further information about this monitor:
/linux-6.15/Documentation/devicetree/bindings/soc/bcm/
H A Dbrcm,bcm2711-avs-monitor.yaml4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2711-avs-monitor.yaml#
15 - const: brcm,bcm2711-avs-monitor
35 avs-monitor@7d5d2000 {
36 compatible = "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd";
/linux-6.15/include/rv/
H A Dinstrumentation.h16 #define rv_attach_trace_probe(monitor, tp, rv_handler) \ argument
20 "fail attaching " #monitor " " #tp "handler"); \
26 #define rv_detach_trace_probe(monitor, tp, rv_handler) \ argument
/linux-6.15/Documentation/devicetree/bindings/nvmem/
H A Damlogic,meson-gxbb-efuse.yaml27 secure-monitor:
28 description: phandle to the secure-monitor node
37 - secure-monitor
48 secure-monitor = <&sm>;
/linux-6.15/Documentation/arch/s390/
H A Dmonreader.rst23 IUCV `*MONITOR` statement in its user entry. If the monitor DCSS to be used is
28 There are two options for being able to load the monitor DCSS (examples assume
29 that the monitor DCSS begins at 144 MB and ends at 152 MB). You can query the
30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
68 to specify the name of the monitor DCSS. If the module is compiled into the
76 of the monitor DCSS, if already defined, and the users connected to the
124 This loads the module with the default monitor DCSS (MONDCSS) and creates a
136 Reading from the device provides a 12 Byte monitor control element (MCE),
137 followed by a set of one or more contiguous monitor records (similar to the
148 of the monitor control element layout. The layout of the monitor records can
[all …]
/linux-6.15/tools/power/cpupower/
H A DTODO7 RAM from HW on Intel SandyBridge -> another monitor?
8 - Add another c1e debug idle monitor
11 - Add cpu_start()/cpu_stop() callbacks for monitor
13 monitor to outside it. This can be given higher
/linux-6.15/tools/perf/ui/gtk/
H A Dbrowser.c20 int monitor; in perf_gtk__resize_window() local
26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window()
28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
/linux-6.15/drivers/perf/hisilicon/
H A DKconfig6 Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home
7 Agent performance monitor and DDR Controller performance monitor.
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc2945.yaml7 title: Analog Devices LTC2945 wide range i2c power monitor
13 Analog Devices LTC2945 wide range i2c power monitor over I2C.
45 power-monitor@6e {
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dbrcm,avs-ro-thermal.yaml17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd"
38 avs-monitor@7d5d2000 {
39 compatible = "brcm,bcm2711-avs-monitor",

12345678910>>...22