Home
last modified time | relevance | path

Searched defs:tgid (Results 1 – 25 of 59) sorted by relevance

123

/external/bcc/libbpf-tools/
Dcpudist.bpf.c33 static __always_inline void store_start(u32 tgid, u32 pid, u64 ts) in store_start()
41 u32 tgid, u32 pid, u64 ts) in update_hist()
85 u32 tgid = next->tgid, pid = next->pid; in BPF_PROG() local
Dopensnoop.bpf.c31 bool trace_allowed(u32 tgid, u32 pid) in trace_allowed()
54 u32 tgid = id >> 32; in tracepoint__syscalls__sys_enter_open() local
72 u32 tgid = id >> 32; in tracepoint__syscalls__sys_enter_openat() local
Ddrsnoop.bpf.c36 u32 tgid = id >> 32; in BPF_PROG() local
61 u32 tgid = id >> 32; in BPF_PROG() local
Dfilelife.bpf.c28 u32 tgid = id >> 32; in probe_create() local
58 u32 tgid = id >> 32; in BPF_KPROBE() local
Dtcpconnlat.bpf.c18 u32 tgid; member
36 u32 tgid = bpf_get_current_pid_tgid() >> 32; in trace_connect() local
Dfilelife.h12 pid_t tgid; member
Doffcputime.h9 __u32 tgid; member
Dfunclatency.bpf.c27 u32 tgid = id >> 32; in BPF_KPROBE() local
Drunqslower.bpf.c29 int trace_enqueue(u32 tgid, u32 pid) in trace_enqueue()
Dtcpconnlat.h19 __u32 tgid; member
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_retro.c8 int tgid; member
29 int tgid = BPF_CORE_READ(task, tgid); in handle_sys_enter() local
Dtest_core_reloc_kernel.c28 int tgid; member
42 int pid, tgid; in test_core_kernel() local
Dbpf_iter_test_kern3.c13 int tgid; in dump_task() local
Dbpf_iter_task_file.c9 int tgid = 0; variable
/external/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
Drt_sigqueueinfo.h12 static int sys_rt_sigqueueinfo(pid_t tgid, int sig, siginfo_t *uinfo) in sys_rt_sigqueueinfo()
/external/linux-kselftest/tools/testing/selftests/ptrace/
Dpeeksiginfo.c15 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()
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill.h12 static inline int sys_tgkill(int tgid, int tid, int sig) in sys_tgkill()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify11.c62 int tgid = getpid(); in test01() local
/external/perfetto/protos/perfetto/trace/ps/
Dprocess_tree.proto32 optional int32 tgid = 3; field
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dns_current_pid_tgid.c24 pid_t tgid, pid; in test_current_pid_tgid() local
/external/bcc/tools/
Dtrace.py39 tgid = -1 variable in Probe
594 def _stack_to_string(self, bpf, stack_id, tgid): argument
609 def _format_message(self, bpf, tgid, values): argument
Dfileslower.py56 tgid = args.tgid variable
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc62 uint32_t tgid, in ParseZeroEvent()
94 uint32_t tgid, in ParseKernelTracingMarkWrite()
/external/perfetto/src/traceconv/
Dtrace_to_systrace.cc99 uint32_t tgid, in FormatThread()
331 uint32_t tgid = static_cast<uint32_t>(it->Get(1 /* col */).long_value); in ExtractSystrace() local
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h48 pid_t tgid; // thread group id member

123