Home
last modified time | relevance | path

Searched defs:comm (Results 101 - 125 of 243) sorted by relevance

12345678910

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcn_proc.h80 char comm[16]; member
81 } comm; member
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Drx.c515 int aac_rx_select_comm(struct aac_dev *dev, int comm) in aac_rx_select_comm() argument
H A Dcomminit.c375 struct aac_queue_block * comm = dev->queues; in aac_comm_init() local
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.h102 char comm[16]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcn_proc.h80 char comm[16]; member
81 } comm; member
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex2_user.c30 char comm[16]; member
H A Dtrace_event_user.c56 char comm[TASK_COMM_LEN]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcn_proc.h71 char comm[16]; member
72 } comm; member
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c82 const char *comm = util_get_process_name(); in set_debuginfo() local
/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp133 std::string comm = ExecuteCommands(cmd); in CheckProcessComm() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp875 void InitCommunicator(DBInfo &dbInfo, EnvHandle &envDevice, OnOfflineDevice &onlineCallback, ICommunicator *&comm) in InitCommunicator() argument
/kernel/linux/common_modules/tzdriver/core/
H A Dcmdmonitor.c110 static int get_pid_name(pid_t pid, char *comm, size_t size) in get_pid_name() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dpyperf.h46 char comm[TASK_COMM_LEN]; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddb-export.c82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm() argument
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm() argument
108 db_export__exec_comm(struct db_export *dbe, struct comm *comm, struct thread *main_thread) db_export__exec_comm() argument
133 db_export__comm_thread(struct db_export *dbe, struct comm *comm, struct thread *thread) db_export__comm_thread() argument
294 struct comm *comm = NULL; db_export__threads() local
356 struct comm *comm = NULL; db_export__sample() local
[all...]
H A Dthread.c42 struct comm *comm; in thread__new() local
84 struct comm *comm, *tmp_comm; in thread__delete() local
218 struct comm *comm, *last = NULL, *second_last = NULL; thread__exec_comm() local
278 char *comm = NULL; thread__set_comm_from_proc() local
294 const struct comm *comm = thread__comm(thread); __thread__comm_str() local
317 const char *comm = thread__comm_str(thread); thread__comm_len() local
394 const char *comm = thread__comm_str(parent); thread__fork() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c352 const char *comm = thread__comm_str(thread); in perl_process_tracepoint() local
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dvm86_32.c249 char comm[TASK_COMM_LEN]; in do_sys_vm86() local
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gpu.c330 static void get_comm_cmdline(struct msm_gem_submit *submit, char **comm, char **cmd) in get_comm_cmdline() argument
257 msm_gpu_crashstate_capture(struct msm_gpu *gpu, struct msm_gem_submit *submit, char *comm, char *cmd) msm_gpu_crashstate_capture() argument
300 msm_gpu_crashstate_capture(struct msm_gpu *gpu, struct msm_gem_submit *submit, char *comm, char *cmd) msm_gpu_crashstate_capture() argument
361 char *comm = NULL, *cmd = NULL; recover_worker() local
454 char *comm = NULL, *cmd = NULL; fault_worker() local
[all...]
/kernel/linux/linux-6.6/tools/perf/include/perf/
H A Dperf_dlfilter.h93 const char *comm; member
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddlfilter-test.c127 struct perf_record_comm comm; in write_comm() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c356 const char *comm = thread__comm_str(thread); in perl_process_tracepoint() local
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddb-export.c82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm() argument
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm() argument
108 db_export__exec_comm(struct db_export *dbe, struct comm *comm, struct thread *main_thread) db_export__exec_comm() argument
133 db_export__comm_thread(struct db_export *dbe, struct comm *comm, struct thread *thread) db_export__comm_thread() argument
298 struct comm *comm = NULL; db_export__threads() local
360 struct comm *comm = NULL; db_export__sample() local
[all...]
H A Dthread.c43 struct comm *comm; in thread__new() local
95 struct comm *comm, *tmp_comm; in thread__delete() local
213 struct comm *comm, *last = NULL, *second_last = NULL; thread__exec_comm() local
273 char *comm = NULL; thread__set_comm_from_proc() local
289 const struct comm *comm = thread__comm(thread); __thread__comm_str() local
308 __thread__comm_len(struct thread *thread, const char *comm) __thread__comm_len() argument
323 const char *comm; thread__comm_len() local
401 const char *comm = thread__comm_str(parent); thread__fork() local
[all...]
H A Dthread.h93 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h47 char comm[TASK_COMM_LEN]; member

Completed in 17 milliseconds

12345678910