Searched refs:COMM (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/tools/perf/tests/
H A Dhists_output.c115 #define COMM(he) (thread__comm_str(he->thread)) macro
166 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test1()
172 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && test1()
178 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && test1()
184 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && test1()
190 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && test1()
196 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && test1()
202 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && test1()
208 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && test1()
214 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test1()
320 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && test3()
326 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && test3()
332 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test3()
338 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && test3()
344 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && test3()
399 !strcmp(COMM(he), "perf") && he->stat.period == 100); test4()
405 !strcmp(COMM(he), "perf") && he->stat.period == 100); test4()
411 !strcmp(COMM(he), "bash") && he->stat.period == 100); test4()
417 !strcmp(COMM(he), "perf") && he->stat.period == 200); test4()
423 !strcmp(COMM(he), "perf") && he->stat.period == 100); test4()
429 !strcmp(COMM(he), "bash") && he->stat.period == 100); test4()
435 !strcmp(COMM(he), "perf") && he->stat.period == 100); test4()
441 !strcmp(COMM(he), "perf") && he->stat.period == 100); test4()
447 !strcmp(COMM(he), "bash") && he->stat.period == 100); test4()
503 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && test5()
510 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && test5()
517 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && test5()
524 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && test5()
531 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && test5()
538 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && test5()
545 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && test5()
552 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test5()
559 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test5()
566 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && test5()
H A Dkeep-tracking.c107 comm = "Test COMM 1"; test__keep_tracking()
129 comm = "Test COMM 2"; test__keep_tracking()
H A Dswitch-tracking.c172 err = check_comm(switch_tracking, event, "Test COMM 1", 0); process_event()
176 err = check_comm(switch_tracking, event, "Test COMM 2", 1); process_event()
180 err = check_comm(switch_tracking, event, "Test COMM 3", 2); process_event()
184 err = check_comm(switch_tracking, event, "Test COMM 4", 3); process_event()
470 comm = "Test COMM 1";
483 comm = "Test COMM 2";
496 comm = "Test COMM 3";
509 comm = "Test COMM 4";
H A Dperf-time-to-tsc.c97 comm1 = "Test COMM 1"; test__perf_time_to_tsc()
102 comm2 = "Test COMM 2"; test__perf_time_to_tsc()
H A Dhists_cumulate.c149 #define COMM(he) (thread__comm_str(he->thread)) macro
208 !strcmp(COMM(he), expected[i].comm) && do_test()
/linux-4.1.27/drivers/tty/serial/
H A Dmpsc.c535 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_sdma_start_tx()
879 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_init_rings()
953 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_rx_intr()
987 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_rx_intr()
1063 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_rx_intr()
1075 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_rx_intr()
1109 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_setup_tx_desc()
1156 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_copy_tx_data()
1182 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_tx_intr()
1201 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_tx_intr()
1586 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_get_poll_char()
1602 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_get_poll_char()
1628 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_get_poll_char()
1641 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_get_poll_char()
1754 if (pi->cache_mgmt) /* GT642[46]0 Res #COMM-2 */ mpsc_console_write()
/linux-4.1.27/include/linux/mtd/
H A Dfsmc.h79 #define COMM 0x08 macro
/linux-4.1.27/arch/nios2/kernel/
H A Dprocess.c154 pr_emerg("COMM=%s PID=%d\n", current->comm, current->pid); dump()
/linux-4.1.27/tools/perf/util/
H A Devent.c19 [PERF_RECORD_COMM] = "COMM",
79 pr_warning("Couldn't get COMM, tigd and ppid for pid %d\n", perf_event__get_comm_ids()
/linux-4.1.27/drivers/dma/bestcomm/
H A Dbestcomm.c331 /* Disable COMM Bus Prefetch on the original 5200; it's broken */ bcom_engine_init()
/linux-4.1.27/tools/lib/traceevent/
H A Dparse-filter.c30 #define COMM "COMM" macro
33 .name = "COMM",
385 if (strcmp(token, COMM) != 0) { create_arg_item()
391 /* If token is 'COMM' then it is special */ create_arg_item()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dov519.c1158 * 32 COMM "Common Control M"
1160 * COMM[7:6] "Pixel clock divide option"
1162 * COMM[5:3] "Horizontal window end position, 3 LSBs"
1164 * COMM[2:0] "Horizontal window start position, 3 LSBs"
1263 * 32 COMM "Common Control M"
1265 * COMM[7:6] "Pixel clock divide option"
1267 * COMM[5:3] "Horizontal window end position, 3 LSBs"
1269 * COMM[2:0] "Horizontal window start position, 3 LSBs"
/linux-4.1.27/arch/blackfin/kernel/
H A Dtrace.c759 pr_notice("COMM=%s PID=%d", dump_bfin_process()
762 pr_notice("COMM= invalid"); dump_bfin_process()
/linux-4.1.27/tools/perf/
H A Dbuiltin-script.c347 if (PRINT_FIELD(COMM)) { print_sample_start()
629 pr_debug("problem processing COMM event, skipping it.\n"); process_comm_event()
H A Dbuiltin-trace.c2667 "show the thread COMM next to its id"), cmd_trace()
/linux-4.1.27/drivers/scsi/aacraid/
H A Daacraid.h472 /* PMC NEW COMM: There is no more AIF data pending */
2067 /* PMC NEW COMM: Request the event data */
/linux-4.1.27/drivers/mtd/nand/
H A Dfsmc_nand.c438 FSMC_NAND_REG(regs, bank, COMM)); fsmc_nand_setup()
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dmain.c29 const char lbs_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
/linux-4.1.27/arch/mips/kvm/
H A Dmips.c330 kvm_debug("Allocated COMM page @ %p\n", vcpu->arch.kseg0_commpage); kvm_arch_vcpu_create()
/linux-4.1.27/drivers/usb/class/
H A Dcdc-acm.c1841 /* NOTE: non-Nokia COMM/ACM/0xff is likely MSFT RNDIS... NOT a modem! */
/linux-4.1.27/fs/cifs/
H A Dcifspdu.h793 * COMM

Completed in 871 milliseconds