Lines Matching refs:tool
36 #include "util/tool.h"
71 struct perf_tool tool;
220 struct report *rep = container_of(session->tool, struct report, tool);
240 static int process_sample_event(struct perf_tool *tool,
246 struct report *rep = container_of(tool, struct report, tool);
314 static int process_read_event(struct perf_tool *tool,
320 struct report *rep = container_of(tool, struct report, tool);
732 memset(&rep->tool, 0, sizeof(rep->tool));
733 rep->tool.no_warn = true;
746 memset(&rep->tool, 0, sizeof(rep->tool));
747 rep->tool.ordered_events = true;
749 rep->tool.mmap = perf_event__process_mmap;
750 rep->tool.mmap2 = perf_event__process_mmap2;
752 rep->tool.comm = perf_event__process_comm;
753 rep->tool.exit = perf_event__process_exit;
754 rep->tool.fork = perf_event__process_fork;
755 rep->tool.no_warn = true;
1097 static int process_attr(struct perf_tool *tool __maybe_unused,
1104 err = perf_event__process_attr(tool, event, pevlist);
1136 .tool = {
1357 report.tool.ordered_events = false;
1395 session = perf_session__new(&data, false, &report.tool);
1491 report.tool.show_feat_hdr = SHOW_FEAT_HEADER;
1493 report.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO;