| /linux/tools/perf/Documentation/ ! |
| H A 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.
|
| H A D | perf.data-file-format.txt | 417 Indicate the hybrid CPUs. The format of data is as below. 428 hybrid cpu system: 435 covered by HEADER_CPU_PMU_CAPS). Note that hybrid cpu pmu
|
| H A D | perf-stat.txt | 464 --hybrid-merge:: 465 Merge core event counts from all core PMUs. In hybrid or big.LITTLE 578 Only enable events on applying cpu with this type for hybrid platform 640 include::intel-hybrid.txt[]
|
| /linux/arch/x86/events/intel/ ! |
| H A D | core.c | 2528 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in __intel_pmu_enable_all() 3205 cap = hybrid(cpuc->pmu, arch_pebs_cap); in intel_pmu_enable_event_ext() 3421 unsigned long *cntr_mask = hybrid(cpuc->pmu, cntr_mask); in intel_pmu_reset() 3422 unsigned long *fixed_cntr_mask = hybrid(cpuc->pmu, fixed_cntr_mask); in intel_pmu_reset() 3600 status &= hybrid(cpuc->pmu, intel_ctrl); in handle_pmi_common() 3768 struct extra_reg *extra_regs = hybrid(cpuc->pmu, extra_regs); in intel_alt_er() 3803 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in intel_fixup_er() 3963 struct event_constraint *event_constraints = hybrid(cpuc->pmu, event_constraints); in x86_get_event_constraints() 4500 union perf_capabilities *intel_cap = &hybrid(event->pmu, intel_cap); in intel_pmu_has_cap() 4586 return !!hybrid(pmu, acr_cause_mask64); in intel_pmu_has_acr() [all …]
|
| /linux/arch/x86/events/ ! |
| H A D | perf_event.h | 788 #define hybrid(_pmu, _field) \ macro 1313 return hweight64(hybrid(pmu, cntr_mask64)); in x86_pmu_num_counters() 1318 return fls64(hybrid(pmu, cntr_mask64)); in x86_pmu_max_num_counters() 1323 return hweight64(hybrid(pmu, fixed_cntr_mask64)); in x86_pmu_num_counters_fixed() 1328 return fls64(hybrid(pmu, fixed_cntr_mask64)); in x86_pmu_max_num_counters_fixed() 1333 return event->attr.config & hybrid(event->pmu, config_mask); in x86_pmu_get_event_config() 1338 return !!(hybrid(pmu, config_mask) & in x86_pmu_has_rdpmc_user_disable() 1452 u64 intel_ctrl = hybrid(pmu, intel_ctrl); in fixed_counter_disabled() 1853 return fls((u32)hybrid(pmu, pebs_events_mask)); in intel_pmu_max_num_pebs()
|
| H A D | core.c | 173 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in x86_pmu_extra_regs() 569 if (hybrid(pmu, arch_pebs_cap).pdists) in x86_pmu_max_precise() 1165 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in collect_event() 1570 cntr_mask = hybrid(cpuc->pmu, cntr_mask); in perf_event_print_debug() 1571 fixed_cntr_mask = hybrid(cpuc->pmu, fixed_cntr_mask); in perf_event_print_debug() 1572 pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug() 1647 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in x86_pmu_del() 2122 pr_info("... generic bitmap: %016llx\n", hybrid(pmu, cntr_mask64)); in x86_pmu_show_pmu_cap() 2124 pr_info("... fixed-purpose bitmap: %016llx\n", hybrid(pmu, fixed_cntr_mask64)); in x86_pmu_show_pmu_cap() 2127 pr_info("... global_ctrl mask: %016llx\n", hybrid(pmu, intel_ctrl)); in x86_pmu_show_pmu_cap() [all …]
|
| /linux/drivers/media/usb/dvb-usb/ ! |
| H A 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/Documentation/admin-guide/media/ ! |
| H A 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…
|
| H A D | building.rst | 242 Most TV cards are hybrid: they support both Analog TV and Digital TV. 244 If you have an hybrid card, you may need to enable both ``Analog TV``
|
| H A D | usb-cardlist.rst | 59 dvb-usb-cxusb Conexant USB2.0 hybrid
|
| /linux/arch/mips/kernel/ ! |
| H A D | elf.c | 267 static inline void set_thread_fp_mode(int hybrid, int regs32) in set_thread_fp_mode() argument 269 if (hybrid) in set_thread_fp_mode()
|
| /linux/tools/perf/arch/x86/tests/ ! |
| H A D | arch-tests.c | 27 TEST_CASE_REASON("x86 hybrid event parsing", hybrid, "not hybrid"),
|
| H A D | Build | 5 perf-test-y += hybrid.o
|
| /linux/drivers/gpu/vga/ ! |
| H A D | Kconfig | 13 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
| /linux/drivers/media/usb/au0828/ ! |
| H A D | Kconfig | 16 This is a hybrid analog/digital tv capture driver for
|
| /linux/Documentation/devicetree/bindings/media/i2c/ ! |
| H A D | maxim,max2175.txt | 4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
|
| /linux/drivers/media/pci/ ! |
| H A D | Kconfig | 35 comment "Media capture/analog/hybrid TV support"
|
| /linux/Documentation/filesystems/nfs/ ! |
| H A D | nfsd-io-modes.rst | 47 DONTCACHE offers a hybrid approach to servicing IO that aims to offer 76 without resorting to the hybrid use of page cache that DONTCACHE does.
|
| /linux/drivers/media/ ! |
| H A D | Kconfig | 84 hybrid analog/digital TV chipset. 98 hybrid digital TV and analog TV.
|
| /linux/Documentation/userspace-api/media/v4l/ ! |
| H A 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
|
| H A D | standard.rst | 20 hybrid standards to watch NTSC video tapes on PAL TVs and vice versa.
|
| /linux/drivers/pci/pcie/ ! |
| H A D | Kconfig | 147 support hybrid DPC model which uses both firmware and OS to
|
| /linux/Documentation/devicetree/bindings/ ! |
| H A D | xilinx.txt | 133 or high speed/full speed hybrid.
|
| /linux/drivers/md/ ! |
| H A D | dm-table.c | 901 unsigned int bio_based = 0, request_based = 0, hybrid = 0; in dm_table_determine_type() local 919 hybrid = 1; in dm_table_determine_type() 931 if (hybrid && !bio_based && !request_based) { in dm_table_determine_type()
|
| /linux/Documentation/admin-guide/pm/ ! |
| H A D | intel_pstate.rst | 345 hybrid processors. To support them, ``intel_pstate`` requires HWP to be enabled 368 siblings are hard to determine, hybrid processors without SMT can be handled in 377 ``intel_pstate`` by default on hybrid processors without SMT. CAS generally 403 running on a hybrid processor without SMT. 409 ``intel_pstate`` runs on a hybrid processor without SMT, in addition to enabling 816 by default on hybrid systems without SMT.
|