Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-top.c81 static void perf_top__sig_winch(int sig __maybe_unused, in perf_top__sig_winch() function
466 .sa_sigaction = perf_top__sig_winch, in perf_top__handle_keypress()
469 perf_top__sig_winch(SIGWINCH, NULL, top); in perf_top__handle_keypress()
1322 .sa_sigaction = perf_top__sig_winch, in cmd_top()