Lines Matching refs:tool
12 #include "tool.h"
16 static int process_event_unit(const struct perf_tool *tool __maybe_unused,
29 static int process_event_scale(const struct perf_tool *tool __maybe_unused,
43 struct perf_tool tool;
47 static int process_event_name(const struct perf_tool *tool,
52 struct event_name *tmp = container_of(tool, struct event_name, tool);
61 static int process_event_cpus(const struct perf_tool *tool __maybe_unused,
108 perf_tool__init(&tmp.tool, /*ordered_events=*/false);
112 !perf_event__synthesize_event_update_name(&tmp.tool, evsel, process_event_name));
118 !perf_event__synthesize_event_update_cpus(&tmp.tool, evsel, process_event_cpus));