SyscallStreamingTraceSourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class SyscallStreamingTraceSourceExtensions
type SyscallStreamingTraceSourceExtensions = class
Public Module SyscallStreamingTraceSourceExtensions
- Inheritance
-
SyscallStreamingTraceSourceExtensions
Methods
UseSyscallEnterEvents(IStreamingTraceSource, ConsumerSchedule, SyscallEnterEventCallback) |
Registers a callback to receive parsed syscall enter events when the trace is processed. |
UseSyscallEnterEvents(IStreamingTraceSource, ISyscallEnterEventConsumer) |
Registers a consumer to receive parsed syscall enter events when the trace is processed. |
UseSyscallEnterEvents(IStreamingTraceSource, SyscallEnterEventCallback) |
Registers a callback to receive parsed syscall enter events when the trace is processed. |
UseSyscallExitEvents(IStreamingTraceSource, ConsumerSchedule, SyscallExitEventCallback) |
Registers a callback to receive parsed syscall exit events when the trace is processed. |
UseSyscallExitEvents(IStreamingTraceSource, ISyscallExitEventConsumer) |
Registers a consumer to receive parsed syscall exit events when the trace is processed. |
UseSyscallExitEvents(IStreamingTraceSource, SyscallExitEventCallback) |
Registers a callback to receive parsed syscall exit events when the trace is processed. |
UseSyscalls(IStreamingTraceSource, ConsumerSchedule, SyscallCallback) |
Registers a callback to receive system call data when the trace is processed. |
UseSyscalls(IStreamingTraceSource, ISyscallConsumer) |
Registers a consumer to receive system call data when the trace is processed. |
UseSyscalls(IStreamingTraceSource, SyscallCallback) |
Registers a callback to receive system call data when the trace is processed. |