cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/term.h

Directory: tools/perf/util
#ifndef __PERF_TERM_H

#define __PERF_TERM_H

struct termios;
struct winsize;

void get_term_dimensions(struct winsize *ws);
void set_term_quiet_input(struct termios *old);

#endif /* __PERF_TERM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
josh poimboeufjosh poimboeuf33100.00%1100.00%
Total33100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.