| /linux/tools/perf/pmu-events/ |
| H A D | intel_metrics.py | 10 from metric import (d_ratio, has_event, max, aggr_nr, CheckPmu, Event, 17 interval_sec = Event("duration_time") 21 cyc = Event("msr/mperf/") 22 tsc = Event("msr/tsc/") 36 pkg = Event("power/energy\\-pkg/") 38 cores = Event("power/energy\\-cores/") 40 ram = Event("power/energy\\-ram/") 42 gpu = Event("power/energy\\-gpu/") 44 psys = Event("power/energy\\-psys/") 66 aperf = Event('ms 371 FpuMetrics(group: str, fl: Optional[Event], mult: int, desc: str) global() argument [all...] |
| H A D | amd_metrics.py | 8 from metric import (d_ratio, has_event, max, Event, JsonEncodeMetric, 15 interval_sec = Event("duration_time") 16 ins = Event("instructions") 17 cycles = Event("cycles") 24 br = Event("ex_ret_brn") 25 br_m_all = Event("ex_ret_brn_misp") 26 br_clr = Event("ex_ret_brn_cond_misp", 52 br = Event("ex_ret_brn_tkn") 53 br_m_tk = Event("ex_ret_brn_tkn_misp") 74 br = Event("ex_ret_brn_con [all...] |
| H A D | common_metrics.py | 2 from metric import (d_ratio, Event, Metric, MetricGroup) 6 cyc_k = Event("cpu\\-cycles:kHh") # exclude user and guest 7 cyc_g = Event("cpu\\-cycles:G") # exclude host 8 cyc_u = Event("cpu\\-cycles:uH") # exclude kernel, hypervisor and guest
|
| H A D | metric_test.py | 5 from metric import Event 14 a = Event('a') 15 b = Event('b') 30 a = Event('a') 31 b = Event('b') 32 c = Event('c')
|
| H A D | metric.py | 17 """Populate a global set of all known events for the purpose of validating Event names""" 288 not isinstance(rhs, Event) or 'slots' not in rhs.name.lower()): 317 return Event(name) 369 return Event(name) 422 return Event(name) 435 class Event(Expression): 460 return f'Event(r"{self.name}")' 466 return isinstance(other, Event) and self.name == other.name 573 def source_count(event: Event) -> Function: 579 def aggr_nr(event: Event) 436 class Event(Expression): global() class 574 source_count(event: Event) global() argument 580 has_event(event: Event) global() argument 585 strcmp_cpuid_str(cpuid: Event) global() argument [all...] |
| /linux/Documentation/input/devices/ |
| H A D | cma3000_d0x.rst | 82 Event type 0 (Sync) 83 Event type 3 (Absolute) 84 Event code 0 (X) 89 Event code 1 (Y) 94 Event code 2 (Z) 99 Event code 40 (Misc) 103 Event type 4 (Misc)
|
| H A D | pxrc.rst | 21 | Channel | Event |
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | pyperf.h | 60 } Event; typedef 133 __type(value, Event); 172 Event *event; 184 Event *event = ctx->event; in process_frame_callback() 231 Event* event = bpf_map_lookup_elem(&eventmap, &zero); 342 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata));
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | dwc_pcie_pmu.rst | 19 - one 32-bit counter per event for Event Counting (error and non-error 34 Lane Event counters 41 - Event j within the Group i 73 Time Based Analysis Event Usage 85 Lane Event Usage
|
| /linux/Documentation/mhi/ |
| H A D | mhi.rst | 40 Event Doorbell array: Associated with event context array, the Event Doorbell 61 Event context array: All event configurations are organized in the event context 64 Event rings: Used by the device to send completion and state transition messages 113 Event rings 116 Events from the device to host are organized in event rings and defined by Event 117 Descriptors (ED). Event rings are used by the device to report events such as 119 to the host. Event rings are the array of EDs that resides in the host
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dqevent.rst | 57 - Event data for event ``V4L2_EVENT_VSYNC``. 60 - Event data for event ``V4L2_EVENT_CTRL``. 63 - Event data for event ``V4L2_EVENT_FRAME_SYNC``. 66 - Event data for event V4L2_EVENT_MOTION_DET. 69 - Event data for event V4L2_EVENT_SOURCE_CHANGE. 72 - Event data. Defined by the event type. The union should be used to 81 - Event sequence number. The sequence number is incremented for 86 - Event timestamp. The timestamp has been taken from the 106 .. flat-table:: Event Types
|
| H A D | vidioc-subscribe-event.rst | 67 - Event flags, see :ref:`event-flags`. 78 .. flat-table:: Event Flags
|
| /linux/Documentation/arch/powerpc/ |
| H A D | imc.rst | 33 - Event name 34 - Event Offset 35 - Event description 39 - Event scale 40 - Event unit
|
| /linux/drivers/input/tablet/ |
| H A D | Kconfig | 22 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 35 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface 59 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
|
| /linux/Documentation/devicetree/bindings/x86/ |
| H A D | timer.txt | 4 * High Precision Event Timer (HPET)
|
| /linux/Documentation/timers/ |
| H A D | hpet.rst | 2 High Precision Event Timer Driver for Linux 5 The High Precision Event Timer (HPET) hardware follows a specification
|
| /linux/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 55 3.1 System-Wide Event Enabling 64 3.2 System-Wide Event Enabling with SystemTap 90 3.3 System-Wide Event Enabling with PCL 112 3.4 Local Event Enabling 118 3.5 Local Event Enablement with PCL 137 4. Event Filtering 144 5. Analysing Event Variances with PCL
|
| H A D | uprobetracer.rst | 2 Uprobe-tracer: Uprobe-based Event Tracing 35 EVENT : Event name. If omitted, the event name is generated based 79 Event Profiling
|
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 359 # Event type 0 (EV_SYN) 360 # Event type 1 (EV_KEY) 361 # Event code 272 (BTN_LEFT) 362 # Event code 273 (BTN_RIGHT) 363 # Event code 274 (BTN_MIDDLE) 364 # Event type 2 (EV_REL) 365 # Event code 0 (REL_X) 366 # Event code 1 (REL_Y) 367 # Event code 8 (REL_WHEEL) 368 # Event code 11 (REL_WHEEL_HI_RES) [all …]
|
| /linux/Documentation/iio/ |
| H A D | ade9000.rst | 132 4. Event attributes 136 Event functionality is only available if the corresponding interrupts are 140 | IIO Event Attribute | ADE9000 Datasheet Equivalent … 155 Event directions: 162 **Note**: Event attributes are only available if the corresponding interrupts
|
| /linux/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 55 Asynchronous Event Queues(AEQs) - The event queues for receiving messages from 69 Completion Event Queues(CEQs) - The completion Event Queues that describe IO
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | dp-mst.rst | 76 Unsolicited Event Enabling 81 Monitor Hotplug Event Handling
|
| /linux/drivers/soc/xilinx/ |
| H A D | Kconfig | 20 bool "Enable Xilinx Event Management Driver"
|
| /linux/drivers/iio/dummy/ |
| H A D | Kconfig | 23 bool "Event generation support"
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | chardev_v1.rst | 55 Get Line Event <gpio-get-lineevent-ioctl> 89 Line Event
|