x86: Move call to print_modules() out of show_regs()
[deliverable/linux.git] / tools / perf / ui / gtk / setup.c
CommitLineData
281ef544
NK
1#include "gtk.h"
2#include "../../util/cache.h"
3
dc41b9b8 4int perf_gtk__init(void)
281ef544 5{
dc41b9b8 6 return gtk_init_check(NULL, NULL) ? 0 : -1;
281ef544
NK
7}
8
9void perf_gtk__exit(bool wait_for_ok __used)
10{
11 gtk_main_quit();
12}
This page took 0.045541 seconds and 5 git commands to generate.