Lines Matching refs:perf_tool
182 struct perf_tool tool;
1506 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1696 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1722 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1735 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1752 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
1765 typedef int (*tracepoint_handler)(struct perf_tool *tool,
1770 static int perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, in perf_sched__process_tracepoint_sample()
1786 static int perf_sched__process_comm(struct perf_tool *tool __maybe_unused, in perf_sched__process_comm()
2431 static int timehist_sched_wakeup_ignore(struct perf_tool *tool __maybe_unused, in timehist_sched_wakeup_ignore()
2440 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2524 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2552 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2678 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
2687 static int process_lost(struct perf_tool *tool __maybe_unused, in process_lost()
2951 typedef int (*sched_handler)(struct perf_tool *tool,
2957 static int perf_timehist__process_sample(struct perf_tool *tool, in perf_timehist__process_sample()