Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 1981) sorted by relevance

12345678910>>...80

/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.h46 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process);
50 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
55 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc…
62 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct ma…
64 int perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct ma…
83 perf_event__handler_t process, bool needs_mmap, bool data_mmap,
91 struct perf_session *session, perf_event__handler_t process);
101 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info()
108 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process,
112 perf_event__handler_t process __maybe_unused, in perf_event__synthesize_bpf_events()
[all …]
H A Dsynthetic-events.c53 perf_event__handler_t process) in perf_tool__process_synth_event() argument
192 perf_event__handler_t process, in perf_event__synthesize_comm() argument
597 process, machine) < 0) in perf_event__walk_cgroup_tree()
654 process, machine) < 0) in perf_event__synthesize_cgroups()
762 process, machine); in __event__synthesize_thread()
809 ppid, process, machine) < 0) in __event__synthesize_thread()
981 perf_event__handler_t process; member
1054 args[i].process = process; in perf_event__synthesize_threads()
2054 evsel->core.id, process); in perf_event__synthesize_attrs()
2196 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch29 if (!process->inited) {
31 - process->wl_global = NULL;
32 + process->wlStateMap = NULL;
54 per-process state
72 CLIENT_PROCESS_STATE_T *process;
80 - if (process->wl_global != NULL)
81 + stateIter= process->wlStateMap;
96 - if (process->wl_global == NULL)
107 + process->wlStateMap= stateNew;
123 - process->wl_global = NULL;
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dmeson.build2 decodetree.process('a64.decode', extra_args: ['--static-decode=disas_a64']),
3 decodetree.process('sve.decode', extra_args: '--decode=disas_sve'),
4 decodetree.process('sme.decode', extra_args: '--decode=disas_sme'),
5 decodetree.process('sme-fa64.decode', extra_args: '--static-decode=disas_sme_fa64'),
10 decodetree.process('neon-dp.decode', extra_args: '--decode=disas_neon_dp'),
11 decodetree.process('neon-ls.decode', extra_args: '--decode=disas_neon_ls'),
12 decodetree.process('vfp.decode', extra_args: '--decode=disas_vfp'),
14 decodetree.process('m-nocp.decode', extra_args: '--decode=disas_m_nocp'),
15 decodetree.process('mve.decode', extra_args: '--decode=disas_mve'),
16 decodetree.process('a32.decode', extra_args: '--static-decode=disas_a32'),
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildcfg.py4 import bb.process
19 rev, _ = bb.process.run('git rev-parse --abbrev-ref HEAD', cwd=path)
20 except bb.process.ExecutionError:
26 rev, _ = bb.process.run('git rev-parse HEAD', cwd=path)
27 except bb.process.ExecutionError:
34 except bb.process.ExecutionError:
40 remotes_list, _ = bb.process.run('git remote', cwd=path)
42 except bb.process.ExecutionError:
49 except bb.process.ExecutionError:
55 describe, _ = bb.process.run('git describe --tags', cwd=path)
[all …]
/openbmc/linux/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl202 my $process = $1;
207 if ($opt_read_procstat && $process eq '') {
355 my $process;
359 $process = $process_pid;
360 $process =~ s/-([0-9])*$//;
361 if ($process eq '') {
362 $process = "NO_PROCESS_NAME";
365 $perprocess{$process}->{MM_PAGE_ALLOC} += $perprocesspid{$process_pid}->{MM_PAGE_ALLOC};
367 $perprocess{$process}->{MM_PAGE_FREE} += $perprocesspid{$process_pid}->{MM_PAGE_FREE};
373 $perprocess{$process}->{HIGH_EXT_FRAG} += $perprocesspid{$process_pid}->{HIGH_EXT_FRAG};
[all …]
H A Dtrace-vmscan-postprocess.pl285 my $process = $1;
288 if ($process eq "") {
289 $process = $last_procmap{$pid};
290 $process_pid = "$process-$pid";
292 $last_procmap{$pid} = $process;
296 if ($opt_read_procstat && $process eq '') {
667 my $process;
671 $process = $process_pid;
672 $process =~ s/-([0-9])*$//;
673 if ($process eq '') {
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py213 nonlocal process
247 process.stdout.close()
251 process.terminate()
254 process.kill()
263 process.wait()
277 process.kill()
281 process.wait()
303 process = None
316 if process.poll() is None:
317 process.kill()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c828 if (process) { in kfd_create_process()
846 process->kobj = kfd_alloc_struct(process->kobj); in kfd_create_process()
860 kfd_sysfs_create_file(process->kobj, &process->attr_pasid, in kfd_create_process()
880 return process; in kfd_create_process()
895 if (!process) in kfd_get_process()
898 return process; in kfd_get_process()
1465 process = kzalloc(sizeof(*process), GFP_KERNEL); in create_process()
1466 if (!process) in create_process()
1494 err = pqm_init(&process->pqm, process); in create_process()
1536 return process; in create_process()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c55 pmu->recv.process = process; in gt215_pmu_send()
66 nvkm_wr32(device, 0x10a1c4, process); in gt215_pmu_send()
91 u32 process, message, data0, data1; in gt215_pmu_recv() local
106 process = nvkm_rd32(device, 0x10a1c4); in gt215_pmu_recv()
116 if (pmu->recv.process) { in gt215_pmu_recv()
117 if (process == pmu->recv.process && in gt215_pmu_recv()
121 pmu->recv.process = 0; in gt215_pmu_recv()
131 (char)((process & 0x000000ff) >> 0), in gt215_pmu_recv()
132 (char)((process & 0x0000ff00) >> 8), in gt215_pmu_recv()
133 (char)((process & 0x00ff0000) >> 16), in gt215_pmu_recv()
[all …]
/openbmc/webui-vue/
H A Dvue.config.js10 const envName = process.env.VUE_APP_ENV_NAME;
12 process.env.CUSTOM_STYLES === 'true' ? true : false;
45 target: process.env.BASE_URL,
70 if (process.env.NODE_ENV === 'production') {
93 const envName = process.env.VUE_APP_ENV_NAME;
94 const hasCustomStore = process.env.CUSTOM_STORE === 'true' ? true : false;
95 const hasCustomRouter = process.env.CUSTOM_ROUTER === 'true' ? true : false;
97 process.env.CUSTOM_APP_NAV === 'true' ? true : false;
117 if (process.env.NODE_ENV === 'production') {
/openbmc/qemu/docs/system/
H A Dmulti-process.rst1 .. _Multi-process QEMU:
3 Multi-process QEMU
6 This document describes how to configure and use multi-process qemu.
7 For the design document refer to docs/devel/multi-process.rst.
12 multi-process is enabled by default for targets that enable KVM
18 Multi-process QEMU requires an orchestrator to launch.
26 - It launches the remote process and passes one of the
34 - QEMU can enter remote process mode by using the "remote" machine
43 - Example command-line for the remote process is as follows:
54 - Since parts of the RAM are shared between QEMU & remote process, a
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py128 if process not in self.end[end]:
129 self.end[end].append(process)
316 process = processMap[pid]
320 processMap[pid] = process
354 processMap[1000] = process
378 process = processMap[pid]
379 if process.cmd != cmd:
383 process = process.split (writer, pid, cmd, ppid, time)
386 process.cmd = cmd;
412 process.last_cpu_ns = cpu_ns
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py49 return bb.process.run('%s%s' % (init_prefix, cmd), **options)
57 process = subprocess.Popen(
61 reader = codecs.getreader('utf-8')(process.stdout)
69 elif out == '' and process.poll() != None:
72 if process.returncode != 0:
73 raise bb.process.ExecutionError(cmd, process.returncode, buf, None)
197 import bb.process
200 bb.process.run('git init', cwd=repodir)
202 bb.process.run('git add -f -A .', cwd=repodir)
215 bb.process.run(commit_cmd, cwd=repodir)
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py312 def match_process_by_pgm_name(process, pgm_name): argument
361 cmdline = process.as_dict()["cmdline"]
378 process
379 for process in processes
401 def get_descendant_info(process=psutil.Process()): argument
413 descendant_pids = [str(process.pid) for process in descendants]
416 [str(process.pid)] + descendant_pids
468 term_pids = [str(process.pid) for process in term_processes]
479 term_pids = [str(process.pid) for process in term_processes]
484 for process in term_processes:
[all …]
/openbmc/linux/Documentation/translations/zh_CN/process/
H A D5.Posting.rst3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
22 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
23 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。
154 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
165 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
172 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
180 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
197 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
H A Dhowto.rst5 :Original: :ref:`Documentation/process/howto.rst <process_howto>`
67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>`
90 :ref:`Documentation/process/changes.rst <changes>`
93 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`
98 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
128 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
132 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>`
138 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
141 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>`
145 :ref:`Documentation/process/applying-patches.rst <applying_patches>`
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmeson.build2 decodetree.process('rel6.decode', extra_args: ['--decode=decode_isa_rel6']),
3 decodetree.process('msa.decode', extra_args: '--decode=decode_ase_msa'),
4 decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'),
5 decodetree.process('vr54xx.decode', extra_args: '--decode=decode_ext_vr54xx'),
6 decodetree.process('octeon.decode', extra_args: '--decode=decode_ext_octeon'),
7 decodetree.process('lcsr.decode', extra_args: '--decode=decode_ase_lcsr'),
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D5.Posting.rst5 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
25 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
26 和 :ref:`Documentation/translations/zh_TW/process/submit-checklist.rst <tw_submitchecklist>`。
157 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
168 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
175 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
183 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
200 :ref:`Documentation/translations/zh_TW/process/email-clients.rst <tw_email_clients>`
H A Dhowto.rst7 :Original: :ref:`Documentation/process/howto.rst <process_howto>`
70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>`
93 :ref:`Documentation/process/changes.rst <changes>`
96 :ref:`Documentation/translations/zh_TW/process/coding-style.rst <tw_codingstyle>`
101 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
131 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
135 :ref:`Documentation/translations/zh_TW/process/management-style.rst <tw_managementstyle>`
141 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
144 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>`
148 :ref:`Documentation/process/applying-patches.rst <applying_patches>`
[all …]
/openbmc/linux/Documentation/translations/ja_JP/
H A Dhowto.rst6 This is a version of Documentation/process/howto.rst translated into Japanese.
23 Documentation/process/howto.rst
92 :ref:`Documentation/process/license-rules.rst <kernel_licensing>`
125 :ref:`Documentation/process/changes.rst <changes>`
130 :ref:`Documentation/process/coding-style.rst <codingstyle>`
137 :ref:`Documentation/process/submitting-patches.rst <codingstyle>`
170 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
175 :ref:`Documentation/process/management-style.rst <managementstyle>`
187 :Ref:`Documentation/process/kernel-docs.rst <kernel_docs>`
327 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種
[all …]
/openbmc/linux/Documentation/translations/ko_KR/
H A Dhowto.rst6 This is a version of Documentation/process/howto.rst translated into korean
23 Documentation/process/howto.rst
90 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어
117 :ref:`Documentation/process/changes.rst <changes>`
121 :ref:`Documentation/process/coding-style.rst <codingstyle>`
127 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
160 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
165 :ref:`Documentation/process/management-style.rst <managementstyle>`
178 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>`
183 :ref:`Documentation/process/applying-patches.rst <applying_patches>`
[all …]
/openbmc/linux/Documentation/translations/zh_TW/
H A Dindex.rst28 process/development-process
29 process/submitting-patches
30 行爲準則 <process/code-of-conduct>
31 完整開發流程文檔 <process/index>
57 process/license-rules
/openbmc/linux/Documentation/translations/zh_CN/
H A Dindex.rst39 process/development-process
40 process/submitting-patches
41 行为准则 <process/code-of-conduct>
43 完整开发流程文档 <process/index>
69 process/license-rules
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c223 struct amdgpu_mes_process *process; in amdgpu_mes_create_process() local
228 if (!process) { in amdgpu_mes_create_process()
236 &process->proc_ctx_bo, in amdgpu_mes_create_process()
260 process->vm = vm; in amdgpu_mes_create_process()
261 process->pasid = pasid; in amdgpu_mes_create_process()
274 kfree(process); in amdgpu_mes_create_process()
294 if (!process) { in amdgpu_mes_destroy_process()
340 kfree(process); in amdgpu_mes_destroy_process()
376 if (!process) { in amdgpu_mes_add_gang()
394 gang->process = process; in amdgpu_mes_add_gang()
[all …]

12345678910>>...80