Home
last modified time | relevance | path

Searched refs:COMM (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dhists_output.c115 #define COMM(he) (thread__comm_str(he->thread)) macro
166 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
172 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
178 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
184 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
190 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
196 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
202 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
208 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
214 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
Dhists_cumulate.c149 #define COMM(he) (thread__comm_str(he->thread)) macro
208 !strcmp(COMM(he), expected[i].comm) && in do_test()
/linux-4.1.27/include/linux/mtd/
Dfsmc.h79 #define COMM 0x08 macro
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt48 RTP_PROHIBIT - drop the packet and send ICMP COMM. ADM. PROHIBITED.
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt97 Show process COMM right beside its ID, on by default, disable with --no-comm.
Dperf-script.txt213 Display task related events (e.g. FORK, COMM, EXIT).
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME39 version: COMM-USB8388-318.p4
/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c30 #define COMM "COMM" macro
385 if (strcmp(token, COMM) != 0) { in create_arg_item()
/linux-4.1.27/drivers/mtd/nand/
Dfsmc_nand.c438 FSMC_NAND_REG(regs, bank, COMM)); in fsmc_nand_setup()
/linux-4.1.27/tools/perf/
Dbuiltin-script.c347 if (PRINT_FIELD(COMM)) { in print_sample_start()