Home
last modified time | relevance | path

Searched refs:timehist_skip_sample (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c2508 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample() function
2566 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_wakeup_event()
2567 timehist_skip_sample(sched, awakened, evsel, sample)) { in timehist_print_wakeup_event()
2648 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_migration_event()
2649 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event()
2767 if (timehist_skip_sample(sched, thread, evsel, sample)) in timehist_sched_change_event()