cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/ui/util.h

Directory: tools/perf/ui
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PERF_UI_UTIL_H_

#define _PERF_UI_UTIL_H_ 1

#include <stdarg.h>

int ui__getch(int delay_secs);
int ui__popup_menu(int argc, char * const argv[]);
int ui__help_window(const char *text);
int ui__dialog_yesno(const char *msg);
int ui__question_window(const char *title, const char *text,
			const char *exit_msg, int delay_secs);


struct perf_error_ops {
	
int (*error)(const char *format, va_list args);
	
int (*warning)(const char *format, va_list args);
};

int perf_error__register(struct perf_error_ops *eops);
int perf_error__unregister(struct perf_error_ops *eops);

#endif /* _PERF_UI_UTIL_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo8869.29%466.67%
Namhyung Kim3829.92%116.67%
Greg Kroah-Hartman10.79%116.67%
Total127100.00%6100.00%
Directory: tools/perf/ui
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.