prot_prefix 8 tools/perf/trace/beauty/mmap.c const char *prot_prefix = "PROT_"; prot_prefix 13 tools/perf/trace/beauty/mmap.c return scnprintf(bf, size, "%sNONE", show_prefix ? prot_prefix : ""); prot_prefix 16 tools/perf/trace/beauty/mmap.c printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prot_prefix :"", #n); \