Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/
Dbuiltin-top.c97 static void perf_top__sig_winch(int sig __used, siginfo_t *info __used, void *arg) in perf_top__sig_winch() function
488 .sa_sigaction = perf_top__sig_winch, in perf_top__handle_keypress()
491 perf_top__sig_winch(SIGWINCH, NULL, top); in perf_top__handle_keypress()
494 perf_top__sig_winch(SIGWINCH, NULL, top); in perf_top__handle_keypress()
1326 .sa_sigaction = perf_top__sig_winch, in cmd_top()