Lines Matching defs:tool
11 #include "tool.h"
15 static int process_event_unit(const struct perf_tool *tool __maybe_unused,
28 static int process_event_scale(const struct perf_tool *tool __maybe_unused,
42 struct perf_tool tool;
46 static int process_event_name(const struct perf_tool *tool,
51 struct event_name *tmp = container_of(tool, struct event_name, tool);
60 static int process_event_cpus(const struct perf_tool *tool __maybe_unused,
106 perf_tool__init(&tmp.tool, /*ordered_events=*/false);
110 !perf_event__synthesize_event_update_name(&tmp.tool, evsel, process_event_name));
116 !perf_event__synthesize_event_update_cpus(&tmp.tool, evsel, process_event_cpus));