Home | History | Annotate | Download | only in perf

Lines Matching defs:tool

6 #include "util/tool.h"
15 struct perf_tool tool;
61 dump_raw_samples(struct perf_tool *tool,
67 struct perf_mem *mem = container_of(tool, struct perf_mem, tool);
111 static int process_sample_event(struct perf_tool *tool,
117 return dump_raw_samples(tool, event, sample, evsel, machine);
125 0, false, &mem->tool);
142 err = perf_session__process_events(session, &mem->tool);
190 .tool = {