X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/0c7012e0558e4312e575fd4c70652d8ef2265ff7..a090187de116a3d0b8146ca481249c8fc83ad3ee:/trace-events diff --git a/trace-events b/trace-events index 1927c764a9..e8103d1374 100644 --- a/trace-events +++ b/trace-events @@ -1666,3 +1666,7 @@ alsa_no_frames(int state) "No frames available and ALSA state is %d" # audio/ossaudio.c oss_version(int version) "OSS version = %#x" oss_invalid_available_size(int size, int bufsize) "Invalid available size, size=%d bufsize=%d" + +# crypto/tlscreds.c +qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s" +qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path creds=%p filename=%s path=%s"