Searched refs:timehist_skip_sample (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/perf/ |
D | builtin-sched.c | 2374 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample() function 2411 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_wakeup_event() 2412 timehist_skip_sample(sched, awakened, evsel, sample)) { in timehist_print_wakeup_event() 2493 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_migration_event() 2494 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event() 2580 if (timehist_skip_sample(sched, thread, evsel, sample)) in timehist_sched_change_event()
|