/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.h | 73 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/ |
D | sched.proto | 19 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
|
D | block.proto | 15 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 …]
|
D | oom.proto | 10 optional string comm = 1; field
|
D | cgroup.proto | 13 optional string comm = 4; field 35 optional string comm = 4; field
|
D | lowmemorykiller.proto | 10 optional string comm = 1; field
|
D | task.proto | 11 optional string comm = 2; field
|
D | signal.proto | 16 optional string comm = 2; field
|
/external/adeb/bcc/misc/ |
D | android-futex-contention.py | 46 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
|
D | futex-contention.py | 35 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/ |
D | bpflist.py | 81 comm = comm_for_pid(pid) variable
|
D | deadlock_detector.c | 46 char comm[TASK_COMM_LEN]; member 56 char comm[TASK_COMM_LEN]; member
|
D | stackcount.py | 300 def _print_comm(self, comm, pid): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nccl_all_reduce_thunk.cc | 185 ncclComm_t comm; in SubmitParticipant() local 283 ncclComm_t comm) { in DoAllReduce()
|
/external/iproute2/lib/ |
D | fs.c | 144 int get_command_name(const char *pid, char *comm, size_t len) in get_command_name()
|
/external/bcc/examples/cpp/ |
D | RandomRead.cc | 62 char comm[16]; member
|
/external/autotest/scheduler/ |
D | drone_utility_unittest.py | 180 def _proc_info_dict(self, pid, comm, pgid=33, ppid=44, args=''): argument
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) in dump_comm_bsp()
|
D | nv98_video_vp.c | 27 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/ |
D | cn_proc.h | 113 char comm[16]; member 114 } comm; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_vp.c | 27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp()
|
D | nvc0_video_bsp.c | 26 static void dump_comm_bsp(struct comm *comm) in dump_comm_bsp()
|
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 358 local function comm() error('NYI') end function
|
/external/perf_data_converter/src/ |
D | perf_data_converter.cc | 116 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/ |
D | perf_to_tracing.py | 113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument
|