/linux-4.1.27/tools/perf/util/ |
D | event.c | 184 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 192 event->fork.ppid = ppid; in perf_event__synthesize_fork() 193 event->fork.ptid = ppid; in perf_event__synthesize_fork() 195 event->fork.ppid = tgid; in perf_event__synthesize_fork() 196 event->fork.ptid = tgid; in perf_event__synthesize_fork() 198 event->fork.pid = tgid; in perf_event__synthesize_fork() 199 event->fork.tid = pid; in perf_event__synthesize_fork() 200 event->fork.header.type = PERF_RECORD_FORK; in perf_event__synthesize_fork() 202 event->fork.header.size = (sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 469 fork_event = malloc(sizeof(fork_event->fork) + machine->id_hdr_size); in perf_event__synthesize_thread_map() [all …]
|
D | build-id.c | 56 event->fork.pid, in perf_event__exit_del_thread() 57 event->fork.tid); in perf_event__exit_del_thread() 59 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread() 60 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread() 72 .fork = perf_event__process_fork,
|
D | session.c | 275 if (tool->fork == NULL) in perf_tool__fill_defaults() 276 tool->fork = process_event_stub; in perf_tool__fill_defaults() 370 event->fork.pid = bswap_32(event->fork.pid); in perf_event__task_swap() 371 event->fork.tid = bswap_32(event->fork.tid); in perf_event__task_swap() 372 event->fork.ppid = bswap_32(event->fork.ppid); in perf_event__task_swap() 373 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap() 374 event->fork.time = bswap_64(event->fork.time); in perf_event__task_swap() 377 swap_sample_id_all(event, &event->fork + 1); in perf_event__task_swap() 928 return tool->fork(tool, event, sample, machine); in machines__deliver_event()
|
D | tool.h | 38 fork, member
|
D | python.c | 126 pevent->event.fork.pid, in pyrf_task_event__repr() 127 pevent->event.fork.ppid, in pyrf_task_event__repr() 128 pevent->event.fork.tid, in pyrf_task_event__repr() 129 pevent->event.fork.ptid, in pyrf_task_event__repr() 130 pevent->event.fork.time); in pyrf_task_event__repr()
|
D | machine.c | 1276 event->fork.pid, in machine__process_fork_event() 1277 event->fork.tid); in machine__process_fork_event() 1279 event->fork.ppid, in machine__process_fork_event() 1280 event->fork.ptid); in machine__process_fork_event() 1286 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event() 1287 event->fork.tid); in machine__process_fork_event() 1304 event->fork.pid, in machine__process_exit_event() 1305 event->fork.tid); in machine__process_exit_event()
|
D | run-command.c | 71 cmd->pid = fork(); in start_command()
|
D | event.h | 288 struct fork_event fork; member
|
D | data-convert-bt.c | 809 .fork = perf_event__process_fork, in bt_convert__perf2ctf()
|
D | evlist.c | 1333 evlist->workload.pid = fork(); in perf_evlist__prepare_workload()
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 439 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument 447 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork() 449 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork() 455 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork() 456 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork() 461 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork() 470 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() argument 472 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork() 474 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork() 475 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
|
D | super.c | 101 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local 106 fork = &vhdr->ext_file; in hfsplus_system_write_inode() 110 fork = &vhdr->cat_file; in hfsplus_system_write_inode() 114 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 117 fork = &vhdr->start_file; in hfsplus_system_write_inode() 120 fork = &vhdr->attr_file; in hfsplus_system_write_inode() 127 if (fork->total_size != cpu_to_be64(inode->i_size)) { in hfsplus_system_write_inode() 131 hfsplus_inode_write_fork(inode, fork); in hfsplus_system_write_inode()
|
D | catalog.c | 325 struct hfsplus_fork_raw fork; in hfsplus_delete_cat() local 367 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 368 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_DATA); in hfsplus_delete_cat() 373 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 374 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_RSRC); in hfsplus_delete_cat()
|
D | extents.c | 387 struct hfsplus_fork_raw *fork, int type) in hfsplus_free_fork() argument 394 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork() 400 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork() 402 res = hfsplus_free_extents(sb, fork->extents, blocks, blocks); in hfsplus_free_fork()
|
D | hfsplus_fs.h | 470 struct hfsplus_fork_raw *fork, int type); 482 struct hfsplus_fork_raw *fork); 484 struct hfsplus_fork_raw *fork);
|
/linux-4.1.27/drivers/connector/ |
D | cn_proc.c | 85 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector() 86 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector() 88 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector() 89 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()
|
D | Kconfig | 20 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | skew_consistency.c | 62 pid = fork(); in main()
|
D | clocksource-switch.c | 163 pid = fork(); in main()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 63 pid = fork(); in fork_cleanup()
|
D | task_event_vs_ebb_test.c | 46 pid = fork(); in task_event_vs_ebb()
|
D | ebb_on_child_test.c | 53 pid = fork(); in ebb_on_child()
|
D | cpu_event_vs_ebb_test.c | 51 pid = fork(); in cpu_event_vs_ebb()
|
D | ebb_on_willing_child_test.c | 60 pid = fork(); in ebb_on_willing_child()
|
D | ebb_vs_cpu_event_test.c | 51 pid = fork(); in ebb_vs_cpu_event()
|
D | task_event_pinned_vs_ebb_test.c | 48 pid = fork(); in task_event_pinned_vs_ebb()
|
D | cpu_event_pinned_vs_ebb_test.c | 53 pid = fork(); in cpu_event_pinned_vs_ebb()
|
D | multi_ebb_procs_test.c | 87 pids[i] = fork(); in multi_ebb_procs()
|
/linux-4.1.27/Documentation/prctl/ |
D | disable-tsc-on-off-stress-test.c | 88 if (fork() == 0) in main()
|
D | disable-tsc-ctxt-sw-stress-test.c | 84 if (fork() == 0) in main()
|
D | no_new_privs.txt | 20 can set no_new_privs. Once the bit is set, it is inherited across fork,
|
D | seccomp_filter.txt | 65 If fork/clone and execve are allowed by @prog, any child
|
/linux-4.1.27/tools/perf/ |
D | builtin-script.c | 663 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_fork_event() 671 sample->time = event->fork.time; in process_fork_event() 672 sample->tid = event->fork.tid; in process_fork_event() 673 sample->pid = event->fork.pid; in process_fork_event() 690 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_exit_event() 787 script->tool.fork = process_fork_event; in __cmd_script() 1510 .fork = perf_event__process_fork, in cmd_script() 1645 pid = fork(); in cmd_script()
|
D | builtin-inject.c | 360 inject->tool.fork = perf_event__repipe_fork; in __cmd_inject() 408 .fork = perf_event__repipe, in cmd_inject()
|
D | builtin-timechart.c | 327 pid_fork(tchart, event->fork.pid, event->fork.ppid, event->fork.time); in process_fork_event() 337 pid_exit(tchart, event->fork.pid, event->fork.time); in process_exit_event() 1924 .fork = process_fork_event, in cmd_timechart()
|
D | builtin-sched.c | 765 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 766 event->fork.tid); in replay_fork_event() 767 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 768 event->fork.ptid); in replay_fork_event() 1693 .fork = perf_sched__process_fork_event, in cmd_sched()
|
D | builtin-mem.c | 269 .fork = perf_event__process_fork, in cmd_mem()
|
D | builtin-annotate.c | 280 .fork = perf_event__process_fork, in cmd_annotate()
|
D | builtin-report.c | 604 .fork = perf_event__process_fork, in cmd_report()
|
D | builtin-record.c | 829 .fork = perf_event__process_fork,
|
D | builtin-diff.c | 363 .fork = perf_event__process_fork,
|
D | builtin-kvm.c | 1327 kvm->tool.fork = perf_event__process_fork; in kvm_events_live()
|
D | builtin-trace.c | 2366 trace->tool.fork = perf_event__process_fork; in trace__replay()
|
/linux-4.1.27/arch/um/include/asm/ |
D | processor-generic.h | 35 } fork, exec; member
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | ste-coh901318.txt | 3 This is a DMA controller which has begun as a fork of the
|
/linux-4.1.27/include/uapi/linux/ |
D | cn_proc.h | 77 } fork; member
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 208 def wake_up(self, ts_list, pid, cpu, fork): argument 210 if fork: 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_internal.h | 95 llog_cb_t cb, void *data, void *catdata, bool fork);
|
D | llog_cat.c | 579 int startidx, bool fork) in llog_cat_process_or_fork() argument 600 &d, &cd, fork); in llog_cat_process_or_fork() 607 &d, &cd, fork); in llog_cat_process_or_fork() 610 &d, NULL, fork); in llog_cat_process_or_fork()
|
D | llog.c | 432 llog_cb_t cb, void *data, void *catdata, bool fork) in llog_process_or_fork() argument 447 if (fork) { in llog_process_or_fork()
|
/linux-4.1.27/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 42 pid2 = fork(); in main()
|
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 186 child = fork(); in test_unpriv_remount() 264 child = fork(); in test_priv_mount_unpriv_remount()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | harness.c | 35 pid = fork(); in run_test()
|
/linux-4.1.27/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
D | HOWTO | 9 a fork. So if you have any comments or updates for this file please
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and 13 ptrace() work. Under uClinux there is no fork(), and clone() must be supplied 22 across fork. 30 shared across fork() or clone() without CLONE_VM in the MMU case. Since 37 the underlying file are reflected in the mapping; copied across fork. 73 mapping; shared across fork.
|
D | unshare.txt | 56 when creating a new process using fork or clone, unshare can benefit 91 works on an active task (as opposed to clone/fork working on a newly 93 changes to copy_* functions utilized by clone/fork system call. 130 when a new process is created using fork(2), while other parts, 175 clone(2), fork(2)
|
D | cachetlb.txt | 50 fork, and exec. 162 page table operations such as what happens during fork.
|
D | email-clients.txt | 223 fork, or in other words, the editor must not return before closing.
|
/linux-4.1.27/tools/perf/bench/ |
D | sched-pipe.c | 134 pid = fork(); in bench_sched_pipe()
|
D | sched-messaging.c | 147 switch (fork()) { in create_worker()
|
D | numa.c | 1442 pid = fork(); in __bench_numa()
|
/linux-4.1.27/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 9 English natives and do no intended to fork. So, if you have any
|
D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
D | HOWTO | 11 fork. So if you have any comments or updates for this file, please try
|
D | SubmittingPatches | 11 fork. So if you have any comments or updates of this file, please try
|
/linux-4.1.27/tools/perf/tests/ |
D | rdpmc.c | 160 pid = fork(); in test__rdpmc()
|
D | builtin-test.c | 204 int status, err = -1, child = fork(); in run_test()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 158 pid = fork(); in eat_cpu()
|
/linux-4.1.27/include/linux/ |
D | cgroup-defs.h | 412 void (*fork)(struct task_struct *task); member
|
/linux-4.1.27/scripts/ |
D | docproc.c | 116 switch (pid=fork()) { in exec_kernel_doc() 375 switch (pid=fork()) { in find_all_symbols()
|
/linux-4.1.27/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 162 child = fork(); in main()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 126 llog_cb_t cb, void *data, void *catdata, bool fork); 190 void *data, int startcat, int startidx, bool fork);
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 135 EBB events are not inherited across fork. If the child process wishes to use 137 BESCR/EBBHR/EBBRR is cleared across fork().
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 381 pid = fork(); in main()
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 73 o Account and check on fork
|
D | numa_memory_policy.txt | 43 it is inheritable, and indeed is inherited, across both fork() 85 they are inherited across fork(). However, because VMA policies refer 421 + set the task policy for a specified program via set_mempolicy(2), fork(2) and
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 99 pid = fork(); in start_ptraced_child()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tmon.c | 357 pid_t sid, pid = fork(); in start_daemon_mode()
|
/linux-4.1.27/Documentation/filesystems/ |
D | hfs.txt | 64 along with the corresponding data fork or directory.
|
D | proc.txt | 464 dc - do not copy area on fork 1303 includes (but is not limited to) those created by calls to the fork() and
|
/linux-4.1.27/kernel/ |
D | cgroup_freezer.c | 482 .fork = freezer_fork,
|
D | Makefile | 5 obj-y = fork.o exec_domain.o panic.o \
|
D | cgroup.c | 4945 need_forkexit_callback |= ss->fork || ss->exit; in cgroup_init_subsys() 5257 if (ss->fork) in cgroup_post_fork() 5258 ss->fork(child); in cgroup_post_fork()
|
D | fork.c | 1757 SYSCALL_DEFINE0(fork) in SYSCALL_DEFINE0() argument
|
/linux-4.1.27/samples/bpf/ |
D | test_maps.c | 192 pid[i] = fork(); in run_parallel()
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 166 pid = fork(); in tap_configure() 197 pid = fork(); in tap_configure() 1581 mic->pid = fork(); in init_mic() 1706 pid = fork(); in main()
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 280 child_pid = fork(); in fork_it()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 9 make it useful for specific tasks, and, of course, you are encouraged to fork
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 78 child = fork(); in check_execveat_invoked_rc()
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 48 are inherited on fork, so you can use ionice to start the process at a given
|
/linux-4.1.27/Documentation/accounting/ |
D | getdelays.c | 343 tid = fork(); in main()
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 198 - in fork and exit, to attach and detach a task from its css_set. 256 The attachment of each task, automatically inherited at fork by any 319 7) fork, exec or clone the job tasks from this founding father task. 598 fork. If this method returns 0 (success) then this should remain valid 632 void fork(struct task_struct *task)
|
D | cpusets.txt | 142 - in fork and exit, to attach and detach a task from its cpuset. 194 The attachment of each task, automatically inherited at fork by any 677 6) fork, exec or clone the job tasks from this founding father task.
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 336 childpid = fork(); in process_request()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | entry.S | 100 | After a fork we jump here directly from resume,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 8 PPC_SYS(fork)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 66 57 common fork stub_fork
|
D | syscall_32.tbl | 11 2 i386 fork sys_fork stub32_fork
|
/linux-4.1.27/arch/alpha/kernel/ |
D | entry.S | 811 fork_like fork
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 862 # fork & co. return 0 to child
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 78 ; Called at exit from fork. schedule_tail must be called to drop
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 118 an improved fork of uml_switch.
|
/linux-4.1.27/tools/virtio/ |
D | vringh_test.c | 171 if (fork() != 0) { in parallel_test()
|
/linux-4.1.27/Documentation/ia64/ |
D | err_inject.txt | 857 pid=fork(); 937 perror("Error fork:");
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 156 clone, fork, vfork or execve occurs. A new keyring is created only when 160 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is 164 The session-specific keyring is persistent across clone, fork, vfork and 727 Note that this setting is inherited across fork/exec. 766 The assumed authoritative key is inherited across fork and exec.
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_64.S | 502 FORK_LIKE fork
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 627 lives in) pid namespace. When selecting a pid for a next task on fork 878 using fork().
|
D | vm.txt | 752 "fork: Cannot allocate memory".
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 715 pid_t pid = fork(); 722 perror("fork");
|
D | ppp_generic.txt | 307 instance (i.e. as a result of dup(), dup2() or fork()).
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 303 -deadline task cannot fork.
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1432 int fork, /* data or attr fork */ in xfs_bmap_search_extents() argument 1442 ifp = XFS_IFORK_PTR(ip, fork); in xfs_bmap_search_extents() 1447 !(XFS_IS_REALTIME_INODE(ip) && fork == XFS_DATA_FORK))) { in xfs_bmap_search_extents()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | entry.S | 1723 fork_like fork
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 2967 child_pid = fork(); in fork_it()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 8382 .fork = cpu_cgroup_fork,
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1818 if (fork() > 0) {
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 41 of fork() and the SCM_RIGHTS facility of unix domain socket. These
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3063 request = {op = 2, u = {exec = {ip = 1350467584, sp = 2952789424}, fork = {
|