| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | synthetic-events.h | 32 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process); 33 …ct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process); 34 …struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *… 35 …struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *… 36 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 37 …size_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 38 …ize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 39 …size_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 40 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe); 41 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() 178 perf_event__handler_t process, in perf_event__synthesize_comm() argument 186 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 208 perf_event__handler_t process, in perf_event__synthesize_namespaces() argument 238 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 247 perf_event__handler_t process, in perf_event__synthesize_fork() argument 255 * spawns all threads in a process in perf_event__synthesize_fork() 271 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 353 perf_event__handler_t process, in perf_event__synthesize_mmap_events() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 55 /* For process termination handling */ 183 mm = get_task_mm(pdd->process->lead_thread); in kfd_sdma_activity_worker() 254 * by current process. Translates acquired wave count into number of compute units 280 proc = pdd->process; in kfd_get_cu_occupancy() 282 pr_debug("Gpu-Id: %d has no active queues for process %d\n", in kfd_get_cu_occupancy() 465 if (!q || !q->process) in kfd_procfs_add_queue() 467 proc = q->process; in kfd_procfs_add_queue() 647 /* kfd_process_alloc_gpuvm - Allocate GPU VM for the KFD process 648 * This function should be only called right after the process 678 * will take care of the bo removal when the process finishes. in kfd_process_alloc_gpuvm() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ptrace.h | 31 /* Indicate that the process making this request should be traced. 32 All signals received by this process can be intercepted by its 37 /* Return the word in the process's text space at address ADDR. */ 41 /* Return the word in the process's data space at address ADDR. */ 45 /* Return the word in the process's user area at offset ADDR. */ 49 /* Write the word DATA into the process's text space at address ADDR. */ 53 /* Write the word DATA into the process's data space at address ADDR. */ 57 /* Write the word DATA into the process's user area at offset ADDR. */ 61 /* Continue the process. */ 65 /* Kill the process. */ [all …]
|
| H A D | wait.h | 19 * POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h> 77 P_PID, /* Wait for specified process. */ 78 P_PGID /* Wait for members of process group. */ 84 and return its process ID. For errors, return (pid_t) -1. 92 # define WAIT_ANY (-1) /* Any process. */ 93 # define WAIT_MYPGRP 0 /* Any process in my process group. */ 97 If PID is greater than 0, match any process whose process ID is PID. 98 If PID is (pid_t) -1, match any process. 99 If PID is (pid_t) 0, match any process with the 100 same process group as the current process. [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | meson.build | 40 srcs += client_header.process(relative_xml) 41 srcs += client_header.process(pointer_xml) 42 srcs += client_header.process(tablet_xml) 43 srcs += client_header.process(kbgrab_xml) 44 srcs += client_header.process(xdg_output_xml) 45 srcs += client_header.process(dmabuf_xml) 46 srcs += code.process(relative_xml) 47 srcs += code.process(pointer_xml) 48 srcs += code.process(tablet_xml) 49 srcs += code.process(kbgrab_xml) [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-commands.txt | 8 Manage pid to process name mappings. 26 These functions can be used to handle the mapping between pid and process name. 28 of the process, instead of its pid. This information can be retrieved from 31 The _tep_register_comm()_ function registers a _pid_ / process name mapping. 33 The _pid_ argument is the process ID, the _comm_ argument is the process name, 36 The _tep_override_comm()_ function registers a _pid_ / process name mapping. 37 If a process with the same pid is already registered, the process name string is 38 udapted with the new one. The _pid_ argument is the process ID, the _comm_ 39 argument is the process name, _tep_ is the event context. The _comm_ is 42 The _tep_is_pid_registered()_ function checks if a pid has a process name [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Attach.html | 29 <link href="Kill-Process.html#Kill-Process" rel="next" title="Kill Process"> 67 Next: <a href="Kill-Process.html#Kill-Process" accesskey="n" rel="next">Kill Process</a>, Previous:… 70 <a name="Debugging-an-Already_002dRunning-Process"></a> 71 <h3 class="section">4.7 Debugging an Already-Running Process</h3> 76 <dt><code>attach <var>process-id</var></code></dt> 77 <dd><p>This command attaches to a running process—one that was started 79 targets.) The command takes as argument a process ID. The usual way to 80 find out the <var>process-id</var> of a Unix process is with the <code>ps</code> utility, 91 also have permission to send the process a signal. 94 the process first by looking in the current working directory, then (if [all …]
|
| H A D | Process-Information.html | 17 <title>Debugging with GDB: Process Information</title> 19 <meta name="description" content="Debugging with GDB: Process Information"> 20 <meta name="keywords" content="Debugging with GDB: Process Information"> 64 <a name="Process-Information"></a> 70 <a name="Process-Information-1"></a> 71 <h4 class="subsection">21.1.2 Process Information</h4> 73 <a name="index-examine-process-image"></a> 74 <a name="index-process-info-via-_002fproc"></a> 80 to report information about the process running your program, or about 81 any process running on your system. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Attach.html | 29 <link href="Kill-Process.html#Kill-Process" rel="next" title="Kill Process"> 67 Next: <a href="Kill-Process.html#Kill-Process" accesskey="n" rel="next">Kill Process</a>, Previous:… 70 <a name="Debugging-an-Already_002dRunning-Process"></a> 71 <h3 class="section">4.7 Debugging an Already-Running Process</h3> 76 <dt><code>attach <var>process-id</var></code></dt> 77 <dd><p>This command attaches to a running process—one that was started 79 targets.) The command takes as argument a process ID. The usual way to 80 find out the <var>process-id</var> of a Unix process is with the <code>ps</code> utility, 91 also have permission to send the process a signal. 94 the process first by looking in the current working directory, then (if [all …]
|
| H A D | Process-Information.html | 17 <title>Debugging with GDB: Process Information</title> 19 <meta name="description" content="Debugging with GDB: Process Information"> 20 <meta name="keywords" content="Debugging with GDB: Process Information"> 64 <a name="Process-Information"></a> 70 <a name="Process-Information-1"></a> 71 <h4 class="subsection">21.1.2 Process Information</h4> 73 <a name="index-examine-process-image"></a> 74 <a name="index-process-info-via-_002fproc"></a> 80 to report information about the process running your program, or about 81 any process running on your system. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | wait.h | 19 * POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h> 77 P_PID, /* Wait for specified process. */ 78 P_PGID /* Wait for members of process group. */ 84 and return its process ID. For errors, return (pid_t) -1. 92 # define WAIT_ANY (-1) /* Any process. */ 93 # define WAIT_MYPGRP 0 /* Any process in my process group. */ 97 If PID is greater than 0, match any process whose process ID is PID. 98 If PID is (pid_t) -1, match any process. 99 If PID is (pid_t) 0, match any process with the 100 same process group as the current process. [all …]
|
| H A D | ptrace.h | 31 /* Indicate that the process making this request should be traced. 32 All signals received by this process can be intercepted by its 37 /* Return the word in the process's text space at address ADDR. */ 41 /* Return the word in the process's data space at address ADDR. */ 45 /* Return the word in the process's user area at offset ADDR. */ 49 /* Write the word DATA into the process's text space at address ADDR. */ 53 /* Write the word DATA into the process's data space at address ADDR. */ 57 /* Write the word DATA into the process's user area at offset ADDR. */ 61 /* Continue the process. */ 65 /* Kill the process. */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 24 Priority inversion is when a lower priority process executes while a higher 25 priority process wants to run. This happens for several reasons, and 26 most of the time it can't be helped. Anytime a high priority process wants 27 to use a resource that a lower priority process has (a mutex for example), 28 the high priority process must wait until the lower priority process is done 31 priority process is prevented from running by a lower priority process for 36 priority process, C is the lowest, and B is in between. A tries to grab a lock 39 but by doing so, it is in fact preempting A which is a higher priority process. 64 PI is where a process inherits the priority of another process if the other 65 process blocks on a lock owned by the current process. To make this easier [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | request-key.rst | 9 The process starts by either the kernel requesting a service by calling 63 The userspace interface links the key to a keyring associated with the process 73 The Process 78 1) Process A calls request_key() [the userspace syscall calls the kernel 81 2) request_key() searches the process's subscribed keyrings to see if there's 83 and callout_info is not set, an error is returned. Otherwise the process 91 b) An authorisation key V that refers to key U and notes that process A 107 This will permit it to then search the keyrings of process A with the 108 UID, GID, groups and security info of process A as if it was process A, 124 context specified by auth key X will still be process A, as it was in auth key [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | isp2401_input_system_private.h | 46 /* Get the state of the ibuf-controller process */ 148 * ibuf-controller process. in ibuf_ctrl_get_state() 170 * ibuf-controller process. in ibuf_ctrl_dump_state() 173 ia_css_print("IBUF controller ID %d Process ID %d num_items 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 175 ia_css_print("IBUF controller ID %d Process ID %d num_stores 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 177 ia_css_print("IBUF controller ID %d Process ID %d dma_channel 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 179 ia_css_print("IBUF controller ID %d Process ID %d dma_command 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 181 ia_css_print("IBUF controller ID %d Process ID %d ibuf_st_addr 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 183 ia_css_print("IBUF controller ID %d Process ID %d ibuf_stride 0x%x\n", ID, i, in ibuf_ctrl_dump_state() 185 ia_css_print("IBUF controller ID %d Process ID %d ibuf_end_addr 0x%x\n", ID, i, in ibuf_ctrl_dump_state() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | influxdb | 8 # Short-Description: Start the InfluxDB process 20 # Process name ( For display ) 96 # Check that the PID file exists, and check the actual status of process 100 # Process is already up 101 log_success_msg "$NAME process is already running" 120 # Launch process 138 # Sleep to verify process is still up 146 log_success_msg "$NAME process was started" 150 log_failure_msg "$NAME process was unable to start" 160 # Process still up, send SIGTERM and remove PIDFILE [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 83 # process 89 # Annotate other times as the first start point of given process lists 103 self.headers.get("profile.process"), 109 self.headers.get("profile.process"), 117 def add_process(self, process, start, end): argument 118 self.processes[process] = [start, end] 121 if process not in self.start[start]: 122 self.start[start].append(process) 125 if process not in self.end[end]: 126 self.end[end].append(process) [all …]
|
| H A D | process_tree.py | 17 """ProcessTree encapsulates a process tree. The tree is built from log files 18 retrieved during the boot process. When building the process tree, it is 24 * idle processes that keep running during the last process sample 30 process subtrees) have their subtrees merged together, 33 * process runs (unary trees with processes sharing the command line) 75 …writer.status("pruned %i process, %i exploders, %i threads, and %i runs" % (p_processes, p_explode… 86 """Build the process tree from the list of top samples.""" 95 """Sort process tree.""" 101 "Counts the number of nodes in the specified process tree.""" 108 """Returns the start time of the process subtree. This is the start [all …]
|
| /OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/ |
| H A D | README | 28 variable by a different process? This litmus test is forbidden 36 variable by a different process? 40 litmus test is visible to an external process whose accesses are 41 separated by smp_mb(). This addition of an external process to 54 load-buffering litmus test, where each process reads from one 59 litmus test, where each process reads from one of two variables then 71 in one process, and use an acquire load followed by a pair of 72 spin_is_locked() calls in the other process. 75 Protect the access with a lock in one process, and use an 77 in the other process. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | unistd.h | 149 _POSIX_THREAD_PROCESS_SHARED Process-shared synchronization supported. 185 which the calling process is a member. 434 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. 443 /* Make the process sleep for SECONDS seconds, or until a signal arrives 473 /* Suspend the process until a signal arrives. 505 /* Change the process's working directory to PATH. */ 509 /* Change the process's working directory to the one FD is open on. */ 560 /* Replace the current process, executing PATH with arguments ARGV and 608 /* Add INC to priority of the current process. */ 639 /* Get the process ID of the calling process. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | unistd.h | 149 _POSIX_THREAD_PROCESS_SHARED Process-shared synchronization supported. 185 which the calling process is a member. 434 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. 443 /* Make the process sleep for SECONDS seconds, or until a signal arrives 473 /* Suspend the process until a signal arrives. 505 /* Change the process's working directory to PATH. */ 509 /* Change the process's working directory to the one FD is open on. */ 560 /* Replace the current process, executing PATH with arguments ARGV and 608 /* Add INC to priority of the current process. */ 639 /* Get the process ID of the calling process. */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | sva.rst | 39 executed in the hardware by SWQ interface, SIOV uses Process Address Space 53 record, and the PASID (process address space ID) of the current process. 64 Process Address Space Tagging 76 - Allocate the PASID, and program the process page-table (%cr3 register) in the 92 The kernel must allocate a PASID on behalf of each process which will use 93 ENQCMD and program it into the new MSR to communicate the process identity to 95 from this process. When a user submits a work descriptor to a device using the 100 entry in IOMMU with the process address used by the CPU (e.g. %cr3 register in 105 process share the same page tables, thus the same MSR value. 107 PASID is cleared when a process is created. The PASID allocation and MSR [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/ |
| H A D | mainwindow.cpp | 20 process = NULL; in MainWindow() 37 delete process; in ~MainWindow() 62 if(process)delete process; in on_play_clicked() 68 process = new QProcess(); in on_play_clicked() 69 process->setProcessChannelMode(QProcess::MergedChannels); in on_play_clicked() 70 connect(process,SIGNAL(readyReadStandardOutput()),this,SLOT(output())); in on_play_clicked() 72 process->start(cmd.toLatin1()); in on_play_clicked() 73 // process->write(" \n"); in on_play_clicked() 90 if(process == NULL) in on_stop_clicked() 92 process->write("q \n"); in on_stop_clicked() [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 5 # Logic to spawn a sub-process and interact with its stdio. 19 """Represents the stdio of a freshly created sub-process. Commands may be 20 sent to the process, and responses waited for. 27 """Spawn (fork/exec) the sub-process. 32 cwd: the directory to run the process in, or None for no change. 76 """Send unix signal "sig" to the child process. 88 """Determine whether the child process is still running. 94 Boolean indicating whether process is alive. 108 """Send data to the sub-process's stdin. 111 data: The data to send to the process. [all …]
|