txtname           405 scripts/recordmcount.c static int is_mcounted_section_name(char const *const txtname)
txtname           407 scripts/recordmcount.c 	return strncmp(".text",          txtname, 5) == 0 ||
txtname           408 scripts/recordmcount.c 		strcmp(".init.text",     txtname) == 0 ||
txtname           409 scripts/recordmcount.c 		strcmp(".ref.text",      txtname) == 0 ||
txtname           410 scripts/recordmcount.c 		strcmp(".sched.text",    txtname) == 0 ||
txtname           411 scripts/recordmcount.c 		strcmp(".spinlock.text", txtname) == 0 ||
txtname           412 scripts/recordmcount.c 		strcmp(".irqentry.text", txtname) == 0 ||
txtname           413 scripts/recordmcount.c 		strcmp(".softirqentry.text", txtname) == 0 ||
txtname           414 scripts/recordmcount.c 		strcmp(".kprobes.text", txtname) == 0 ||
txtname           415 scripts/recordmcount.c 		strcmp(".cpuidle.text", txtname) == 0;
txtname           369 scripts/recordmcount.h 		      const char *const txtname)
txtname           396 scripts/recordmcount.h 				       txtname);
txtname           433 scripts/recordmcount.h 				char const *const txtname,
txtname           462 scripts/recordmcount.h 		txtndx, txtname);
txtname           474 scripts/recordmcount.h 	char const *const txtname = &shstrtab[w(txthdr->sh_name)];
txtname           476 scripts/recordmcount.h 	if (strcmp("__mcount_loc", txtname) == 0) {
txtname           484 scripts/recordmcount.h 	return txtname;
txtname           505 scripts/recordmcount.h 	char const *txtname;
txtname           508 scripts/recordmcount.h 		txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname);
txtname           509 scripts/recordmcount.h 		if (txtname == already_has_rel_mcount) {
txtname           513 scripts/recordmcount.h 		if (txtname && is_mcounted_section_name(txtname))
txtname           565 scripts/recordmcount.h 		char const *const txtname = has_rel_mcount(relhdr, shdr0,
txtname           567 scripts/recordmcount.h 		if (txtname == already_has_rel_mcount) {
txtname           572 scripts/recordmcount.h 		if (txtname && is_mcounted_section_name(txtname)) {
txtname           577 scripts/recordmcount.h 			result = find_secsym_ndx(w(relhdr->sh_info), txtname,
txtname           588 scripts/recordmcount.h 		} else if (txtname && (warn_on_notrace_sect || make_nop)) {
txtname           593 scripts/recordmcount.h 			if (nop_mcount(relhdr, ehdr, txtname) < 0) {