Home
last modified time | relevance | path

Searched refs:tgid (Results 101 – 125 of 133) sorted by relevance

123456

/openbmc/linux/tools/perf/
H A Dbuiltin-record.c2515 pid_t tgid; in __cmd_record() local
2529 tgid = perf_event__synthesize_comm(tool, event, in __cmd_record()
2535 if (tgid == -1) in __cmd_record()
2551 tgid, process_synthesized_event, in __cmd_record()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v11_0.c132 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v11_0_process_interrupt()
H A Dgmc_v10_0.c165 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v10_0_process_interrupt()
H A Dgmc_v8_0.c1456 task_info.tgid, task_info.task_name, task_info.pid); in gmc_v8_0_process_interrupt()
H A Dgmc_v9_0.c636 entry->pasid, task_info.process_name, task_info.tgid, in gmc_v9_0_process_interrupt()
H A Dsdma_v4_4_2.c1646 entry->pasid, task_info.process_name, task_info.tgid, in sdma_v4_4_2_print_iv_entry()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrumain.c736 if (!gru || gts->ts_tgid_owner != current->tgid) in gru_check_context_placement()
/openbmc/linux/Documentation/powerpc/
H A Dvas-api.rst253 (tgid). It is up to the application whether to ignore or handle these
/openbmc/linux/kernel/bpf/
H A Dhelpers.c227 return (u64) task->tgid << 32 | task->pid; in BPF_CALL_0()
611 nsdata->tgid = task_tgid_nr_ns(task, pidns); in BPF_CALL_4()
/openbmc/linux/kernel/trace/
H A Dtrace_events.c682 bool cmd = false, tgid = false; in __ftrace_event_enable_disable() local
695 tgid = true; in __ftrace_event_enable_disable()
704 if (tgid) in __ftrace_event_enable_disable()
/openbmc/linux/include/linux/
H A Dcompat.h766 asmlinkage long compat_sys_rt_tgsigqueueinfo(compat_pid_t tgid,
H A Dsyscalls.h625 asmlinkage long sys_tgkill(pid_t tgid, pid_t pid, int sig);
825 asmlinkage long sys_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig,
/openbmc/linux/Documentation/bpf/
H A Dringbuf.rst66 with hashed task's tgid being a look up key to preserve order, but reduce
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c1239 COMPOUND_FID, current->tgid, in smb2_set_ea()
1638 current->tgid, FILE_END_OF_FILE_INFORMATION, in smb2_ioctl_query_info()
2870 current->tgid, length, offset, type, wait); in smb2_mand_lock()
3304 io_parms.pid = current->tgid; in smb3_simple_fallocate_write_range()
5006 io_parms.pid = current->tgid; in __cifs_sfu_make_node()
H A Dsmb2pdu.c124 shdr->Id.SyncId.ProcessId = cpu_to_le32((__u16)current->tgid); in smb2_hdr_assemble()
5612 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
5622 current->tgid, FILE_FULL_EA_INFORMATION, SMB2_O_INFO_FILE, in SMB2_set_ea()
/openbmc/linux/net/sunrpc/
H A Dsched.c1113 task->tk_owner = current->tgid; in rpc_init_task()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c1186 instance->pid = current->tgid; in vchiq_open()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7185 __u32 tgid; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7185 __u32 tgid; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c354 skel->bss->tgid = getpid(); in test_task_file()
/openbmc/linux/kernel/events/
H A Duprobes.c1873 current->pid, current->tgid); in prepare_uretprobe()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c2261 p->lead_thread->tgid, p->pasid); in kfd_debugfs_mqds_by_process()
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c5341 fl->fl_pid = current->tgid; in nfs4_alloc_init_lease()
7611 file_lock->fl_pid = current->tgid; in nfsd4_lock()
7785 file_lock->fl_pid = current->tgid; in nfsd4_lockt()
7847 file_lock->fl_pid = current->tgid; in nfsd4_locku()
/openbmc/linux/Documentation/filesystems/
H A Dautofs.rst333 __u32 tgid;
/openbmc/linux/Documentation/trace/
H A Dftrace.rst451 If the option "record-tgid" is set, on each scheduling context switch
453 the thread to its TGID. By default, the "record-tgid" option is
1070 norecord-tgid
1225 record-tgid

123456