Home
last modified time | relevance | path

Searched refs:hybrid (Results 1 – 25 of 35) sorted by relevance

12

/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt1 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 Dperf.data-file-format.txt417 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 Dperf-stat.txt459 --hybrid-merge::
460 Merge core event counts from all core PMUs. In hybrid or big.LITTLE
573 Only enable events on applying cpu with this type for hybrid platform
635 include::intel-hybrid.txt[]
/linux/arch/x86/events/intel/
H A Dcore.c2317 u64 intel_ctrl = hybrid(cpuc->pmu, intel_ctrl); in __intel_pmu_enable_all()
2992 cap = hybrid(cpuc->pmu, arch_pebs_cap); in intel_pmu_enable_event_ext()
3185 unsigned long *cntr_mask = hybrid(cpuc->pmu, cntr_mask); in intel_pmu_reset()
3186 unsigned long *fixed_cntr_mask = hybrid(cpuc->pmu, fixed_cntr_mask); in intel_pmu_reset()
3364 status &= hybrid(cpuc->pmu, intel_ctrl); in handle_pmi_common()
3532 struct extra_reg *extra_regs = hybrid(cpuc->pmu, extra_regs); in intel_alt_er()
3552 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in intel_fixup_er()
3702 struct event_constraint *event_constraints = hybrid(cpuc->pmu, event_constraints); in x86_get_event_constraints()
4239 union perf_capabilities *intel_cap = &hybrid(event->pmu, intel_cap); in intel_pmu_has_cap()
4325 return !!hybrid(pmu, acr_cause_mask64); in intel_pmu_has_acr()
[all …]
H A Dds.c1290 struct event_constraint *pebs_constraints = hybrid(event->pmu, pebs_constraints); in intel_pebs_constraints()
2933 mask = hybrid(cpuc->pmu, pebs_events_mask) | in intel_pmu_drain_pebs_icl()
2934 (hybrid(cpuc->pmu, fixed_cntr_mask64) << INTEL_PMC_IDX_FIXED); in intel_pmu_drain_pebs_icl()
2994 mask = hybrid(cpuc->pmu, arch_pebs_cap).counters & cpuc->pebs_enabled; in intel_pmu_drain_arch_pebs()
/linux/Documentation/admin-guide/media/
H A Dtechnisat.rst34 ``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 Dusb-cardlist.rst59 dvb-usb-cxusb Conexant USB2.0 hybrid
/linux/drivers/media/usb/dvb-usb/
H A DKconfig69 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/tools/perf/arch/x86/tests/
H A Darch-tests.c27 TEST_CASE_REASON("x86 hybrid event parsing", hybrid, "not hybrid"),
H A DBuild5 perf-test-y += hybrid.o
/linux/arch/mips/kernel/
H A Delf.c267 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/drivers/gpu/vga/
H A DKconfig13 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
/linux/arch/x86/events/
H A Dcore.c170 struct extra_reg *extra_regs = hybrid(event->pmu, extra_regs); in x86_pmu_extra_regs()
566 if (hybrid(pmu, arch_pebs_cap).pdists) in x86_pmu_max_precise()
1162 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in collect_event()
1564 cntr_mask = hybrid(cpuc->pmu, cntr_mask); in perf_event_print_debug()
1565 fixed_cntr_mask = hybrid(cpuc->pmu, fixed_cntr_mask); in perf_event_print_debug()
1566 pebs_constraints = hybrid(cpuc->pmu, pebs_constraints); in perf_event_print_debug()
1641 union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap); in x86_pmu_del()
2086 pr_info("... generic bitmap: %016llx\n", hybrid(pmu, cntr_mask64)); in x86_pmu_show_pmu_cap()
2088 pr_info("... fixed-purpose bitmap: %016llx\n", hybrid(pmu, fixed_cntr_mask64)); in x86_pmu_show_pmu_cap()
2091 pr_info("... global_ctrl mask: %016llx\n", hybrid(pmu, intel_ctrl)); in x86_pmu_show_pmu_cap()
[all …]
/linux/drivers/media/usb/au0828/
H A DKconfig16 This is a hybrid analog/digital tv capture driver for
/linux/drivers/media/
H A DKconfig84 hybrid analog/digital TV chipset.
98 hybrid digital TV and analog TV.
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst47 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/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst136 ``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 Dstandard.rst20 hybrid standards to watch NTSC video tapes on PAL TVs and vice versa.
/linux/drivers/md/
H A Ddm-table.c917 unsigned int bio_based = 0, request_based = 0, hybrid = 0; in dm_table_determine_type() local
935 hybrid = 1; in dm_table_determine_type()
947 if (hybrid && !bio_based && !request_based) { in dm_table_determine_type()
/linux/Documentation/locking/
H A Dmutex-design.rst70 makes them more practically a hybrid type. By simply not interrupting a
/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst163 Here is a practical example (using a hybrid of lvm and dmsetup commands)::
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst202 | hybrid | vector | checksum, tso, multipacket rx | > 6GBit |
274 corresponding UML transports (raw, tap, hybrid) in order for networking to
330 hybrid transport
335 vecX:transport=hybrid,ifname=tap0,depth=128,gro=1
341 Privileges required: hybrid requires ``CAP_NET_RAW`` capability by
/linux/Documentation/timers/
H A Dhrtimers.rst129 switched between a "hybrid union" type and a plain "scalar" 64bit
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv257 0x7, 0, edx, 15, hybrid_cpu , The CPU is identified as a 'hybrid part'
524 # Intel hybrid CPUs identification (e.g. Atom, Core)
1059 0x80000026, 3:0, eax, 30, domain_has_hybrid_cores, This domain level has hybrid (E, P) cores
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst284 children", so if we are going to introduce hybrid objects we will need

12