Lines Matching refs:tool
50 struct perf_tool tool; member
311 static int process_comm_event(struct perf_tool *tool, in process_comm_event() argument
316 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event()
321 static int process_fork_event(struct perf_tool *tool, in process_fork_event() argument
326 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event()
331 static int process_exit_event(struct perf_tool *tool, in process_exit_event() argument
336 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event()
553 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
559 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_sample_event()
1606 &tchart->tool); in __cmd_timechart()
1922 .tool = { in cmd_timechart()