Lines Matching refs:tool
18 typedef int (*event_sample)(const struct perf_tool *tool, union perf_event *event,
22 typedef int (*event_op)(const struct perf_tool *tool, union perf_event *event,
25 typedef int (*event_attr_op)(const struct perf_tool *tool,
29 typedef int (*event_op2)(const struct perf_tool *tool, struct perf_session *session,
31 typedef s64 (*event_op3)(const struct perf_tool *tool, struct perf_session *session,
33 typedef int (*event_op4)(const struct perf_tool *tool, struct perf_session *session,
36 typedef int (*event_oe)(const struct perf_tool *tool, union perf_event *event,
97 void perf_tool__init(struct perf_tool *tool, bool ordered_events);
99 bool perf_tool__compressed_is_stub(const struct perf_tool *tool);
101 int process_event_sample_stub(const struct perf_tool *tool,
109 struct perf_tool tool; member
114 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate);