Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
tools
perf
ui
util.h
Go to the documentation of this file.
1
#ifndef _PERF_UI_UTIL_H_
2
#define _PERF_UI_UTIL_H_ 1
3
4
#include <stdarg.h>
5
6
int
ui__getch
(
int
delay_secs);
7
int
ui__popup_menu
(
int
argc
,
char
*
const
argv[]);
8
int
ui__help_window
(
const
char
*
text
);
9
int
ui__dialog_yesno
(
const
char
*
msg
);
10
int
ui__question_window
(
const
char
*title,
const
char
*
text
,
11
const
char
*exit_msg,
int
delay_secs);
12
13
struct
perf_error_ops
{
14
int
(*
error
)(
const
char
*
format
,
va_list
args
);
15
int
(*
warning
)(
const
char
*
format
,
va_list
args
);
16
};
17
18
int
perf_error__register
(
struct
perf_error_ops
*eops);
19
int
perf_error__unregister
(
struct
perf_error_ops
*eops);
20
21
#endif
/* _PERF_UI_UTIL_H_ */
Generated on Thu Jan 10 2013 14:12:14 for Linux Kernel by
1.8.2