package magic-trace

  1. Overview
  2. Docs
module Backend_intf : sig ... end

Backends, which do the Processor Trace recording, present this unified interface in order to be exposed as commands which can generate traces.

module Decode_result : sig ... end
module Elf : sig ... end
module Elf_intf : sig ... end
module Errno : sig ... end
module Event : sig ... end
module Perf_map : sig ... end
module Perf_map_location : sig ... end
module Subcommand : sig ... end
module Symbol : sig ... end
module Timer_resolution : sig ... end
module Trace_mode : sig ... end
module Trace_state_change : sig ... end
module When_to_snapshot : sig ... end