/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_output.c | 118 #define COMM(he) (thread__comm_str(he->thread)) macro 169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 217 !strcmp(COMM(h in test1() [all...] |
H A D | hists_cumulate.c | 152 #define COMM(he) (thread__comm_str(he->thread)) macro 211 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_output.c | 131 #define COMM(he) (thread__comm_str(he->thread)) macro 182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 230 !strcmp(COMM(h in test1() [all...] |
H A D | hists_cumulate.c | 166 #define COMM(he) (thread__comm_str(he->thread)) macro 224 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 369 COMM="echo ${PREFIX}${CTRL} > $SFILE" 370 eval $COMM $REDIRECT 374 COMM="echo $CPUS > $CFILE" 375 eval $COMM $REDIRECT 391 COMM="echo $VAL > $PFILE" 392 eval $COMM $REDIRECT 399 COMM="echo 0 > $TFILE" 400 eval $COMM $REDIRECT 405 echo "$COMM"
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | fsmc_nand.c | 78 #define COMM 0x08 macro 279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | fsmc_nand.c | 78 #define COMM 0x08 macro 279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 17 #define COMM "COMM" macro 21 .name = "COMM", 369 /* If token is 'COMM' or 'CPU' then it is special */ in create_arg_item() 370 if (strcmp(token, COMM) == 0) { in create_arg_item()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 172 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 703 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 195 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 792 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|