Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c2347 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample() function
2384 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_wakeup_event()
2385 timehist_skip_sample(sched, awakened, evsel, sample)) { in timehist_print_wakeup_event()
2466 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_migration_event()
2467 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event()
2553 if (timehist_skip_sample(sched, thread, evsel, sample)) in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c2402 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample() function
2439 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_wakeup_event()
2440 timehist_skip_sample(sched, awakened, evsel, sample)) { in timehist_print_wakeup_event()
2521 if (timehist_skip_sample(sched, thread, evsel, sample) && in timehist_print_migration_event()
2522 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event()
2609 if (timehist_skip_sample(sched, thread, evsel, sample)) in timehist_sched_change_event()

Completed in 10 milliseconds