Go to the source code of this file.
#define HPP__COLOR_PRINT_FNS |
( |
|
_name | ) |
|
Value:.header = hpp__header_ ## _name, \
.width = hpp__width_ ## _name, \
.color = hpp__color_ ## _name, \
.entry = hpp__entry_ ## _name
Definition at line 293 of file hist.c.
#define HPP__PRINT_FNS |
( |
|
_name | ) |
|
Value:.header = hpp__header_ ## _name, \
.width = hpp__width_ ## _name, \
.entry = hpp__entry_ ## _name
Definition at line 299 of file hist.c.
void perf_hpp__column_enable |
( |
unsigned |
col, |
|
|
bool |
enable |
|
) |
| |
Initial value:
Definition at line 304 of file hist.c.