Searched refs:MAX_COL_WIDTH (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 94 #define MAX_COL_WIDTH 6 macro 106 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header() 131 fill_string_with_spaces(buf, MAX_COL_WIDTH); in print_header()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 94 #define MAX_COL_WIDTH 6 macro 106 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header() 131 fill_string_with_spaces(buf, MAX_COL_WIDTH); in print_header()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 133 #define MAX_COL_WIDTH 70 macro 168 .width = MAX_COL_WIDTH, 1670 char buf[MAX_COL_WIDTH] = " "; in hpp__entry_global() 1672 __hpp__entry_global(he, dfmt, buf, MAX_COL_WIDTH); in hpp__entry_global()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 133 #define MAX_COL_WIDTH 70 macro 168 .width = MAX_COL_WIDTH, 1673 char buf[MAX_COL_WIDTH] = " "; in hpp__entry_global() 1675 __hpp__entry_global(he, dfmt, buf, MAX_COL_WIDTH); in hpp__entry_global()
|
Completed in 8 milliseconds