Lines Matching refs:perf_tool

166 	struct perf_tool tool;
1514 static int process_sched_wakeup_event(const struct perf_tool *tool, in process_sched_wakeup_event()
1527 static int process_sched_wakeup_ignore(const struct perf_tool *tool __maybe_unused, in process_sched_wakeup_ignore()
1797 static int process_sched_switch_event(const struct perf_tool *tool, in process_sched_switch_event()
1823 static int process_sched_runtime_event(const struct perf_tool *tool, in process_sched_runtime_event()
1836 static int perf_sched__process_fork_event(const struct perf_tool *tool, in perf_sched__process_fork_event()
1853 static int process_sched_migrate_task_event(const struct perf_tool *tool, in process_sched_migrate_task_event()
1866 typedef int (*tracepoint_handler)(const struct perf_tool *tool,
1871 static int perf_sched__process_tracepoint_sample(const struct perf_tool *tool __maybe_unused, in perf_sched__process_tracepoint_sample()
1887 static int perf_sched__process_comm(const struct perf_tool *tool __maybe_unused, in perf_sched__process_comm()
2635 static int timehist_sched_wakeup_ignore(const struct perf_tool *tool __maybe_unused, in timehist_sched_wakeup_ignore()
2644 static int timehist_sched_wakeup_event(const struct perf_tool *tool, in timehist_sched_wakeup_event()
2733 static int timehist_migrate_task_event(const struct perf_tool *tool, in timehist_migrate_task_event()
2792 static int timehist_sched_change_event(const struct perf_tool *tool, in timehist_sched_change_event()
2930 static int timehist_sched_switch_event(const struct perf_tool *tool, in timehist_sched_switch_event()
2939 static int process_lost(const struct perf_tool *tool __maybe_unused, in process_lost()
3182 typedef int (*sched_handler)(const struct perf_tool *tool,
3188 static int perf_timehist__process_sample(const struct perf_tool *tool, in perf_timehist__process_sample()