Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h73 struct comm *comm; member
124 struct comm { struct
129 uint8_t pad[0x100 - 0x88]; // 0a0 bool comm_encrypted argument
131 uint32_t pvp_cur_index; // 100
132 uint32_t acked_byte_ofs; // 104
133 uint32_t status_vp[0x10]; // 108
134 uint16_t mb_y[0x10]; //148
135 uint32_t pvp_stage; // 168 0xeeXX
136 uint16_t parse_endpos_index; // 16c
137 uint16_t irq_index; // 16e
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dsched.proto19 optional string comm = 1; field
36 optional string comm = 1; field
43 optional string comm = 1; field
55 optional string comm = 1; field
67 optional string comm = 1; field
72 optional string comm = 1; field
76 optional string comm = 1; field
Dblock.proto15 optional string comm = 6; field
23 optional string comm = 5; field
30 optional string comm = 5; field
44 optional string comm = 5; field
51 optional string comm = 5; field
71 optional string comm = 5; field
74 optional string comm = 1; field
98 optional string comm = 6; field
123 optional string comm = 5; field
130 optional string comm = 5; field
[all …]
Doom.proto10 optional string comm = 1; field
Dcgroup.proto13 optional string comm = 4; field
35 optional string comm = 4; field
Dlowmemorykiller.proto10 optional string comm = 1; field
Dtask.proto11 optional string comm = 2; field
Dsignal.proto16 optional string comm = 2; field
/external/adeb/bcc/misc/
Dandroid-futex-contention.py46 def sched__sched_waking(event_name, context, common_cpu, argument
52 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
64 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
Dfutex-contention.py35 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
47 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
/external/bcc/tools/
Dbpflist.py81 comm = comm_for_pid(pid) variable
Ddeadlock_detector.c46 char comm[TASK_COMM_LEN]; member
56 char comm[TASK_COMM_LEN]; member
Dstackcount.py300 def _print_comm(self, comm, pid): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc185 ncclComm_t comm; in SubmitParticipant() local
283 ncclComm_t comm) { in DoAllReduce()
/external/iproute2/lib/
Dfs.c144 int get_command_name(const char *pid, char *comm, size_t len) in get_command_name()
/external/bcc/examples/cpp/
DRandomRead.cc62 char comm[16]; member
/external/autotest/scheduler/
Ddrone_utility_unittest.py180 def _proc_info_dict(self, pid, comm, pgid=33, ppid=44, args=''): argument
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_bsp.c26 static void dump_comm_bsp(struct comm *comm) in dump_comm_bsp()
Dnv98_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp()
/external/kernel-headers/original/uapi/linux/
Dcn_proc.h113 char comm[16]; member
114 } comm; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp()
Dnvc0_video_bsp.c26 static void dump_comm_bsp(struct comm *comm) in dump_comm_bsp()
/external/bcc/src/lua/bpf/
Dbuiltins.lua358 local function comm() error('NYI') end function
/external/perf_data_converter/src/
Dperf_data_converter.cc116 uint64 comm = 0; member
305 const string& comm = per_pid_[pid].tid_to_comm_map[tid]; in MakeSampleKey() local
530 void PerfDataConverter::Comm(const CommContext& comm) { in Comm()
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument

123