Module timebase

Module timebase 

Source
Expand description

Nested message and enum types in Timebase.

Enums§

Event
Counting event to use as a timebase for the sampling. If unset, implies the CPU timer (SW_CPU_CLOCK) as the event, which is what you usually want. See common/perf_events.proto for the definitions.
Interval
How often the per-cpu sampling will occur. Not guaranteed to be honored as the kernel can throttle the sampling rate if it’s too high. If unset, an implementation-defined default is used.