/external/linux-tools-perf/ |
builtin-diff.c | 61 .comm = perf_event__process_comm, 189 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", 194 "sort by key(s): pid, comm, dso, symbol, parent"), 229 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", NULL);
|
builtin-script.c | 40 {.str = "comm", .field = PERF_OUTPUT_COMM}, 230 if (PRINT_FIELD(COMM)) { 232 printf("%8.8s ", thread->comm); 234 printf("%s ", thread->comm); 236 printf("%16s ", thread->comm); 377 .comm = perf_event__process_comm, 988 "comma separated output fields prepend with 'type:'. Valid types: hw,sw,trace,raw. Fields: comm,tid,pid,time,cpu,event,trace,sym",
|
builtin-kmem.c | 325 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid); 335 .comm = perf_event__process_comm,
|
builtin-report.c | 191 .comm = perf_event__process_comm, 265 const char *help = "For a higher level overview, try: perf report --sort comm,dso"; 440 "sort by key(s): pid, comm, dso, symbol, parent"), 452 OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", 526 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", stdout);
|
builtin-lock.c | 825 pr_info("%10s: comm\n", "Thread ID"); 831 pr_info("%10d: %s\n", st->tid, t->comm); 879 .comm = perf_event__process_comm,
|
/external/openssl/crypto/ |
armv4cpuid.S | 153 .comm OPENSSL_armcap_P,4,4
|
x86_64cpuid.S | 7 .comm OPENSSL_ia32cap_P,8,4
|
x86_64cpuid.pl | 27 .comm OPENSSL_ia32cap_P,8,4
|
x86cpuid.S | 330 .comm OPENSSL_ia32cap_P,8,4
|
/external/openssl/crypto/sha/asm/ |
sha1-s390x.pl | 240 .comm OPENSSL_s390xcap_P,16,8
|
sha512-s390x.pl | 314 .comm OPENSSL_s390xcap_P,16,8
|
/external/tcpdump/ |
print-bgp.c | 961 u_int32_t comm; local 963 comm = EXTRACT_32BITS(tptr); 964 switch (comm) { 976 (comm >> 16) & 0xffff, 977 comm & 0xffff, [all...] |
/external/blktrace/ |
blkparse.c | 77 char comm[16]; member in struct:process_pid_map 565 strcpy(ppm->comm, name); 628 return ppm->comm; 650 return ppi_hash_name(ppm->comm); 677 if (!strcmp(ppm->comm, name)) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86_64cpuid.pl | 27 .comm OPENSSL_ia32cap_P,8,4
|
x86cpuid.S | 330 .comm OPENSSL_ia32cap_P,8,4
|
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 798 (thread->comm_set ? thread->comm : ""), 917 (thread->comm_set ? thread->comm : ""), 983 thread->comm_set ? thread->comm : "",
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-gf2m.S | 213 .comm OPENSSL_armcap_P,4,4
|
armv4-gf2m.pl | 272 .comm OPENSSL_armcap_P,4,4
|
x86-gf2m.S | 335 .comm OPENSSL_ia32cap_P,8,4
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 314 .comm OPENSSL_s390xcap_P,16,8
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 290 tNFA_HCI_COMM_DATA comm; member in union:__anon23455
|
/external/openssl/crypto/bn/asm/ |
armv4-gf2m.S | 213 .comm OPENSSL_armcap_P,4,4
|
armv4-gf2m.pl | 272 .comm OPENSSL_armcap_P,4,4
|
x86-gf2m.S | 335 .comm OPENSSL_ia32cap_P,8,4
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 517 } elsif ($dir =~ /\.comm/) { 628 /\.comm/ && do { my @str=split(/,\s*/,$line); 636 $v.="COMM @str[0]:DWORD:".@str[1]/4; [all...] |