Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-top.c80 static void perf_top__sig_winch(int sig __maybe_unused, in perf_top__sig_winch() function
460 .sa_sigaction = perf_top__sig_winch, in perf_top__handle_keypress()
463 perf_top__sig_winch(SIGWINCH, NULL, top); in perf_top__handle_keypress()
1260 .sa_sigaction = perf_top__sig_winch, in cmd_top()