/Linux-v5.15/tools/perf/util/ |
D | parse-events-hybrid.c | 142 bool *hybrid) in parse_events__add_numeric_hybrid() argument 144 *hybrid = false; in parse_events__add_numeric_hybrid() 151 *hybrid = true; in parse_events__add_numeric_hybrid() 164 bool *hybrid, in parse_events__add_cache_hybrid() argument 170 *hybrid = false; in parse_events__add_cache_hybrid() 174 *hybrid = true; in parse_events__add_cache_hybrid()
|
D | parse-events-hybrid.h | 15 bool *hybrid); 20 bool *hybrid,
|
D | target.h | 20 bool hybrid; member
|
D | python-ext-sources | 40 util/pmu-hybrid.c
|
D | Build | 13 perf-y += evlist-hybrid.o 27 perf-y += parse-events-hybrid.o 75 perf-y += pmu-hybrid.o
|
D | parse-events.c | 473 bool hybrid; in parse_events_add_cache() local 536 &hybrid, parse_state); in parse_events_add_cache() 537 if (hybrid) in parse_events_add_cache() 1443 bool hybrid; in parse_events_add_numeric() local 1461 &config_terms, &hybrid); in parse_events_add_numeric() 1462 if (hybrid) in parse_events_add_numeric()
|
/Linux-v5.15/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 26 List hybrid event 42 Enable hybrid event with a specific pmu 64 But on hybrid platform, kernel needs to know where the event comes from 137 perf-stat reports the scaled counts for hybrid event and with a percentage 181 If there is no '-e' specified in perf record, on hybrid platform, 188 If there is no '-e' specified in perf stat, on hybrid platform, 202 hybrid event with a specific pmu.
|
D | perf.data-file-format.txt | 407 Indicate the hybrid CPUs. The format of data is as below. 418 hybrid cpu system: 424 A list of hybrid CPU PMU capabilities.
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/media/usb/dvb-usb/ |
D | Kconfig | 124 tristate "Conexant USB2.0 hybrid reference design support" 142 Say Y here to support the Conexant USB2.0 hybrid reference design. 144 see the next option ("Analog support for the Conexant USB2.0 hybrid 148 Medion MD95700 hybrid USB2.0 device. 152 bool "Analog support for the Conexant USB2.0 hybrid reference design" 159 USB2.0 hybrid reference design.
|
/Linux-v5.15/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-v5.15/drivers/media/usb/au0828/ |
D | Kconfig | 16 This is a hybrid analog/digital tv capture driver for
|
/Linux-v5.15/drivers/gpu/vga/ |
D | Kconfig | 32 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/ |
D | max2175.txt | 4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
|
/Linux-v5.15/arch/x86/events/ |
D | core.c | 157 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in x86_pmu_extra_regs() 974 int num_counters = hybrid(cpuc->pmu, num_counters); in x86_schedule_events() 1133 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in collect_event() 1156 int num_counters = hybrid(cpuc->pmu, num_counters); in collect_events() 1157 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in collect_events() 1530 int num_counters = hybrid(cpuc->pmu, num_counters); in perf_event_print_debug() 1531 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in perf_event_print_debug() 1532 struct event_constraint *pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug() 1613 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in x86_pmu_del() 2493 if ((i - INTEL_PMC_IDX_FIXED) >= hybrid(cpuc->pmu, num_counters_fixed)) in perf_clear_dirty_counters()
|
D | perf_event.h | 673 #define hybrid(_pmu, _field) \ macro 1197 u64 intel_ctrl = hybrid(pmu, intel_ctrl); in fixed_counter_disabled()
|
/Linux-v5.15/drivers/media/pci/ |
D | Kconfig | 31 comment "Media capture/analog/hybrid TV support"
|
/Linux-v5.15/drivers/media/ |
D | Kconfig | 84 hybrid analog/digital TV chipset. 98 hybrid digital TV and analog TV.
|
/Linux-v5.15/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 41 sensor are usually inseparable and form a hybrid module.
|
/Linux-v5.15/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-v5.15/arch/x86/events/intel/ |
D | ds.c | 969 struct event_constraint *pebs_constraints = hybrid(event->pmu, pebs_constraints); in intel_pebs_constraints() 1018 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); in pebs_update_threshold() 1019 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in pebs_update_threshold() 2092 int max_pebs_events = hybrid(cpuc->pmu, max_pebs_events); in intel_pmu_drain_pebs_icl() 2093 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_drain_pebs_icl()
|
D | core.c | 2167 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in __intel_pmu_enable_all() 2746 int num_counters_fixed = hybrid(cpuc->pmu, num_counters_fixed); in intel_pmu_reset() 2747 int num_counters = hybrid(cpuc->pmu, num_counters); in intel_pmu_reset() 2792 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in handle_pmi_common() 3010 struct extra_reg *extra_regs = hybrid(cpuc->pmu, extra_regs); in intel_alt_er() 3030 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in intel_fixup_er() 3180 struct event_constraint *event_constraints = hybrid(cpuc->pmu, event_constraints); in x86_get_event_constraints() 3709 union perf_capabilities *intel_cap = &hybrid(event->pmu, intel_cap); in intel_pmu_has_cap() 3869 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in intel_guest_get_msrs()
|
/Linux-v5.15/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-v5.15/drivers/pci/pcie/ |
D | Kconfig | 143 support hybrid DPC model which uses both firmware and OS to
|