Lines Matching refs:tool
11 #include "tool.h"
15 static int process_event_unit(struct perf_tool *tool __maybe_unused,
28 static int process_event_scale(struct perf_tool *tool __maybe_unused,
45 struct perf_tool tool;
49 static int process_event_name(struct perf_tool *tool,
54 struct event_name *tmp = container_of(tool, struct event_name, tool);
63 static int process_event_cpus(struct perf_tool *tool __maybe_unused,
115 !perf_event__synthesize_event_update_name(&tmp.tool, evsel, process_event_name));
120 !perf_event__synthesize_event_update_cpus(&tmp.tool, evsel, process_event_cpus));