Searched refs:comm (Results 26 - 50 of 150) sorted by path

123456

/external/clang/utils/
H A Dfind-unused-diagnostics.sh15 comm -23 <(sort -u <<< "$ALL_DIAGS") <(sort -u <<< "$DIAGS_IN_SOURCES")
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S165 .comm _ZN14__interception11real_setjmpE,8,8
192 .comm _ZN14__interception12real__setjmpE,8,8
219 .comm _ZN14__interception14real_sigsetjmpE,8,8
260 .comm _ZN14__interception16real___sigsetjmpE,8,8
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/iptables/extensions/
H A Dlibxt_owner.c34 char comm[16]; member in struct:ipt_owner_info
43 char comm[16]; member in struct:ip6t_owner_info
106 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, comm)},
333 printf(" %.*s", (int)sizeof(info->comm), info->comm);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h112 char comm[16]; member in struct:proc_event::__anon22924::comm_proc_event
113 } comm; member in union:proc_event::__anon22924
H A Dperf_event.h278 comm : 1, /* include comm data */ member in struct:perf_event_attr
580 * char comm[];
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c86 nfa_hci_cb.app_in_use = p_evt_data->comm.hci_handle;
145 nfa_hci_cb.app_in_use = p_evt_data->comm.hci_handle;
484 tNFA_HANDLE app_handle = p_evt_data->comm.hci_handle;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h290 tNFA_HCI_COMM_DATA comm; member in union:__anon24190
/external/libopus/celt/arm/
H A Darm2gnu.pl206 s/^([A-Za-z_]\w*)[ \t]+\%/.comm $1,/;
/external/libunwind/tests/
H A Drun-coredump-unwind22 comm -13 "$dynsyms" "$funcsyms" > "$keep_symbols"
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h255 comm : 1, /* include comm data */ member in struct:perf_event_attr
557 * char comm[];
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c124 char *comm; member in struct:cmdline
143 char *comm; member in struct:cmdline_list
161 cmdlines[i].comm = cmdlist->comm;
178 const struct cmdline *comm; local
189 comm = bsearch(&key, pevent->cmdlines, pevent->cmdline_count,
192 if (comm)
193 return comm->comm;
207 const struct cmdline *comm; local
231 add_new_comm(struct pevent *pevent, const char *comm, int pid) argument
283 pevent_register_comm(struct pevent *pevent, const char *comm, int pid) argument
4411 const char *comm; local
4454 const char *comm; local
[all...]
H A Devent-parse.h529 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid);
H A Dparse-filter.c32 static struct format_field comm = { variable in typeref:struct:format_field
373 field = &comm;
1574 const char *comm; local
1578 comm = pevent_data_comm_from_pid(event->pevent, pid);
1579 return comm;
1588 /* Handle our dummy "comm" field */
1589 if (field == &comm) {
1764 if (arg->str.field == &comm)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c281 .comm = perf_event__process_comm,
H A Dbuiltin-diff.c343 .comm = perf_event__process_comm,
720 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
725 "sort by key(s): pid, comm, dso, symbol, parent"),
H A Dbuiltin-inject.c406 .comm = perf_event__repipe,
H A Dbuiltin-kmem.c317 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid);
329 .comm = perf_event__process_comm,
H A Dbuiltin-kvm.c1186 attr->comm = 0;
1222 .comm = perf_event__process_comm,
1463 kvm->tool.comm = perf_event__process_comm;
H A Dbuiltin-lock.c759 pr_info("%10s: comm\n", "Thread ID");
765 pr_info("%10d: %s\n", st->tid, t->comm);
836 .comm = perf_event__process_comm,
H A Dbuiltin-mem.c194 .comm = perf_event__process_comm,
H A Dbuiltin-report.c488 const char *help = "For a higher level overview, try: perf report --sort comm,dso";
749 .comm = perf_event__process_comm,
787 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline,"
807 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
898 sort_order = "comm,dso_from,symbol_from,"
H A Dbuiltin-sched.c37 char comm[COMM_LEN]; member in struct:task_desc
331 unsigned long pid, const char *comm)
345 strcpy(task->comm, comm);
359 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
373 task->nr, task->comm, task->pid, task->nr_events);
480 sprintf(comm2, ":%s", this_task->comm);
668 const char *comm = perf_evsel__strval(evsel, sample, "comm"); local
675 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pi
330 register_pid(struct perf_sched *sched, unsigned long pid, const char *comm) argument
[all...]
H A Dbuiltin-script.c51 {.str = "comm", .field = PERF_OUTPUT_COMM},
293 printf("%8.8s ", thread->comm);
295 printf("%s ", thread->comm);
297 printf("%16s ", thread->comm);
546 .comm = perf_event__process_comm,
1297 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
1304 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",

Completed in 436 milliseconds

123456