【ARM Coresight 系列文章 20.1 -- linux perf event 的注册】

文章目录

    • 1.1 Perf 类型
      • 1.1.1 struct perf_event
      • 1.1.2 struct pmu
    • 1.2 事件注册
      • 1.2.1 software 事件注册
      • 1.2.2 cpu_clock 事件注册
      • 1.2.2 task_clock 事件注册
      • 1.2.3 tp 事件注册
        • 1.2.3.1 tracepoint 事件
      • 1.2.4 breakpoint 事件注册
    • 1.3 Perf sys
      • 1.3.1 perf_event_sysfs_init

1.1 Perf 类型

linux/include/uapi/linux/perf_event.h

你可能感兴趣的:(#,ARM,Coresight,系列,linux,perf,coresight,perf,coresight,与perf)