/openbmc/linux/tools/perf/util/ |
H A D | synthetic-events.h | 46 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process); 47 …ct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process); 48 …struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *… 49 … perf_tool *tool, const struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *… 50 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 51 …size_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 52 …ize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 53 …size_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 54 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe); 55 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc… [all …]
|
H A D | synthetic-events.c | 53 perf_event__handler_t process) in perf_tool__process_synth_event() argument 65 return process(tool, event, &synth_sample, machine); in perf_tool__process_synth_event() 192 perf_event__handler_t process, in perf_event__synthesize_comm() argument 202 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 224 perf_event__handler_t process, in perf_event__synthesize_namespaces() argument 254 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 263 perf_event__handler_t process, in perf_event__synthesize_fork() argument 287 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 424 perf_event__handler_t process, in perf_event__synthesize_mmap_events() argument 531 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch | 4 Subject: [PATCH] oeqa/selftest: Increase timeout in process-sigpipe rust test 6 This patch increases the timeout for the process-sigpipe rust test, which 16 tests/ui/process/process-sigpipe.rs | 2 +- 19 diff --git a/tests/ui/process/process-sigpipe.rs b/tests/ui/process/process-sigpipe.rs 21 --- a/tests/ui/process/process-sigpipe.rs 22 +++ b/tests/ui/process/process-sigpipe.rs 29 process::exit(1); 31 let output = process::Command::new("sh")
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch | 4 Subject: [PATCH] Allow multiple wayland compositor state data per process 9 created and used per process. This scenario is common for 10 applications integrating externl process UI elements 27 @@ -147,7 +147,7 @@ bool client_process_state_init(CLIENT_PROCESS_STATE_T *process) 29 if (!process->inited) { 31 - process->wl_global = NULL; 32 + process->wlStateMap = NULL; 35 if (!khrn_pointer_map_init(&process->contexts, 64)) 54 per-process state 72 CLIENT_PROCESS_STATE_T *process; [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 4 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: 33 toplevel, _ = bb.process.run('git rev-parse --show-toplevel', cwd=path) 34 except bb.process.ExecutionError: 40 remotes_list, _ = bb.process.run('git remote', cwd=path) 42 except bb.process.ExecutionError: 48 uri, _ = bb.process.run('git remote get-url {remote}'.format(remote=remote), cwd=path) [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | meson.build | 2 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'), 9 decodetree.process('neon-shared.decode', extra_args: '--decode=disas_neon_shared'), 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'), 13 decodetree.process('vfp-uncond.decode', extra_args: '--decode=disas_vfp_uncond'), 14 decodetree.process('m-nocp.decode', extra_args: '--decode=disas_m_nocp'), [all …]
|
/openbmc/linux/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 202 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}; 366 …$perprocess{$process}->{MM_PAGE_ALLOC_ZONE_LOCKED} += $perprocesspid{$process_pid}->{MM_PAGE_ALLOC… 367 $perprocess{$process}->{MM_PAGE_FREE} += $perprocesspid{$process_pid}->{MM_PAGE_FREE}; [all …]
|
H A D | trace-vmscan-postprocess.pl | 285 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/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 184 mm = get_task_mm(pdd->process->lead_thread); in kfd_sdma_activity_worker() 280 proc = pdd->process; in kfd_get_cu_occupancy() 499 if (!q || !q->process) in kfd_procfs_add_queue() 501 proc = q->process; in kfd_procfs_add_queue() 802 struct kfd_process *process; in kfd_create_process() local 823 process = ERR_PTR(-EINVAL); in kfd_create_process() 828 process = find_process(thread, false); in kfd_create_process() 829 if (process) { in kfd_create_process() 840 process = create_process(thread); in kfd_create_process() 841 if (IS_ERR(process)) in kfd_create_process() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | ssh.py | 216 nonlocal process 220 process = subprocess.Popen(command, **options) 226 os.set_blocking(process.stdout.fileno(), False) 229 if select.select([process.stdout], [], [], 5)[0] != []: 232 data = process.stdout.read() 255 process.stdout.close() 259 process.terminate() 262 process.kill() 270 process.wait() 281 output = output_raw = process.communicate()[0] [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gt215.c | 31 u32 process, u32 message, u32 data0, u32 data1) in gt215_pmu_send() argument 55 pmu->recv.process = process; in gt215_pmu_send() 66 nvkm_wr32(device, 0x10a1c4, process); in gt215_pmu_send() 77 wait_event(pmu->recv.wait, (pmu->recv.process == 0)); 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() [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | meson.build | 2 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'), 8 decodetree.process('godson2.decode', extra_args: ['--static-decode=decode_godson2']), 9 decodetree.process('loong-ext.decode', extra_args: ['--static-decode=decode_loong_ext']),
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 120 def add_process(self, process, start, end): argument 121 self.processes[process] = [start, end] 124 if process not in self.start[start]: 125 self.start[start].append(process) 128 if process not in self.end[end]: 129 self.end[end].append(process) 164 for process in self.ps_stats.process_map.values(): 165 ppid = find_parent_id_for (int(process.pid // 1000)) 167 process.ppid = ppid * 1000 170 for process in self.ps_stats.process_map.values(): [all …]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 49 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) 201 bb.process.run('git config --local gc.autodetach 0', cwd=repodir) 202 bb.process.run('git add -f -A .', cwd=repodir) [all …]
|
/openbmc/qemu/docs/system/ |
H A D | multi-process.rst | 1 .. _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/webui-vue/ |
H A D | vue.config.js | 12 target: process.env.BASE_URL, 46 if (process.env.NODE_ENV === 'production') { 64 if (process.env.NODE_ENV === 'development') { 72 const envName = process.env.VUE_APP_ENV_NAME; 73 const hasCustomStore = process.env.CUSTOM_STORE === 'true' ? true : false; 74 const hasCustomRouter = process.env.CUSTOM_ROUTER === 'true' ? true : false; 76 process.env.CUSTOM_APP_NAV === 'true' ? true : false; 96 if (process.env.NODE_ENV === 'production') {
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 312 def match_process_by_pgm_name(process, pgm_name): argument 361 cmdline = process.as_dict()["cmdline"] 378 process 379 for process in processes 380 if match_process_by_pgm_name(process, pgm_name) 401 def get_descendant_info(process=psutil.Process()): argument 412 descendants = process.children(recursive=True) 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] [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 32 self.process = None 51 self.process = subprocess.Popen(command, **self.options) 57 if select.select([self.process.stdout], [], [], 5)[0] != []: 58 data = os.read(self.process.stdout.fileno(), 1024) 60 self.process.poll() 61 if self.process.returncode is None: 62 self.process.stdout.close() 74 self.process.terminate() 77 self.process.kill() 84 output = self.process.communicate()[0] [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | 5.Posting.rst | 3 :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 D | howto.rst | 5 :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>` 117 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>` 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>` [all …]
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | 5.Posting.rst | 5 :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 D | howto.rst | 7 :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>` 120 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>` 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>` [all …]
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | howto.rst | 6 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>` 148 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>` 160 :ref:`Documentation/process/security-bugs.rst <securitybugs>` 165 :ref:`Documentation/process/management-style.rst <managementstyle>` 173 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` [all …]
|
/openbmc/linux/Documentation/translations/ja_JP/ |
H A D | howto.rst | 6 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>` 158 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>` 170 :ref:`Documentation/process/security-bugs.rst <securitybugs>` 175 :ref:`Documentation/process/management-style.rst <managementstyle>` 182 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mes.c | 43 struct amdgpu_mes_process *process, in amdgpu_mes_kernel_doorbell_get() argument 68 struct amdgpu_mes_process *process, in amdgpu_mes_kernel_doorbell_free() argument 223 struct amdgpu_mes_process *process; in amdgpu_mes_create_process() local 227 process = kzalloc(sizeof(struct amdgpu_mes_process), GFP_KERNEL); in amdgpu_mes_create_process() 228 if (!process) { in amdgpu_mes_create_process() 236 &process->proc_ctx_bo, in amdgpu_mes_create_process() 237 &process->proc_ctx_gpu_addr, in amdgpu_mes_create_process() 238 &process->proc_ctx_cpu_ptr); in amdgpu_mes_create_process() 243 memset(process->proc_ctx_cpu_ptr, 0, AMDGPU_MES_PROC_CTX_SIZE); in amdgpu_mes_create_process() 252 r = idr_alloc(&adev->mes.pasid_idr, process, pasid, pasid + 1, in amdgpu_mes_create_process() [all …]
|