webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
trace-webkit2-messages.d File Reference

Classes

struct  WebKitMessageRecord
 

Functions

WebKitMessageRecorder sizeof (struct WebKitMessageRecord))
 
 printf ("{")
 
 printf ("\ourceProcessType\ %d, ", this->record->sourceProcessType)
 
 printf ("\ourceProcessID\ %d, ", this->record->sourceProcessID)
 
 printf ("\estinationProcessType\ %d, ", this->record->destinationProcessType)
 
 printf ("\estinationProcessID\ %d, ", this->record->destinationProcessID)
 
 printf ("\essageReceiverName\ \s\ ", copyinstr((user_addr_t) this->record->messageReceiverName))
 
 printf ("\essageName\ \s\ ", copyinstr((user_addr_t) this->record->messageName))
 
 printf ("\estinationID\ %d, ", this->record->destinationID)
 
 printf ("\UID\ \)
 
 printf ("%02x", this->record->UUID[0])
 
 printf ("%02x", this->record->UUID[1])
 
 printf ("%02x", this->record->UUID[2])
 
 printf ("%02x", this->record->UUID[3])
 
 printf ("-")
 
 printf ("%02x", this->record->UUID[4])
 
 printf ("%02x", this->record->UUID[5])
 
 printf ("%02x", this->record->UUID[6])
 
 printf ("%02x", this->record->UUID[7])
 
 printf ("%02x", this->record->UUID[8])
 
 printf ("%02x", this->record->UUID[9])
 
 printf ("%02x", this->record->UUID[10])
 
 printf ("%02x", this->record->UUID[11])
 
 printf ("%02x", this->record->UUID[12])
 
 printf ("%02x", this->record->UUID[13])
 
 printf ("%02x", this->record->UUID[14])
 
 printf ("%02x", this->record->UUID[15])
 
 printf ("\ ")
 
 printf ("\tartTime\ %f, ", this->record->startTime)
 
 printf ("\ndTime\ %f, ", this->record->endTime)
 
 printf ("\sSyncMessage\ %d, ", this->record->isSyncMessage)
 
 printf ("\houldDispatchMessageWhenWaitingForSyncReply\ %d, ", this->record->shouldDispatchMessageWhenWaitingForSyncReply)
 
 printf ("\sIncoming\ %d", this->record->isIncoming)
 
 printf ("}\)
 

Function Documentation

◆ printf() [1/33]

printf ( )

◆ printf() [2/33]

printf ( "\rceProcessType\  d,
,
this->record->  sourceProcessType 
)

◆ printf() [3/33]

printf ( "\rceProcessID\  d,
,
this->record->  sourceProcessID 
)

◆ printf() [4/33]

printf ( "\tinationProcessType\  d,
,
this->record->  destinationProcessType 
)

◆ printf() [5/33]

printf ( "\tinationProcessID\  d,
,
this->record->  destinationProcessID 
)

◆ printf() [6/33]

printf ( "\sageReceiverName\\  ,
copyinstr((user_addr_t) this->record->messageReceiverName)   
)

◆ printf() [7/33]

printf ( "\sageName\\  ,
copyinstr((user_addr_t) this->record->messageName)   
)

◆ printf() [8/33]

printf ( "\tinationID\  d,
,
this->record->  destinationID 
)

◆ printf() [9/33]

printf ( "\D\  )

◆ printf() [10/33]

printf ( "%02x"  ,
this->record->  UUID[0] 
)

◆ printf() [11/33]

printf ( "%02x"  ,
this->record->  UUID[1] 
)

◆ printf() [12/33]

printf ( "%02x"  ,
this->record->  UUID[2] 
)

◆ printf() [13/33]

printf ( "%02x"  ,
this->record->  UUID[3] 
)

◆ printf() [14/33]

printf ( "-"  )

◆ printf() [15/33]

printf ( "%02x"  ,
this->record->  UUID[4] 
)

◆ printf() [16/33]

printf ( "%02x"  ,
this->record->  UUID[5] 
)

◆ printf() [17/33]

printf ( "%02x"  ,
this->record->  UUID[6] 
)

◆ printf() [18/33]

printf ( "%02x"  ,
this->record->  UUID[7] 
)

◆ printf() [19/33]

printf ( "%02x"  ,
this->record->  UUID[8] 
)

◆ printf() [20/33]

printf ( "%02x"  ,
this->record->  UUID[9] 
)

◆ printf() [21/33]

printf ( "%02x"  ,
this->record->  UUID[10] 
)

◆ printf() [22/33]

printf ( "%02x"  ,
this->record->  UUID[11] 
)

◆ printf() [23/33]

printf ( "%02x"  ,
this->record->  UUID[12] 
)

◆ printf() [24/33]

printf ( "%02x"  ,
this->record->  UUID[13] 
)

◆ printf() [25/33]

printf ( "%02x"  ,
this->record->  UUID[14] 
)

◆ printf() [26/33]

printf ( "%02x"  ,
this->record->  UUID[15] 
)

◆ printf() [27/33]

printf ( "\  )

◆ printf() [28/33]

printf ( "\rtTime\  f,
,
this->record->  startTime 
)

◆ printf() [29/33]

printf ( "\Time\  f,
,
this->record->  endTime 
)

◆ printf() [30/33]

printf ( "\yncMessage\  d,
,
this->record->  isSyncMessage 
)

◆ printf() [31/33]

printf ( "\uldDispatchMessageWhenWaitingForSyncReply\  d,
,
this->record->  shouldDispatchMessageWhenWaitingForSyncReply 
)

◆ printf() [32/33]

printf ( "\ncoming\d"  ,
this->record->  isIncoming 
)

◆ printf() [33/33]

printf ( "}\  )

◆ sizeof()

WebKitMessageRecorder sizeof ( struct WebKitMessageRecord  )