| /Linux-v6.1/tools/perf/util/ |
| D | parse-events-hybrid.c | 164 bool *hybrid) in parse_events__add_numeric_hybrid() argument 166 *hybrid = false; in parse_events__add_numeric_hybrid() 173 *hybrid = true; in parse_events__add_numeric_hybrid() 188 bool *hybrid, in parse_events__add_cache_hybrid() argument 194 *hybrid = false; in parse_events__add_cache_hybrid() 198 *hybrid = true; in parse_events__add_cache_hybrid()
|
| D | parse-events-hybrid.h | 16 bool *hybrid); 22 bool *hybrid,
|
| D | target.h | 20 bool hybrid; member
|
| D | python-ext-sources | 42 util/pmu-hybrid.c
|
| D | Build | 14 perf-y += evlist-hybrid.o 28 perf-y += parse-events-hybrid.o 79 perf-y += pmu-hybrid.o
|
| D | parse-events.c | 370 bool hybrid; in parse_events_add_cache() local 436 &hybrid, parse_state); in parse_events_add_cache() 437 if (hybrid) in parse_events_add_cache() 1351 bool hybrid; in parse_events_add_numeric() local 1371 &config_terms, &hybrid); in parse_events_add_numeric() 1372 if (hybrid) in parse_events_add_numeric()
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | intel-hybrid.txt | 1 Intel hybrid support 3 Support for Intel hybrid events within perf tools. 5 For some Intel platforms, such as AlderLake, which is hybrid platform and 37 Enable hybrid event with a specific pmu 57 But on hybrid platform, kernel needs to know where the event comes from 129 perf-stat reports the scaled counts for hybrid event and with a percentage 172 If there is no '-e' specified in perf record, on hybrid platform, 178 If there is no '-e' specified in perf stat, on hybrid platform, 192 hybrid event with a specific pmu.
|
| D | perf-stat.txt | 457 --hybrid-merge:: 458 Merge the hybrid event counts from all PMUs. 460 For hybrid events, by default, the stat aggregates and reports the event 465 For non-hybrid events, it should be no effect. 509 Only enable events on applying cpu with this type for hybrid platform 571 include::intel-hybrid.txt[]
|
| D | perf.data-file-format.txt | 407 Indicate the hybrid CPUs. The format of data is as below. 418 hybrid cpu system: 425 covered by HEADER_CPU_PMU_CAPS). Note that hybrid cpu pmu
|
| /Linux-v6.1/drivers/media/pci/intel/ipu3/ |
| D | Kconfig | 27 It can be used to enable support for cameras in detachable / hybrid 30 Say Y here if your device is a detachable / hybrid laptop that comes
|
| /Linux-v6.1/Documentation/admin-guide/media/ |
| D | technisat.rst | 34 ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` 99 …#) ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` => ``Simple tu…
|
| /Linux-v6.1/drivers/media/usb/dvb-usb/ |
| D | Kconfig | 69 tristate "Conexant USB2.0 hybrid reference design support" 87 Say Y here to support the Conexant USB2.0 hybrid reference design. 89 see the next option ("Analog support for the Conexant USB2.0 hybrid 93 Medion MD95700 hybrid USB2.0 device. 97 bool "Analog support for the Conexant USB2.0 hybrid reference design" 104 USB2.0 hybrid reference design.
|
| /Linux-v6.1/drivers/gpu/vga/ |
| D | Kconfig | 13 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
| /Linux-v6.1/arch/mips/kernel/ |
| D | elf.c | 266 static inline void set_thread_fp_mode(int hybrid, int regs32) in set_thread_fp_mode() argument 268 if (hybrid) in set_thread_fp_mode()
|
| /Linux-v6.1/drivers/media/usb/au0828/ |
| D | Kconfig | 16 This is a hybrid analog/digital tv capture driver for
|
| /Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
| D | max2175.txt | 4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
|
| /Linux-v6.1/arch/x86/events/ |
| D | core.c | 160 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in x86_pmu_extra_regs() 978 int num_counters = hybrid(cpuc->pmu, num_counters); in x86_schedule_events() 1137 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in collect_event() 1160 int num_counters = hybrid(cpuc->pmu, num_counters); in collect_events() 1161 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in collect_events() 1525 int num_counters = hybrid(cpuc->pmu, num_counters); in perf_event_print_debug() 1526 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in perf_event_print_debug() 1527 struct event_constraint *pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug() 1608 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in x86_pmu_del() 2509 if ((i - INTEL_PMC_IDX_FIXED) >= hybrid(cpuc->pmu, num_counters_fixed)) in perf_clear_dirty_counters()
|
| /Linux-v6.1/drivers/media/pci/ |
| D | Kconfig | 34 comment "Media capture/analog/hybrid TV support"
|
| /Linux-v6.1/drivers/media/ |
| D | Kconfig | 84 hybrid analog/digital TV chipset. 98 hybrid digital TV and analog TV.
|
| /Linux-v6.1/Documentation/devicetree/bindings/media/ |
| D | samsung-s5c73m3.txt | 41 sensor are usually inseparable and form a hybrid module.
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | vidioc-enumstd.rst | 136 ``V4L2_STD_PAL_60`` is a hybrid standard with 525 lines, 60 Hz refresh 147 ``V4L2_STD_NTSC_443`` is a hybrid standard with 525 lines, 60 Hz refresh
|
| /Linux-v6.1/arch/x86/events/intel/ |
| D | ds.c | 1034 struct event_constraint *pebs_constraints = hybrid(event->pmu, pebs_constraints); in intel_pebs_constraints() 1083 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); in pebs_update_threshold() 1084 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in pebs_update_threshold() 2193 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); in intel_pmu_drain_pebs_icl() 2194 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_drain_pebs_icl()
|
| D | core.c | 2199 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in __intel_pmu_enable_all() 2848 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_reset() 2849 int num_counters = hybrid(cpuc->pmu, num_counters); in intel_pmu_reset() 2935 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in handle_pmi_common() 3151 struct extra_reg *extra_regs = hybrid(cpuc->pmu, extra_regs); in intel_alt_er() 3171 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in intel_fixup_er() 3321 struct event_constraint *event_constraints = hybrid(cpuc->pmu, event_constraints); in x86_get_event_constraints() 3850 union perf_capabilities *intel_cap = &hybrid(event->pmu, intel_cap); in intel_pmu_has_cap() 4025 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in intel_guest_get_msrs()
|
| /Linux-v6.1/Documentation/timers/ |
| D | hrtimers.rst | 128 macros and inline functions, and can be switched between a "hybrid 130 compile time). The hybrid union type optimizes time conversions on 32bit
|
| /Linux-v6.1/drivers/pci/pcie/ |
| D | Kconfig | 143 support hybrid DPC model which uses both firmware and OS to
|