Home
last modified time | relevance | path

Searched refs:comm_len (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_module.c35 int comm_len; member
64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
98 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
H A Dtest_core_reloc_kernel.c23 int comm_len; member
105 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
H A Dcore_reloc_types.h15 int comm_len; member
33 int comm_len; member
/linux/tools/perf/util/
H A Dthread.h50 int comm_len; in DECLARE_RC_STRUCT() local
216 return RC_CHK_ACCESS(thread)->comm_len; in thread__var_comm_len()
221 RC_CHK_ACCESS(thread)->comm_len = len; in thread__set_comm_len()
H A Dthread.c338 int comm_len = thread__var_comm_len(thread); in thread__comm_len() local
340 if (!comm_len) { in thread__comm_len()
345 comm_len = __thread__comm_len(thread, comm); in thread__comm_len()
349 return comm_len; in thread__comm_len()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c30 .comm_len = sizeof("test_progs"), \
559 .comm_len = sizeof("test_progs"),