Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_output.c118 #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 Dhists_cumulate.c152 #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 Dhists_output.c131 #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 Dhists_cumulate.c166 #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 Dtest_cpuset_prs.sh369 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 Dfsmc_nand.c78 #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 Dfsmc_nand.c78 #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 Dparse-filter.c17 #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 Dtrace_events.c172 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c703 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c195 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c792 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()

Completed in 28 milliseconds