Searched refs:add_str (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/s390/boot/ |
| D | pgm_check_info.c | 20 static char *add_str(char *dst, char *src) in add_str() function 34 add_str(buf, "Linux version "); in print_pgm_check_info() 38 p = add_str(buf, "Kernel fault: interruption code "); in print_pgm_check_info() 40 p = add_str(p, " ilc:"); in print_pgm_check_info() 42 add_str(p, "\n"); in print_pgm_check_info() 45 p = add_str(buf, "PSW : "); in print_pgm_check_info() 47 p = add_str(p, " "); in print_pgm_check_info() 49 add_str(p, "\n"); in print_pgm_check_info() 52 p = add_str(buf, " R:"); in print_pgm_check_info() 54 p = add_str(p, " T:"); in print_pgm_check_info() [all …]
|
| /Linux-v5.4/tools/perf/util/ |
| D | sort.c | 1507 static inline char *add_str(char *p, const char *str) in add_str() function 1553 p = add_str(p, txbits[i].name); in hist_entry__transaction_snprintf() 1555 p = add_str(p, "NEITHER "); in hist_entry__transaction_snprintf()
|