Home
last modified time | relevance | path

Searched refs:machines (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.h149 struct machines { struct
154 void machines__init(struct machines *machines); argument
155 void machines__exit(struct machines *machines);
157 void machines__process_guests(struct machines *machines,
160 struct machine *machines__add(struct machines *machines, pid_t pid,
162 struct machine *machines__find_host(struct machines *machines);
163 struct machine *machines__find(struct machines *machines, pid_t pid);
164 struct machine *machines__findnew(struct machines *machines, pid_t pid);
166 void machines__set_id_hdr_size(struct machines *machines, u16 id_hdr_size);
167 void machines__set_comm_exec(struct machines *machines, bool comm_exec);
[all …]
H A Dmachine.c254 void machines__init(struct machines *machines) in machines__init() argument
256 machine__init(&machines->host, "", HOST_KERNEL_ID); in machines__init()
257 machines->guests = RB_ROOT_CACHED; in machines__init()
260 void machines__exit(struct machines *machines) in machines__exit() argument
262 machine__exit(&machines->host); in machines__exit()
266 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add() argument
269 struct rb_node **p = &machines->guests.rb_root.rb_node; in machines__add()
294 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
299 void machines__set_comm_exec(struct machines *machines, bool comm_exec) in machines__set_comm_exec() argument
303 machines->host.comm_exec = comm_exec; in machines__set_comm_exec()
[all …]
H A Dsession.h25 struct machines machines; member
97 return machines__find(&session->machines, pid); in perf_session__find_machine()
103 return machines__findnew(&session->machines, pid); in perf_session__findnew_machine()
H A Dsession.c140 machines__set_id_hdr_size(&session->machines, id_hdr_size); in perf_session__set_id_hdr_size()
145 int ret = machine__create_kernel_maps(&session->machines.host); in perf_session__create_kernel_maps()
148 ret = machines__create_guest_kernel_maps(&session->machines); in perf_session__create_kernel_maps()
154 machines__destroy_kernel_maps(&session->machines); in perf_session__destroy_kernel_maps()
173 machines__set_comm_exec(&session->machines, comm_exec); in perf_session__set_comm_exec()
198 machines__init(&session->machines); in perf_session__new()
238 session->machines.host.env = &perf_env; in perf_session__new()
241 session->machines.host.single_address_space = in perf_session__new()
242 perf_env__single_address_space(session->machines.host.env); in perf_session__new()
273 machine__delete_threads(&session->machines.host); in perf_session__delete_threads()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-diff-machines.sh29 machines=
48 --machines=<machines>
58 * First 2 MACHINEs in --machines parameter have the same TUNE_PKGARCH
77 --machines=*)
78 machines=`echo $1 | sed -e 's#^--machines="*\([^"]*\)"*#\1#'`
105 [ -n "$machines" ] || machines=$MACHINES
106 [ -n "$machines" ] || machines=$default_machines
113 for M in ${machines}; do
167 compareMachines ${machines}
H A Dautobuilder-worker-prereq-tests57 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…
60 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…
63 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl_spear.txt53 For All SPEAr3xx machines:
59 For SPEAr300 machines:
65 For SPEAr310 machines:
69 For SPEAr320 machines:
94 For SPEAr1310 machines:
112 For SPEAr1340 machines:
126 For All SPEAr3xx machines:
130 For SPEAr300 machines:
133 For SPEAr310 machines:
137 For SPEAr320 machines:
[all …]
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dsof-pci-dev.c86 .machines = snd_soc_acpi_intel_bxt_machines,
104 .machines = snd_soc_acpi_intel_glk_machines,
132 .machines = sof_tng_machines,
149 .machines = snd_soc_acpi_intel_cnl_machines,
168 .machines = snd_soc_acpi_intel_cfl_machines,
187 .machines = snd_soc_acpi_intel_cml_machines,
206 .machines = snd_soc_acpi_intel_icl_machines,
225 .machines = snd_soc_acpi_intel_tgl_machines,
242 .machines = snd_soc_acpi_intel_tgl_machines,
260 .machines = snd_soc_acpi_intel_ehl_machines,
[all …]
H A Dsof-acpi-dev.c40 .machines = snd_soc_acpi_intel_broadwell_machines,
58 .machines = snd_soc_acpi_intel_baytrail_machines,
72 .machines = snd_soc_acpi_intel_baytrail_machines,
86 .machines = snd_soc_acpi_intel_cherrytrail_machines,
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dthread-maps-share.c9 struct machines machines; in test__thread_maps_share() local
30 machines__init(&machines); in test__thread_maps_share()
31 machine = &machines.host; in test__thread_maps_share()
96 machines__exit(&machines); in test__thread_maps_share()
H A Dhists_common.h6 struct machines;
71 struct machine *setup_fake_machine(struct machines *machines);
H A Dhists_filter.c107 struct machines machines; in test__hists_filter() local
126 machines__init(&machines); in test__hists_filter()
129 machine = setup_fake_machine(&machines); in test__hists_filter()
324 machines__exit(&machines); in test__hists_filter()
H A Dhists_link.c271 struct machines machines; in test__hists_link() local
291 machines__init(&machines); in test__hists_link()
294 machine = setup_fake_machine(&machines); in test__hists_link()
338 machines__exit(&machines); in test__hists_link()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py67 machines = prj.get_available_machines()
68 machines = machines.order_by("name")
70 primary_results = machines.filter(name__istartswith=search_term)
71 secondary_results = machines.filter(
73 tertiary_results = machines.filter(
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Dmodels.rst160 Limit internal mic boost on Lenovo machines
170 ALC283 COEF setup for Lenovo machines
176 Binding with thinkpad_acpi driver for Lenovo machines
180 ALC255 fixups on Acer machines
182 ALC255 fixups on ASUS machines
184 ALC255 fixups on Dell machines
186 ALC255 fixups on Dell machines, variant 2
188 ALC293 fixups on Dell machines
206 ALC288 fixups on Dell machines
212 ALC293 fixups on Dell machines
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A DKconfig12 operating systems inside virtual machines (guests).
37 Support hosting paravirtualized guest machines using the SIE
50 bool "Userspace controlled virtual machines"
53 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A DKconfig12 other operating systems inside virtual machines (guests).
59 in virtual machines on book3s_32 host processors.
75 in virtual machines on book3s_64 host processors.
90 virtual machines on POWER7 and newer processors that have
108 Support running guest kernels in virtual machines on processors
114 machines where hypervisor mode is not available or not usable,
154 Support running unmodified E500 guest kernels in virtual machines on
171 virtual machines on E500MC/E5500/E6500 host processors.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py243 total = len(index.machines)
244 for i, id in enumerate(index.machines):
246 name=index.machines[id].name,
248 pk=li_layer_branch_id_to_toaster_lv_id[index.machines[id].layerbranch_id]))
249 mo.up_date = index.machines[id].updated
250 mo.name = index.machines[id].name
251 mo.description = index.machines[id].description
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb14 install -d ${D}/var/lib/machines/${MCNAME}
15 …OY_DIR_IMAGE}/core-image-minimal-${MCMACHINE}.${MCIMGTYPE} ${D}/var/lib/machines/${MCNAME}/core-im…
16 install ${MC_DEPLOY_DIR_IMAGE}/bzImage ${D}/var/lib/machines/${MCNAME}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/
H A Dcockpit_220.bb1 SUMMARY = "Admin interface for Linux machines"
59 ${PN}-machines \
97 FILES:${PN}-machines = " \
98 ${datadir}/cockpit/machines \
99 ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \
162 ${sysconfdir}/cockpit/machines.d \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvmlinux.lds.S122 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
124 KEEP(*(.mips.machines.init))
/OK3568_Linux_fs/kernel/drivers/parisc/
H A DKconfig27 generation of PA-RISC cache-coherent machines. Programs the
63 machines from the B132 to the C360, the J2240 and the A180. Some
67 machines. If in doubt, say Y.
74 present on B, C, J, L and N-class machines with 4-digit model
97 J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
98 Serial port on those machines.
106 Disk/Network activities LEDs on some PA-RISC machines,
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py57 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument
60 self.machines = machines
135 self.custommachine = choice(self.machines)
195 machines = []
204 machines.append(os.path.splitext(os.path.basename(i))[0])
206 return machines
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dtango-cpufreq.c7 static const struct of_device_id machines[] __initconst = { variable
19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch4 PR28804: tune default stap -s ## buffer size on small RAM machines
12 PR28804: tune default stap -s ## buffer size on small RAM machines
28 +The default is 16MB, or less on smaller memory machines.
43 + the runtime may auto-shrink it on low memory machines too. */

12345678910>>...22