package magic-trace

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file perf_map_location.ml

1
2
3
4
5
6
7
8
9
open! Core

(* all the ints print in hex to match the format in the actual perf map file *)
type t =
  { start_addr : Int64.Hex.t
  ; size : Int.Hex.t
  ; function_ : string
  }
[@@deriving sexp, compare]
OCaml

Innovation. Community. Security.