Searched refs:add_str (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | pgm_check_info.c | 21 static char *add_str(char *dst, char *src) in add_str() function 35 add_str(buf, "Linux version "); in print_pgm_check_info() 40 p = add_str(buf, "Kernel fault: interruption code "); in print_pgm_check_info() 42 p = add_str(p, " ilc:"); in print_pgm_check_info() 44 add_str(p, "\n"); in print_pgm_check_info() 48 p = add_str(buf, "Kernel random base: "); in print_pgm_check_info() 50 add_str(p, "\n"); in print_pgm_check_info() 54 p = add_str(buf, "PSW : "); in print_pgm_check_info() 56 p = add_str(p, " "); in print_pgm_check_info() 58 add_str( in print_pgm_check_info() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.c | 1534 static inline char *add_str(char *p, const char *str) in add_str() function 1580 p = add_str(p, txbits[i].name); in hist_entry__transaction_snprintf() 1582 p = add_str(p, "NEITHER "); in hist_entry__transaction_snprintf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.c | 1953 static inline char *add_str(char *p, const char *str) in add_str() function 1999 p = add_str(p, txbits[i].name); in hist_entry__transaction_snprintf() 2001 p = add_str(p, "NEITHER "); in hist_entry__transaction_snprintf()
|
Completed in 10 milliseconds