| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace.h | 60 int start_trace(pid_t child) in start_trace() 77 int stop_trace(pid_t child) in stop_trace() 89 int cont_trace(pid_t child) in cont_trace() 101 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs() 121 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs() 140 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers() 185 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers() 229 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state() 276 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers() 321 int show_fpr(pid_t child, unsigned long *fpr) in show_fpr() [all …]
|
| H A D | ptrace-hwbreak.c | 51 static void get_dbginfo(pid_t child_pid, struct ppc_debug_info *dbginfo) in get_dbginfo() 199 static void check_success(pid_t child_pid, const char *name, const char *type, in check_success() 233 static void ptrace_set_debugreg(pid_t child_pid, unsigned long wp_addr) in ptrace_set_debugreg() 241 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug() 252 static void ptrace_delhwdebug(pid_t child_pid, int wh) in ptrace_delhwdebug() 264 static int test_set_debugreg(pid_t child_pid) in test_set_debugreg() 305 static int test_set_debugreg_kernel_userspace(pid_t child_pid) in test_set_debugreg_kernel_userspace() 338 static void test_sethwdebug_exact(pid_t child_pid) in test_sethwdebug_exact() 368 static void test_sethwdebug_exact_kernel_userspace(pid_t child_pid) in test_sethwdebug_exact_kernel_userspace() 384 static void test_sethwdebug_range_aligned(pid_t child_pid) in test_sethwdebug_range_aligned() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | machine.h | 43 pid_t pid; 57 pid_t *current_tid; 65 static inline struct threads *machine__threads(struct machine *machine, pid_t tid) in machine__threads() 107 struct thread *machine__find_thread(struct machine *machine, pid_t pid, 108 pid_t tid); 160 struct machine *machines__add(struct machines *machines, pid_t pid, 163 struct machine *machines__find(struct machines *machines, pid_t pid); 164 struct machine *machines__findnew(struct machines *machines, pid_t pid); 171 int machine__init(struct machine *machine, const char *root_dir, pid_t pid); 209 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid); [all …]
|
| H A D | thread_map.h | 14 struct perf_thread_map *thread_map__new_by_pid(pid_t pid); 15 struct perf_thread_map *thread_map__new_by_tid(pid_t tid); 18 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid); 29 bool thread_map__has(struct perf_thread_map *threads, pid_t pid);
|
| H A D | thread_map.c | 33 struct perf_thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() 61 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() 95 pid_t pid = strtol(dirent->d_name, &end, 10); in __thread_map__new_all_cpus() 170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() 188 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() 247 pid_t tid, prev_tid = INT_MAX; in thread_map__new_by_tid_str() 318 static int get_comm(char **comm, pid_t pid) in get_comm() 344 pid_t pid = perf_thread_map__pid(map, i); in comm_init() 379 perf_thread_map__set_pid(threads, i, (pid_t) event->entries[i].pid); in thread_map__copy_event() 397 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
|
| H A D | namespaces.h | 32 pid_t pid; 33 pid_t tgid; 34 pid_t nstgid; 47 struct nsinfo *nsinfo__new(pid_t pid);
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 23 __field( pid_t, pid ) 65 __field( pid_t, pid ) 148 __field( pid_t, prev_pid ) 152 __field( pid_t, next_pid ) 197 __field( pid_t, pid ) 227 __field( pid_t, pid ) 273 __field( pid_t, pid ) 298 __field( pid_t, parent_pid ) 300 __field( pid_t, child_pid ) 320 TP_PROTO(struct task_struct *p, pid_t old_pid, [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | peeksiginfo.c | 15 static int sys_rt_sigqueueinfo(pid_t tgid, int sig, siginfo_t *uinfo) in sys_rt_sigqueueinfo() 20 static int sys_rt_tgsigqueueinfo(pid_t tgid, pid_t tid, in sys_rt_tgsigqueueinfo() 26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() 44 static int check_error_paths(pid_t child) in check_error_paths() 105 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path() 157 pid_t child; in main() 168 pid_t ppid = getppid(); in main()
|
| /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/linux/ |
| H A D | elfcore.h | 50 pid_t pr_pid; 51 pid_t pr_ppid; 52 pid_t pr_pgrp; 53 pid_t pr_sid; 86 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
|
| /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/linux/ |
| H A D | elfcore.h | 50 pid_t pr_pid; 51 pid_t pr_ppid; 52 pid_t pr_pgrp; 53 pid_t pr_sid; 86 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/ |
| H A D | check_gcr_el1_cswitch.c | 41 pid_t pid = *((pid_t *)x); in execute_thread() 42 pid_t tid = gettid(); in execute_thread() 80 int execute_test(pid_t pid) in execute_test() 101 pid_t pid; in mte_gcr_fork_test() 103 pid_t cpid; in mte_gcr_fork_test()
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 139 typedef signed int pid_t; typedef 1529 pid_t sys_fork(void) in sys_fork() 1547 pid_t sys_getpgrp(void) in sys_getpgrp() 1553 pid_t sys_getpid(void) in sys_getpid() 1571 int sys_kill(pid_t pid, int signal) in sys_kill() 1686 int sys_setpgid(pid_t pid, pid_t pgid) in sys_setpgid() 1692 pid_t sys_setsid(void) in sys_setsid() 1759 pid_t sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in sys_wait4() 1765 pid_t sys_waitpid(pid_t pid, int *status, int options) in sys_waitpid() 1771 pid_t sys_wait(int *status) in sys_wait() [all …]
|
| /OK3568_Linux_fs/buildroot/package/google-breakpad/ |
| H A D | 0003-src-client-linux-handler-exception_handler.cc-rename.patch | 14 src/client/linux/handler/exception_handler.cc:109:12: error: ‘int tgkill(pid_t, pid_t, int)’ was de… 15 109 | static int tgkill(pid_t tgid, pid_t tid, int sig) { 43 -static int tgkill(pid_t tgid, pid_t tid, int sig) { 44 +static int BreakpadTgkill(pid_t tgid, pid_t tid, int sig) {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_linux_trace.h | 100 TP_PROTO(pid_t pid, pid_t tid, void *surface_id, unsigned int *counters), 105 __field(pid_t, pid) 106 __field(pid_t, tid) 132 …TP_PROTO(pid_t pid, unsigned int active, unsigned int core_type, unsigned int core_id, unsigned in… 137 __field(pid_t, pid)
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | binfmt_elfn32.c | 53 pid_t pr_pid; 54 pid_t pr_ppid; 55 pid_t pr_pgrp; 56 pid_t pr_sid; 75 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
|
| H A D | binfmt_elfo32.c | 58 pid_t pr_pid; 59 pid_t pr_ppid; 60 pid_t pr_pgrp; 61 pid_t pr_sid; 80 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | client.h | 38 pid_t pid; /* process ID, -1 if not available */ 51 extern _X_EXPORT pid_t DetermineClientPid(struct _Client *client); 52 extern _X_EXPORT void DetermineClientCmd(pid_t, const char **cmdname, 56 extern _X_EXPORT pid_t GetClientPid(struct _Client *client);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elfcore.h | 38 pid_t pr_pid; 39 pid_t pr_ppid; 40 pid_t pr_pgrp; 41 pid_t pr_sid; 61 pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid;
|
| H A D | sched.h | 855 pid_t pid; 856 pid_t tgid; 1423 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns); 1425 static inline pid_t task_pid_nr(struct task_struct *tsk) in task_pid_nr() 1430 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pid_nr_ns() 1435 static inline pid_t task_pid_vnr(struct task_struct *tsk) in task_pid_vnr() 1441 static inline pid_t task_tgid_nr(struct task_struct *tsk) in task_tgid_nr() 1461 static inline pid_t task_pgrp_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pgrp_nr_ns() 1466 static inline pid_t task_pgrp_vnr(struct task_struct *tsk) in task_pgrp_vnr() 1472 static inline pid_t task_session_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_session_nr_ns() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 29 static pid_t sys_clone3(struct clone_args *args) in sys_clone3() 34 static int sys_waitid(int which, pid_t pid, siginfo_t *info, int options, in sys_waitid() 43 pid_t parent_tid = -1; in TEST() 50 pid_t pid; in TEST() 91 pid_t parent_tid = -1; in TEST() 99 pid_t pid; in TEST() 144 pid_t parent_tid = -1; in TEST() 151 pid_t pid; in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_syscall.c | 18 extern int test_fpu(double *darray, pid_t *pid); 26 pid_t fork_pid; in syscall_fpu() 50 pid_t pid2; in test_syscall_fpu() 51 pid_t pid = fork(); in test_syscall_fpu()
|
| H A D | vmx_syscall.c | 23 extern int test_vmx(vector int *varray, pid_t *pid); 27 pid_t fork_pid; in vmx_syscall() 51 pid_t pid2; in test_vmx_syscall() 52 pid_t pid; in test_vmx_syscall()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | fix-gettid-exception-declaration.patch | 7 -extern pid_t gettid(); 8 +extern pid_t gettid(void) __THROW; 18 -pid_t gettid() { 19 +pid_t gettid(void) __THROW {
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_cap_checkpoint_restore.c | 42 pid_t *set_tid, size_t set_tid_size) in call_clone3_set_tid() 45 pid_t pid = -1; in call_clone3_set_tid() 84 pid_t *set_tid, size_t set_tid_size) in test_clone3_set_tid() 140 pid_t pid; in TEST() 143 pid_t set_tid[1]; in TEST()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 30 pid_t *set_tid; 88 extern pid_t kernel_clone(struct kernel_clone_args *kargs); 92 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); 93 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *); 94 int kernel_wait(pid_t pid, int *stat);
|