Searched refs:COMM (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | hists_output.c | 119 #define COMM(he) (thread__comm_str(he->thread)) macro 170 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 176 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 182 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 194 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 200 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
D | hists_cumulate.c | 153 #define COMM(he) (thread__comm_str(he->thread)) macro 212 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
/linux-4.4.14/include/linux/mtd/ |
D | fsmc.h | 79 #define COMM 0x08 macro
|
/linux-4.4.14/Documentation/networking/ |
D | policy-routing.txt | 48 RTP_PROHIBIT - drop the packet and send ICMP COMM. ADM. PROHIBITED.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 96 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
D | perf-script.txt | 230 Display task related events (e.g. FORK, COMM, EXIT).
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 39 version: COMM-USB8388-318.p4
|
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 30 #define COMM "COMM" macro 385 if (strcmp(token, COMM) != 0) { in create_arg_item()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | fsmc_nand.c | 438 FSMC_NAND_REG(regs, bank, COMM)); in fsmc_nand_setup()
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 397 if (PRINT_FIELD(COMM)) { in print_sample_start()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 176 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|