Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.h190 void (*timer)(void *arg); member
/tools/perf/ui/browsers/
Dhists.c334 hbt->timer(hbt->arg); in hist_browser__run()
1238 static inline bool is_report_browser(void *timer) in is_report_browser() argument
1240 return timer == NULL; in is_report_browser()
1762 hbt->timer(hbt->arg); in perf_evsel_menu__run()
1781 hbt->timer(hbt->arg); in perf_evsel_menu__run()
Dannotate.c686 hbt->timer(hbt->arg); in annotate_browser__run()
/tools/perf/
Dbuiltin-top.c572 .timer = perf_top__sort_new_samples, in display_thread_tui()