mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
perf ui gtk: Move gtk .so name to the only place where it is used
No need to pollute util.h with this. Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/n/tip-kec0chbdtgrd71o3oi2kz2zt@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
7de96c3e75
commit
5068b52f73
@ -10,7 +10,10 @@ pthread_mutex_t ui__lock = PTHREAD_MUTEX_INITIALIZER;
|
|||||||
void *perf_gtk_handle;
|
void *perf_gtk_handle;
|
||||||
int use_browser = -1;
|
int use_browser = -1;
|
||||||
|
|
||||||
|
#define PERF_GTK_DSO "libperf-gtk.so"
|
||||||
|
|
||||||
#ifdef HAVE_GTK2_SUPPORT
|
#ifdef HAVE_GTK2_SUPPORT
|
||||||
|
|
||||||
static int setup_gtk_browser(void)
|
static int setup_gtk_browser(void)
|
||||||
{
|
{
|
||||||
int (*perf_ui_init)(void);
|
int (*perf_ui_init)(void);
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PERF_GTK_DSO "libperf-gtk.so"
|
|
||||||
|
|
||||||
/* General helper functions */
|
/* General helper functions */
|
||||||
void usage(const char *err) NORETURN;
|
void usage(const char *err) NORETURN;
|
||||||
void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
|
void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
|
||||||
|
Loading…
Reference in New Issue
Block a user