Lines Matching refs:perf_tool
177 struct perf_tool tool;
1478 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1663 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1689 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1702 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1719 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
1732 typedef int (*tracepoint_handler)(struct perf_tool *tool,
1737 static int perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, in perf_sched__process_tracepoint_sample()
1753 static int perf_sched__process_comm(struct perf_tool *tool __maybe_unused, in perf_sched__process_comm()
2396 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2480 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2508 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2634 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
2643 static int process_lost(struct perf_tool *tool __maybe_unused, in process_lost()
2904 typedef int (*sched_handler)(struct perf_tool *tool,
2910 static int perf_timehist__process_sample(struct perf_tool *tool, in perf_timehist__process_sample()