Searched defs:perf_tool (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h11 struct perf_tool;
14 typedef int (*event_sample)(struct perf_tool *tool, union perf_event *event,
18 typedef int (*event_op)(struct perf_tool *tool, union perf_event *event,
21 typedef int (*event_attr_op)(struct perf_tool *tool,
25 typedef int (*event_op2)(struct perf_tool *tool, union perf_event *event,
28 struct perf_tool { struct

Completed in 289 milliseconds