Expand description

Nested message and enum types in Timebase.

Enums§

  • 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.
  • 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.