Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr.c339 static void add_str(GString *s, const gchar *s1) in add_str() function
923 add_str(hypertas, "hcall-pft"); in spapr_dt_rtas()
924 add_str(hypertas, "hcall-term"); in spapr_dt_rtas()
925 add_str(hypertas, "hcall-dabr"); in spapr_dt_rtas()
926 add_str(hypertas, "hcall-interrupt"); in spapr_dt_rtas()
927 add_str(hypertas, "hcall-tce"); in spapr_dt_rtas()
928 add_str(hypertas, "hcall-vio"); in spapr_dt_rtas()
929 add_str(hypertas, "hcall-splpar"); in spapr_dt_rtas()
930 add_str(hypertas, "hcall-join"); in spapr_dt_rtas()
931 add_str(hypertas, "hcall-bulk"); in spapr_dt_rtas()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsort.c1953 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()