Home
last modified time | relevance | path

Searched refs:add_str (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/s390/boot/
Dpgm_check_info.c21 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(p, "\n"); in print_pgm_check_info()
[all …]
/Linux-v5.10/tools/perf/util/
Dsort.c1535 static inline char *add_str(char *p, const char *str) in add_str() function
1581 p = add_str(p, txbits[i].name); in hist_entry__transaction_snprintf()
1583 p = add_str(p, "NEITHER "); in hist_entry__transaction_snprintf()