Lines Matching refs:LogEvent
62 LogEvent event(/*uid=*/ 1000, /*pid=*/ 1001); in BM_LogEventCreation()
72 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationWithPrefetch()
75 const LogEvent::BodyBufferInfo header = event.parseHeader(msg, size); in BM_LogEventCreationWithPrefetch()
87 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationWithPrefetchOnly()
99 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationMedium()
110 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationMediumWithPrefetch()
113 const LogEvent::BodyBufferInfo header = event.parseHeader(msg, size); in BM_LogEventCreationMediumWithPrefetch()
125 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationMediumWithPrefetchOnly()
137 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationLarge()
148 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationLargeWithPrefetch()
151 const LogEvent::BodyBufferInfo header = event.parseHeader(msg, size); in BM_LogEventCreationLargeWithPrefetch()
163 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationLargeWithPrefetchOnly()
175 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationExtraLarge()
186 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationExtraLargeWithPrefetch()
189 const LogEvent::BodyBufferInfo header = event.parseHeader(msg, size); in BM_LogEventCreationExtraLargeWithPrefetch()
201 LogEvent event(/*uid=*/1000, /*pid=*/1001); in BM_LogEventCreationExtraLargeWithPrefetchOnly()